diff --git a/CHANGELOG.md b/CHANGELOG.md index ee2694c..e17163c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Notice Manager Changelog +## 0.15 + +### Added +- Add BSD 3-Clause License file. +- Add `vendor` directory and require `vendor/autoload.php`. +- Add `Update URI` header to plugin to avoid conflict with wp.org repo plugin of the same name. + +### Changed +- Convert stylesheet to SCSS and use `node-sass` to render css file. +- Better option descriptions on settings page. +- Readme file - add detailed plugin description. +- Support `.notice-error` class. +- Do not count hidden notices in `.plugin-count` bullet. + ## 0.14 ### Added diff --git a/notice-manager.php b/notice-manager.php index d07b54f..cf13567 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.14 + * Version: 0.15 * Author: abuyoyo * Author URI: https://github.com/abuyoyo/ * Plugin URI: https://github.com/abuyoyo/notice-manager