From a3040b6c478a5d8dc92933cb3873664f2b57ab81 Mon Sep 17 00:00:00 2001 From: abuyoyo Date: Sun, 18 Feb 2024 03:41:05 +0200 Subject: [PATCH] 0.25 - version bump + changelog --- CHANGELOG.md | 10 ++++++++++ composer.json | 2 +- notice-manager.php | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) 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