File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 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
2121}
2222
2323if ( ! defined ( 'CBL_MANAGER_VER ' ) ) {
24- define ( 'CBL_MANAGER_VER ' , '1.0.0 ' );
24+ define ( 'CBL_MANAGER_VER ' , '1.0.1 ' );
2525}
2626
2727
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Website Link: https://github.com/norcross/comment-blacklist-manager
55Donate link: http://andrewnorcross.com/donate
66Requires at least: 3.7
77Tested up to: 5.3.2
8- Stable tag: 1.0.0
8+ Stable tag: 1.0.1
99Requires PHP: 5.2.4
1010License: MIT
1111License 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
You can’t perform that action at this time.
0 commit comments