Skip to content

Commit 1bf08e9

Browse files
committed
updating readme and versions for release
1 parent a7e8181 commit 1bf08e9

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

comment-blacklist-manager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Comment Blacklist Manager
44
* Plugin URI: https://github.com/norcross/comment-blacklist-manager
55
* Description: Add known terms into the WordPress blacklist keys to manage spam
6-
* Version: 1.0.0
6+
* Version: 1.0.1
77
* Author: Andrew Norcross
88
* Author URI: http://andrewnorcross.com
99
* Text Domain: comment-blacklist-manager
@@ -21,7 +21,7 @@
2121
}
2222

2323
if( ! defined( 'CBL_MANAGER_VER' ) ) {
24-
define( 'CBL_MANAGER_VER', '1.0.0' );
24+
define( 'CBL_MANAGER_VER', '1.0.1' );
2525
}
2626

2727

readme.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Website Link: https://github.com/norcross/comment-blacklist-manager
55
Donate link: http://andrewnorcross.com/donate
66
Requires at least: 3.7
77
Tested up to: 5.3.2
8-
Stable tag: 1.0.0
8+
Stable tag: 1.0.1
99
Requires PHP: 5.2.4
1010
License: MIT
1111
License URI: https://norcross.mit-license.org/
@@ -108,10 +108,14 @@ Yes. Individual terms can be excluded from the automatically fetched blacklist b
108108

109109
== Changelog ==
110110

111-
= 1.0.0 =
111+
= 1.0.1 - 2020/03/23
112+
* updating admin notice display to properly clear when manual update is run
113+
* minor code cleanup
114+
115+
= 1.0.0
112116
* Initial release
113117

114118
== Upgrade Notice ==
115119

116-
= 1.0.0 =
120+
= 1.0.0
117121
* Initial release

0 commit comments

Comments
 (0)