Skip to content

Commit f29f31b

Browse files
committed
bump version to 0.2
1 parent 2c41452 commit f29f31b

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unagi",
3-
"version": "0.1.5",
3+
"version": "0.2.0",
44
"description": "Remove nags from WordPress dashboard",
55
"author": {
66
"name": "handyplugins",

plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Unagi
44
* Plugin URI: https://github.com/HandyPlugins/unagi
55
* Description: Unagi clean-up your WordPress notices from the dashboard and show them under the "Notifications" pages.
6-
* Version: 0.1.5
6+
* Version: 0.2
77
* Requires at least: 5.0
88
* Requires PHP: 5.6
99
* Author: HandyPlugins
@@ -23,7 +23,7 @@
2323
}
2424

2525
// Useful global constants.
26-
define( 'UNAGI_VERSION', '0.1.5' );
26+
define( 'UNAGI_VERSION', '0.2' );
2727
define( 'UNAGI_URL', plugin_dir_url( __FILE__ ) );
2828
define( 'UNAGI_PATH', plugin_dir_path( __FILE__ ) );
2929
define( 'UNAGI_INC', UNAGI_PATH . 'includes/' );

readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
=== Unagi ===
2-
Contributors: handyplugins,m_uysl
2+
Contributors: handyplugins, m_uysl
33
Tags: notification,nags,admin notice,
44
Requires at least: 5.0
55
Tested up to: 6.5
66
Requires PHP: 5.6
7-
Stable tag: 0.1.5
7+
Stable tag: 0.2
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Donate link: https://handyplugins.co/donate/
@@ -61,6 +61,11 @@ This plugin only respects the messages that use `notice` class. And, the notice
6161

6262
== Changelog ==
6363

64+
= 0.2 (March 18, 2024) =
65+
* fix mb_convert_encoding deprecation.
66+
* Dependency update.
67+
* Tested with WP 6.5
68+
6469
= 0.1.5 (March 03, 2023) =
6570
* Disable warnings with non-well-formed DomDocument
6671
* Dependency update

0 commit comments

Comments
 (0)