diff --git a/package-lock.json b/package-lock.json index 9d8aa4d..fe3aa7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "unagi", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "unagi", - "version": "0.2.0", + "version": "0.2.1", "license": "GPL-2.0-or-later", "dependencies": { "normalize.css": "^8.0.1" diff --git a/package.json b/package.json index 9dd1389..9516708 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unagi", - "version": "0.2.0", + "version": "0.2.1", "description": "Remove nags from WordPress dashboard", "author": { "name": "handyplugins", diff --git a/plugin.php b/plugin.php index 08933ba..924bc22 100644 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ * Plugin Name: Unagi * Plugin URI: https://github.com/HandyPlugins/unagi * Description: Unagi clean-up your WordPress notices from the dashboard and show them under the "Notifications" pages. - * Version: 0.2 + * Version: 0.2.1 * Requires at least: 5.0 * Requires PHP: 5.6 * Author: HandyPlugins @@ -23,7 +23,7 @@ } // Useful global constants. -define( 'UNAGI_VERSION', '0.2' ); +define( 'UNAGI_VERSION', '0.2.1' ); define( 'UNAGI_URL', plugin_dir_url( __FILE__ ) ); define( 'UNAGI_PATH', plugin_dir_path( __FILE__ ) ); define( 'UNAGI_INC', UNAGI_PATH . 'includes/' ); diff --git a/readme.txt b/readme.txt index e08c448..a070d81 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: handyplugins, m_uysl Tags: notification,nags,admin notice, Requires at least: 5.0 -Tested up to: 6.5 +Tested up to: 6.6 Requires PHP: 5.6 -Stable tag: 0.2 +Stable tag: 0.2.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Donate link: https://handyplugins.co/donate/ @@ -61,6 +61,11 @@ This plugin only respects the messages that use `notice` class. And, the notice == Changelog == += 0.2.1 (July 11, 2024) = +* Added playground blueprint. +* Dependency update. +* Tested with WP 6.6 + = 0.2 (March 18, 2024) = * fix mb_convert_encoding deprecation. * Dependency update.