Skip to content

Commit

Permalink
bump version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Nov 6, 2022
1 parent 0706798 commit 47c3086
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
6 changes: 4 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unagi",
"version": "1.0.0",
"version": "0.1.4",
"description": "Remove nags from WordPress dashboard",
"author": {
"name": "handyplugins",
Expand Down
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/' );
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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).

Expand Down

0 comments on commit 47c3086

Please sign in to comment.