diff --git a/plugin.php b/plugin.php index b079bc3..c8aff29 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.1 + * Version: 0.1.2 * Requires at least: 5.0 * Requires PHP: 5.6 * Author: HandyPlugins @@ -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/' ); diff --git a/readme.txt b/readme.txt index 5f31233..d4829fb 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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." @@ -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