Skip to content

Commit

Permalink
updating readme and versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
norcross committed Mar 23, 2020
1 parent a7e8181 commit 1bf08e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions comment-blacklist-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -21,7 +21,7 @@
}

if( ! defined( 'CBL_MANAGER_VER' ) ) {
define( 'CBL_MANAGER_VER', '1.0.0' );
define( 'CBL_MANAGER_VER', '1.0.1' );
}


Expand Down
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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

0 comments on commit 1bf08e9

Please sign in to comment.