0.21 - version bump + changelog
This commit is contained in:
parent
fcee298dab
commit
a856f85cb8
@ -1,5 +1,13 @@
|
||||
# Notice Manager Changelog
|
||||
|
||||
## 0.21
|
||||
|
||||
### Fixed
|
||||
- Fix PHP 8.2 deprecated optional parameter before required parameter. Fixed upstream in `abuyoyo/screen-meta-links ~0.13`.
|
||||
|
||||
### Dependencies
|
||||
- Update library `abuyoyo/screen-meta-links` to version 0.13.
|
||||
|
||||
## 0.20
|
||||
|
||||
### Minor
|
||||
|
||||
@ -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.20",
|
||||
"version": "0.21",
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/**
|
||||
* Plugin Name: Notice Manager
|
||||
* Description: Manage notices on WordPress admin pages. Adds 'Notices' screen-meta-link.
|
||||
* Version: 0.20
|
||||
* Version: 0.21
|
||||
* Author: abuyoyo
|
||||
* Author URI: https://github.com/abuyoyo/
|
||||
* Plugin URI: https://github.com/abuyoyo/notice-manager
|
||||
|
||||
Loading…
Reference in New Issue
Block a user