Skip to content

Commit

Permalink
bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Jan 31, 2022
1 parent 1584300 commit d61dcf4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
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.2
* Version: 0.1.3
* 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.2' );
define( 'UNAGI_VERSION', '0.1.3' );
define( 'UNAGI_URL', plugin_dir_url( __FILE__ ) );
define( 'UNAGI_PATH', plugin_dir_path( __FILE__ ) );
define( 'UNAGI_INC', UNAGI_PATH . 'includes/' );
Expand Down
9 changes: 5 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Tags: notification,nags,admin notice,
Requires at least: 5.0
Tested up to: 5.9
Requires PHP: 5.6
Stable tag: 0.1.2
Stable tag: 0.1.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Unagi clean-up your WordPress notices from the dashboard and show them under the "Notifications" pages.

== Description ==

Unagi is a WordPress plugin that helps you to keep the admin dashboard clean. It's a zero-configuration plugin, just activate and rid of the nags.
Unagi is a WordPress plugin that helps keep the admin dashboard clean. It's a zero-configuration plugin; just activate and get rid of the nags.

= How does it work? =

Expand All @@ -24,8 +24,6 @@ It buffers all the output that hooked into `admin_notices` action and then displ
- `edit_posts` is the default capability. It can be overridden with `unagi_required_capability` filter.
- By default, plugin saves the output in the usermeta and renders saved output. If you need to avoid DB calls, you can use `unagi_show_notifications_nicely` filter.

[https://media.giphy.com/media/ubpB6XcvpYMF2/giphy.gif Unagi]

> Unagi - "It's not something you are , it's something you have."

= Contributing & Bug Report =
Expand All @@ -52,6 +50,9 @@ This plugin only respects the messages that use `notice` class. And, the notice

== Changelog ==

= 0.1.3 =
* Tested with WP 5.9 Props [@ZgrK](https://github.com/ZgrK).

= 0.1.2 =
* Revert output hook change. (It causes regression when `admin_notices` removes on a page entirely)
* Add heading to notifications page. Props [@sanzeeb3](https://github.com/sanzeeb3)
Expand Down

0 comments on commit d61dcf4

Please sign in to comment.