From 1bf08e9a83e29799ca0051e7fffdafc5e4ddd012 Mon Sep 17 00:00:00 2001 From: Norcross Date: Mon, 23 Mar 2020 09:50:39 -0400 Subject: [PATCH] updating readme and versions for release --- comment-blacklist-manager.php | 4 ++-- readme.txt | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/comment-blacklist-manager.php b/comment-blacklist-manager.php index fd1e8e9..f3bdc29 100644 --- a/comment-blacklist-manager.php +++ b/comment-blacklist-manager.php @@ -3,7 +3,7 @@ * Plugin Name: Comment Blacklist Manager * Plugin URI: https://github.com/norcross/comment-blacklist-manager * Description: Add known terms into the WordPress blacklist keys to manage spam - * Version: 1.0.0 + * Version: 1.0.1 * Author: Andrew Norcross * Author URI: http://andrewnorcross.com * Text Domain: comment-blacklist-manager @@ -21,7 +21,7 @@ } if( ! defined( 'CBL_MANAGER_VER' ) ) { - define( 'CBL_MANAGER_VER', '1.0.0' ); + define( 'CBL_MANAGER_VER', '1.0.1' ); } diff --git a/readme.txt b/readme.txt index 82d08c3..23b4b02 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Website Link: https://github.com/norcross/comment-blacklist-manager Donate link: http://andrewnorcross.com/donate Requires at least: 3.7 Tested up to: 5.3.2 -Stable tag: 1.0.0 +Stable tag: 1.0.1 Requires PHP: 5.2.4 License: MIT License URI: https://norcross.mit-license.org/ @@ -108,10 +108,14 @@ Yes. Individual terms can be excluded from the automatically fetched blacklist b == Changelog == -= 1.0.0 = += 1.0.1 - 2020/03/23 +* updating admin notice display to properly clear when manual update is run +* minor code cleanup + += 1.0.0 * Initial release == Upgrade Notice == -= 1.0.0 = += 1.0.0 * Initial release