0.23 - version bump + changelog
This commit is contained in:
parent
fa4099a6dd
commit
920dd0b683
@ -1,5 +1,13 @@
|
||||
# Notice Manager Changelog
|
||||
|
||||
## 0.23
|
||||
|
||||
### Fixed
|
||||
- Fix `.plugin-count` bullet styling issue.
|
||||
- Fix 0-count panel caused by collecting `.hidden` notices.
|
||||
- Fix wrong priority color `.plugin-count` bullet caused by collecting `.hidden` notices.
|
||||
- Fix empty notices-panel removing all screen-meta-link panels.
|
||||
|
||||
## 0.22
|
||||
|
||||
### Fixed
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "abuyoyo/notice-manager",
|
||||
"description": "Manage notices on WordPress admin pages. Adds 'Notices' screen-meta-link.",
|
||||
"type": "wordpress-plugin",
|
||||
"version": "0.22",
|
||||
"version": "0.23",
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/**
|
||||
* Plugin Name: Notice Manager
|
||||
* Description: Manage notices on WordPress admin pages. Adds 'Notices' screen-meta-link panel to collect notices from page.
|
||||
* Version: 0.22
|
||||
* Version: 0.23
|
||||
* Author: abuyoyo
|
||||
* Author URI: https://github.com/abuyoyo/
|
||||
* Plugin URI: https://github.com/abuyoyo/notice-manager
|
||||
|
||||
Loading…
Reference in New Issue
Block a user