0.14 - version bump + changelog
This commit is contained in:
parent
296051fac1
commit
36a79a5f5e
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,5 +1,16 @@
|
||||
# Notice Manager Changelog
|
||||
|
||||
## 0.14
|
||||
|
||||
### Added
|
||||
- Added `above_title` setting - move all scripts above title.
|
||||
- Added `.plugin_count` bullet to panel tab - showing number of notices in panel and priority.
|
||||
|
||||
### Changed
|
||||
- Improve "jumpy" notices when page is loaded with certain setting combinations by selectively setting css `display: none` to notices not in their expected location.
|
||||
- Improve integration between different options (eg. `above_title` with `auto-collect`).
|
||||
- Option `auto-collapse` will not automatically collapse panel if an error notice is showing.
|
||||
|
||||
## 0.13
|
||||
|
||||
### Changed
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/**
|
||||
* Plugin Name: Notice Manager
|
||||
* Description: Manage notices on WordPress admin pages. Adds 'Notices' screen-meta-link.
|
||||
* Version: 0.13
|
||||
* Version: 0.14
|
||||
* Author: abuyoyo
|
||||
* Author URI: https://github.com/abuyoyo/
|
||||
* Plugin URI: https://github.com/abuyoyo/notice-manager
|
||||
|
||||
Loading…
Reference in New Issue
Block a user