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 18, 2022
2 parents 76e1f3c + 73f3a5e commit f0e97b5
Show file tree
Hide file tree
Showing 10 changed files with 260 additions and 293 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.3] - 2022-08-18
### Changed
* Replaced node-sass with (dart-)sass
* Fix PHP 8 deprecation notice
* Fix `rsync` issue when building packaged release
* Update Plugin Update Checker to 4.13

## [2.0.2] - 2022-08-02
### Changed
* Fix readme.md file
Expand Down
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"require": {
"php": "^7.4|^8.0",
"yahnis-elsts/plugin-update-checker": "^4.11"
"yahnis-elsts/plugin-update-checker": "^4.13"
},
"require-dev": {
"10up/wp_mock": "^0.4.2",
Expand Down Expand Up @@ -59,6 +59,9 @@
}
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
90 changes: 45 additions & 45 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.2',
'plugin.version' => '2.0.3',
'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.1
* Version: 2.0.3
* Author: Súdwest-Fryslân
* Author URI: https://sudwestfryslan.nl/
* Requires at least: 5.1
Expand Down
Loading

0 comments on commit f0e97b5

Please sign in to comment.