Skip to content

Commit

Permalink
changelog and version bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
barrykooij committed Apr 18, 2016
1 parent da47866 commit 8433793
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: never5, barrykooij
Donate link: http://www.barrykooij.com/donate/
Tags: notificaton, notifications, notice, notices, admin notices, center, notification center
Requires at least: 3.1
Tested up to: 4.3
Stable tag: 1.0.0
Tested up to: 4.5
Stable tag: 1.0.1
License: GPL v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -34,5 +34,10 @@ This plugin requires a minimum of PHP 5.3.

== Changelog ==

= 1.0.1 : April 18, 2016 =
* Tweak: We're now allowing links in notifications.
* Tweak: We're now also catching 'all_admin_notices'.
* Tweak: Notifications now have a maximum height and are scrollable.

= 1.0.0 : September 11, 2015 =
* Initial Release
4 changes: 2 additions & 2 deletions wp-notification-center.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: WP Notification Center
Plugin URI: http://www.never5.com/
Description: Adds a notification center to WordPress, no more pages that are cluttered with notifications
Version: 1.0.0
Version: 1.0.1
Author: Never5
Author URI: http://www.never5.com/
License: GPL v2
Expand Down Expand Up @@ -41,7 +41,7 @@ function wp_notification_center() {

static $instance;
if ( is_null( $instance ) ) {
$instance = new \Never5\WPNotificationCenter\Plugin( '1.0.0', __FILE__ );
$instance = new \Never5\WPNotificationCenter\Plugin( '1.0.1', __FILE__ );
}

return $instance;
Expand Down

0 comments on commit 8433793

Please sign in to comment.