diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d091be..2ed947e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Notice Manager Changelog +## 0.24 + +Release date: Oct 4 2023 + +### Fixed +- Set `WPHelper\PluginCore` option `update_checker` to true. If library Plugin-Update-Checker is installed, allows updates from repo. + +### Dependencies +- Library WPHelper\PluginCore (`abuyoyo/plugincore`) updated to 0.27. Supports both Plugin-Update-Checker v5 and v4. + ## 0.23 ### Fixed diff --git a/composer.json b/composer.json index f66be5f..f2be9d8 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "abuyoyo/notice-manager", "description": "Manage notices on WordPress admin pages. Adds 'Notices' screen-meta-link.", "type": "wordpress-plugin", - "version": "0.23", + "version": "0.24", "repositories": [ { "type": "vcs", diff --git a/notice-manager.php b/notice-manager.php index db30a5f..cc847e3 100644 --- a/notice-manager.php +++ b/notice-manager.php @@ -2,7 +2,7 @@ /** * Plugin Name: Notice Manager * Description: Manage notices on WordPress admin pages. Adds 'Notices' screen-meta-link panel to collect notices from page. - * Version: 0.23 + * Version: 0.24 * Author: abuyoyo * Author URI: https://github.com/abuyoyo/ * Plugin URI: https://github.com/abuyoyo/notice-manager