From 47c308631af914d3a5741a5f457d1b24a8fb0148 Mon Sep 17 00:00:00 2001 From: mustafauysal Date: Sun, 6 Nov 2022 19:12:59 +0300 Subject: [PATCH] bump version to 0.1.4 --- package-lock.json | 6 ++++-- package.json | 2 +- plugin.php | 4 ++-- readme.txt | 5 ++++- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 641eba0..35904fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,12 @@ { "name": "unagi", - "version": "1.0.0", + "version": "0.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.0", + "name": "unagi", + "version": "0.1.4", "license": "GPL-2.0-or-later", "dependencies": { "normalize.css": "^8.0.1" @@ -20064,6 +20065,7 @@ "integrity": "sha512-28ZuCKTqPMLwHYh9tvYJMSGQ4PpqW53SNaJ5HZdwQMCshERjlf5Y71/XHp7YMPkfmQKaa70jQk29qZlbq9w53A==", "dev": true, "requires": { + "stylelint": "^9.10.1", "stylelint-config-wordpress": "^13.1.0", "stylelint-declaration-use-variable": "^1.7.0", "stylelint-order": "^2.2.1" diff --git a/package.json b/package.json index a1336fc..4cee32c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unagi", - "version": "1.0.0", + "version": "0.1.4", "description": "Remove nags from WordPress dashboard", "author": { "name": "handyplugins", diff --git a/plugin.php b/plugin.php index 630506d..ef47074 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.1.3 + * Version: 0.1.4 * Requires at least: 5.0 * Requires PHP: 5.6 * Author: HandyPlugins @@ -23,7 +23,7 @@ } // Useful global constants. -define( 'UNAGI_VERSION', '0.1.3' ); +define( 'UNAGI_VERSION', '0.1.4' ); 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 864b9e3..dc13f70 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: notification,nags,admin notice, Requires at least: 5.0 Tested up to: 6.1 Requires PHP: 5.6 -Stable tag: 0.1.3 +Stable tag: 0.1.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -50,6 +50,9 @@ This plugin only respects the messages that use `notice` class. And, the notice == Changelog == += 0.1.4 (November 6, 2022) = +* Tested with WP 6.1 Props [@ZgrK](https://github.com/ZgrK). + = 0.1.3 = * Tested with WP 5.9 Props [@ZgrK](https://github.com/ZgrK).