Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderdekroon committed Aug 30, 2022
2 parents 6c1f699 + 2369c66 commit 8f07ecc
Show file tree
Hide file tree
Showing 8 changed files with 189 additions and 253 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.5] - 2022-08-30
### Changed
* Fix missing `max_num_pages` value

## [2.0.4] - 2022-08-18
### Changed
* Fix updater using release assets
Expand Down
149 changes: 39 additions & 110 deletions composer.lock

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

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.4',
'plugin.version' => '2.0.5',
'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 open-government-publications.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Plugin Name: Open Government Publications
* Description: Import and publish Government Publications through the REST API.
* Version: 2.0.4
* Version: 2.0.5
* Author: Súdwest-Fryslân
* Author URI: https://sudwestfryslan.nl/
* Requires at least: 5.1
Expand Down
Loading

0 comments on commit 8f07ecc

Please sign in to comment.