0.15 - version bump + changelog

This commit is contained in:
abuyoyo 2022-08-02 06:24:30 +03:00
parent 95dac048fa
commit 4ce87fe808
2 changed files with 15 additions and 1 deletions

View File

@ -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

View File

@ -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