From 53971196b3d36970b9b4852e97921c2c24f5ec7a Mon Sep 17 00:00:00 2001 From: Ben Marshall Date: Tue, 12 Mar 2024 14:42:16 -0500 Subject: [PATCH] tagging 5.5.4 --- readme.txt | 6 +++++- wordpress-zero-spam.php | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index b8fbed3..af28f84 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Donate link: https://www.zerospam.org/subscribe/ Requires at least: 5.2 Tested up to: 6.4.3 Requires PHP: 7.4 -Stable tag: 5.5.3 +Stable tag: 5.5.4 License: GNU GPLv3 License URI: https://choosealicense.com/licenses/gpl-3.0/ @@ -107,6 +107,10 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro == Changelog == += v5.5.4 = + +* fix(zero spam): fox for error in the zero spam api + = v5.5.3 = * feat(patchstack): integrating patchstack faqs diff --git a/wordpress-zero-spam.php b/wordpress-zero-spam.php index e5b14a5..ae62d23 100644 --- a/wordpress-zero-spam.php +++ b/wordpress-zero-spam.php @@ -13,7 +13,7 @@ * Plugin Name: Zero Spam for WordPress * Plugin URI: https://www.highfivery.com/projects/zero-spam/ * Description: Tired of all the ineffective WordPress anti-spam & security plugins? Zero Spam for WordPress makes blocking spam & malicious activity a cinch. Just activate, configure, and say goodbye to spam. - * Version: 5.5.3 + * Version: 5.5.4 * Requires at least: 5.2 * Requires PHP: 7.3 * Author: Highfivery LLC @@ -31,7 +31,7 @@ define( 'ZEROSPAM', __FILE__ ); define( 'ZEROSPAM_PATH', plugin_dir_path( ZEROSPAM ) ); define( 'ZEROSPAM_PLUGIN_BASE', plugin_basename( ZEROSPAM ) ); -define( 'ZEROSPAM_VERSION', '5.5.3' ); +define( 'ZEROSPAM_VERSION', '5.5.4' ); if ( defined( 'ZEROSPAM_DEVELOPMENT_URL' ) ) { define( 'ZEROSPAM_URL', ZEROSPAM_DEVELOPMENT_URL );