From 24d4e54ca8b74b289252be87982adbabf3e1ec5c Mon Sep 17 00:00:00 2001 From: abuyoyo Date: Fri, 11 Aug 2023 22:33:26 +0300 Subject: [PATCH] 0.22 - version bump + changelog --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- notice-manager.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82291a1..3b6e3e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Notice Manager Changelog +## 0.22 + +### Fixed +- Do not collect `.theme-info` notices. +- Fix `vendor/autoload` include path. + ## 0.21 ### Fixed diff --git a/composer.json b/composer.json index e86e701..3c32c65 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.21", + "version": "0.22", "repositories": [ { "type": "vcs", diff --git a/notice-manager.php b/notice-manager.php index d26b614..7b3cc8d 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.21 + * Version: 0.22 * Author: abuyoyo * Author URI: https://github.com/abuyoyo/ * Plugin URI: https://github.com/abuyoyo/notice-manager