0.21 - version bump + changelog

This commit is contained in:
abuyoyo 2023-08-10 03:40:54 +03:00
parent fcee298dab
commit a856f85cb8
3 changed files with 10 additions and 2 deletions

View File

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

View File

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

View File

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