Skip to content

Commit

Permalink
bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Apr 16, 2021
1 parent 46765a7 commit 20f8dad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 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.1
* Version: 0.1.2
* 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.1' );
define( 'UNAGI_VERSION', '0.1.2' );
define( 'UNAGI_URL', plugin_dir_url( __FILE__ ) );
define( 'UNAGI_PATH', plugin_dir_path( __FILE__ ) );
define( 'UNAGI_INC', UNAGI_PATH . 'includes/' );
Expand Down
11 changes: 8 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: handyplugins,m_uysl
Tags: notification,nags,admin notice,
Requires at least: 5.0
Tested up to: 5.7
Tested up to: 5.7.1
Requires PHP: 5.6
Stable tag: 0.1.1
Stable tag: 0.1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -24,7 +24,7 @@ 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.

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

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

Expand Down Expand Up @@ -52,6 +52,11 @@ This plugin only respects the messages that use `notice` class. And, the notice

== Changelog ==

= 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)
* Improve WooCommerce compatibility

= 0.1.1 =
* Change output hook

Expand Down

0 comments on commit 20f8dad

Please sign in to comment.