diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ed947e..cb17afe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Notice Manager Changelog +## 0.25 + +Release date: Feb 18 2024 + +### Fixed +- Fix fatal error `Class "WPHelper\MetaBox" not found` due to dependency `abuyoyo/adminmenupage` < 0.29 not requiring dependency `abuyoyo/metabox`. + +### Dependencies +- Library WPHelper\AdminPage (`abuyoyo/adminmenupage`) updated to 0.29. Requires `abuyoyo/metabox`. + ## 0.24 Release date: Oct 4 2023 diff --git a/composer.json b/composer.json index 29da4b5..26b341b 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.24", + "version": "0.25", "repositories": [ { "type": "vcs", diff --git a/notice-manager.php b/notice-manager.php index cc847e3..2866aac 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.24 + * Version: 0.25 * Author: abuyoyo * Author URI: https://github.com/abuyoyo/ * Plugin URI: https://github.com/abuyoyo/notice-manager