From 41819d2a2c2f3a24c931d22474603a605171f11e Mon Sep 17 00:00:00 2001 From: mustafauysal Date: Fri, 3 Mar 2023 00:16:38 +0300 Subject: [PATCH] bump version to 0.1.5 --- package-lock.json | 4 ++-- package.json | 2 +- plugin.php | 4 ++-- readme.txt | 17 +++++++++++++++-- 4 files changed, 20 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index ec1efce..6718705 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "unagi", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "unagi", - "version": "0.1.4", + "version": "0.1.5", "license": "GPL-2.0-or-later", "dependencies": { "normalize.css": "^8.0.1" diff --git a/package.json b/package.json index 4da4336..abfdb96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unagi", - "version": "0.1.4", + "version": "0.1.5", "description": "Remove nags from WordPress dashboard", "author": { "name": "handyplugins", diff --git a/plugin.php b/plugin.php index ef47074..1824d44 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.4 + * Version: 0.1.5 * Requires at least: 5.0 * Requires PHP: 5.6 * Author: HandyPlugins @@ -23,7 +23,7 @@ } // Useful global constants. -define( 'UNAGI_VERSION', '0.1.4' ); +define( 'UNAGI_VERSION', '0.1.5' ); 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 dc13f70..8e28a41 100644 --- a/readme.txt +++ b/readme.txt @@ -2,11 +2,12 @@ Contributors: handyplugins,m_uysl Tags: notification,nags,admin notice, Requires at least: 5.0 -Tested up to: 6.1 +Tested up to: 6.2 Requires PHP: 5.6 -Stable tag: 0.1.4 +Stable tag: 0.1.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html +Donate link: https://handyplugins.co/donate/ Unagi clean-up your WordPress notices from the dashboard and show them under the "Notifications" pages. @@ -26,6 +27,13 @@ It buffers all the output that hooked into `admin_notices` action and then displ > Unagi - "It's not something you are , it's something you have." +If you like our Unagi plugin, then consider checking out our other projects: + +* Magic Login Pro – Easy, secure, and passwordless authentication for WordPress. +* Handywriter – AI-powered writing assistant that can help you create content for your WordPress. +* PaddlePress PRO – Paddle Plugin for WordPress + + = Contributing & Bug Report = Bug reports and pull requests are welcome on [Github](https://github.com/HandyPlugins/unagi). @@ -50,6 +58,11 @@ This plugin only respects the messages that use `notice` class. And, the notice == Changelog == += 0.1.5 (March 03, 2023) = +* Disable warnings with non-well-formed DomDocument +* Dependency update +* Tested with WP 6.2 + = 0.1.4 (November 6, 2022) = * Tested with WP 6.1 Props [@ZgrK](https://github.com/ZgrK).