From 920dd0b6832ba8e3539001e56c47e99fc6d1550d Mon Sep 17 00:00:00 2001 From: abuyoyo Date: Wed, 27 Sep 2023 22:50:36 +0300 Subject: [PATCH] 0.23 - version bump + changelog --- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- notice-manager.php | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b6e3e6..9d091be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Notice Manager Changelog +## 0.23 + +### Fixed +- Fix `.plugin-count` bullet styling issue. +- Fix 0-count panel caused by collecting `.hidden` notices. +- Fix wrong priority color `.plugin-count` bullet caused by collecting `.hidden` notices. +- Fix empty notices-panel removing all screen-meta-link panels. + ## 0.22 ### Fixed diff --git a/composer.json b/composer.json index 3c32c65..65a0483 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.22", + "version": "0.23", "repositories": [ { "type": "vcs", diff --git a/notice-manager.php b/notice-manager.php index ec7891d..d1c0cf0 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.22 + * Version: 0.23 * Author: abuyoyo * Author URI: https://github.com/abuyoyo/ * Plugin URI: https://github.com/abuyoyo/notice-manager