From 406ac8e512e0d68a97aa2ae3972f8a9a4fc17794 Mon Sep 17 00:00:00 2001 From: abuoyoyo Date: Tue, 12 Jul 2022 01:28:36 +0300 Subject: [PATCH] 0.13 - version bump + changelog --- CHANGELOG.md | 9 +++++++++ notice-manager.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8100301..3e9de1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Notice Manager Changelog +## 0.13 + +### Changed +- Always show "Dismiss notices" button in panel. + +### Dependencies +- use `wph_add_screen_meta_panels` +- include `abuyoyo/screen-meta-links` as vendor library instead of plugin. + ## 0.10 - Remove screen-meta-link panel if no notices on page. - Remove delayed `scrollTop()` script. diff --git a/notice-manager.php b/notice-manager.php index df4ba90..e79dd0d 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.12 + * Version: 0.13 * Author: abuyoyo * Author URI: https://github.com/abuyoyo/ * Plugin URI: https://github.com/abuyoyo/notice-manager