From 20eda5431420eb4576d58268e47cbed53ef27cd9 Mon Sep 17 00:00:00 2001 From: abuyoyo Date: Fri, 9 Jun 2023 22:11:21 +0300 Subject: [PATCH] 0.20 - version bump --- CHANGELOG.md | 5 +++++ composer.json | 2 +- composer.lock | 2 +- notice-manager.php | 2 +- vendor/composer/installed.php | 8 ++++---- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9a5876..db510ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Notice Manager Changelog +## 0.20 + +### Minor +- Just another version bump (composer.json as well). + ## 0.19 ### Added diff --git a/composer.json b/composer.json index df9bc5c..7c80616 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/composer.lock b/composer.lock index d6510b9..1c6eb17 100644 --- a/composer.lock +++ b/composer.lock @@ -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", diff --git a/notice-manager.php b/notice-manager.php index 61b5531..83729e4 100644 --- a/notice-manager.php +++ b/notice-manager.php @@ -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 diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 6aad20e..f827bd9 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -1,7 +1,7 @@ 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(),