From 36a79a5f5e355bd853fc61704ed2973fd5195678 Mon Sep 17 00:00:00 2001 From: abuoyoyo Date: Fri, 22 Jul 2022 19:18:08 +0300 Subject: [PATCH] 0.14 - version bump + changelog --- CHANGELOG.md | 11 +++++++++++ notice-manager.php | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e9de1e..ee2694c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Notice Manager Changelog +## 0.14 + +### Added +- Added `above_title` setting - move all scripts above title. +- Added `.plugin_count` bullet to panel tab - showing number of notices in panel and priority. + +### Changed +- Improve "jumpy" notices when page is loaded with certain setting combinations by selectively setting css `display: none` to notices not in their expected location. +- Improve integration between different options (eg. `above_title` with `auto-collect`). +- Option `auto-collapse` will not automatically collapse panel if an error notice is showing. + ## 0.13 ### Changed diff --git a/notice-manager.php b/notice-manager.php index 478f390..fef8224 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. - * Version: 0.13 + * Version: 0.14 * Author: abuyoyo * Author URI: https://github.com/abuyoyo/ * Plugin URI: https://github.com/abuyoyo/notice-manager