0.15 - version bump + changelog
This commit is contained in:
parent
95dac048fa
commit
4ce87fe808
14
CHANGELOG.md
14
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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user