0.20
Some checks failed
Create Release / Create Release (push) Has been cancelled

This commit is contained in:
abuyoyo 2023-06-09 22:12:35 +03:00
commit 873b9abdd0
5 changed files with 12 additions and 7 deletions

View File

@ -1,5 +1,10 @@
# Notice Manager Changelog
## 0.20
### Minor
- Just another version bump (composer.json as well).
## 0.19
### Added

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.18",
"version": "0.20",
"repositories": [
{
"type": "vcs",

2
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "d8561fb20f4729b2675b8aeef402b4aa",
"content-hash": "f7b75f26e447e0d13270ca9591fc4bd4",
"packages": [
{
"name": "abuyoyo/adminmenupage",

View File

@ -2,7 +2,7 @@
/**
* Plugin Name: Notice Manager
* Description: Manage notices on WordPress admin pages. Adds 'Notices' screen-meta-link.
* Version: 0.19
* Version: 0.20
* Author: abuyoyo
* Author URI: https://github.com/abuyoyo/
* Plugin URI: https://github.com/abuyoyo/notice-manager

View File

@ -1,7 +1,7 @@
<?php return array(
'root' => array(
'pretty_version' => '0.18',
'version' => '0.18.0.0',
'pretty_version' => '0.20',
'version' => '0.20.0.0',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@ -20,8 +20,8 @@
'dev_requirement' => false,
),
'abuyoyo/notice-manager' => array(
'pretty_version' => '0.18',
'version' => '0.18.0.0',
'pretty_version' => '0.20',
'version' => '0.20.0.0',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),