diff --git a/CHANGELOG.md b/CHANGELOG.md index e17163c..6802789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Notice Manager Changelog +## 0.16 + +### Added +- Add plugin action link to Notice Manager settings page. + ## 0.15 ### Added diff --git a/composer.json b/composer.json index 667ad0c..5b6ff96 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "name": "abuyoyo/notice-manager", "description": "Manage notices on WordPress admin pages. Adds 'Notices' screen-meta-link.", "type": "wordpress-plugin", + "version": "0.16", "repositories": [ { "type": "vcs", diff --git a/notice-manager.php b/notice-manager.php index 8fe11c0..206b7e5 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.15 + * Version: 0.16 * Author: abuyoyo * Author URI: https://github.com/abuyoyo/ * Plugin URI: https://github.com/abuyoyo/notice-manager diff --git a/package.json b/package.json index fa28d91..0916532 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notice-manager", - "version": "0.15.0", + "version": "0.16.0", "description": "Manage notices on WordPress admin pages. Adds 'Notices' screen-meta-link.", "author": "abuyoyo", "repository": {