Skip to content

Commit 44a5550

Browse files
committed
docs(version): updating changelog and version
1 parent 30df323 commit 44a5550

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Donate link: https://www.zerospam.org/subscribe/
55
Requires at least: 5.2
66
Tested up to: 6.2.0
77
Requires PHP: 7.4
8-
Stable tag: 5.4.5
8+
Stable tag: 5.4.6
99
License: GNU GPLv3
1010
License URI: https://choosealicense.com/licenses/gpl-3.0/
1111

@@ -107,6 +107,11 @@ If hosting with Pantheon, see their [known issues page](https://pantheon.io/docs
107107

108108
== Changelog ==
109109

110+
= v5.4.6 =
111+
112+
* fix(admin): fix for php notice about missing database_query_arguments
113+
* fix(whitelist): fix for whitelisted ips not getting triggered on comments, resolves #350
114+
110115
= v5.4.5 =
111116

112117
* fix(security): fixed sql injection vulnerability in the zero spam admin log table query

wordpress-zero-spam.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Plugin Name: Zero Spam for WordPress
1414
* Plugin URI: https://www.highfivery.com/projects/zero-spam/
1515
* Description: Tired of all the ineffective WordPress anti-spam & security plugins? Zero Spam for WordPress makes blocking spam &amp; malicious activity a cinch. <strong>Just activate, configure, and say goodbye to spam.</strong>
16-
* Version: 5.4.5
16+
* Version: 5.4.6
1717
* Requires at least: 5.2
1818
* Requires PHP: 7.3
1919
* Author: Highfivery LLC
@@ -31,7 +31,7 @@
3131
define( 'ZEROSPAM', __FILE__ );
3232
define( 'ZEROSPAM_PATH', plugin_dir_path( ZEROSPAM ) );
3333
define( 'ZEROSPAM_PLUGIN_BASE', plugin_basename( ZEROSPAM ) );
34-
define( 'ZEROSPAM_VERSION', '5.4.5' );
34+
define( 'ZEROSPAM_VERSION', '5.4.6' );
3535

3636
if ( defined( 'ZEROSPAM_DEVELOPMENT_URL' ) ) {
3737
define( 'ZEROSPAM_URL', ZEROSPAM_DEVELOPMENT_URL );

0 commit comments

Comments
 (0)