Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderdekroon committed Aug 2, 2022
1 parent 01de22a commit 1a32548
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.2] - 2022-08-02
### Changed
* Fix readme.md file
* Fix build process
* Fix typos

## [2.0.1] - 2022-07-28
### Changed
- Added missing updater
Expand Down
2 changes: 1 addition & 1 deletion config/container.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
return [
'plugin.name' => 'Open Government Publications',
'plugin.slug' => 'open-government-publications',
'plugin.version' => '2.0.1',
'plugin.version' => '2.0.2',
'plugin.file' => dirname(__DIR__) . '/open-government-publications.php',
'plugin.path' => dirname(__DIR__),
'plugin.url' => plugins_url(basename(dirname(__DIR__))),
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: sudwestfryslan, officielebekendmakingen, government publications, owc
Requires at least: 5.1
Tested up to: 6.1
Requires PHP: 7.4
Stable tag: 2.0.1
Stable tag: 2.0.2

Import and publish Government Publications through the REST API.

Expand All @@ -24,6 +24,10 @@ Download this plugin through Github and upload it to the webserver.

== Changelog ==

= 2.0.2 - 02-08-2022 =
* Fix readme file
* Fix build process

= 2.0.1 - 28-07-2022 =
* Added missing updater

Expand Down

0 comments on commit 1a32548

Please sign in to comment.