Skip to content

Commit

Permalink
tagging 5.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarshall511 committed Mar 11, 2024
1 parent e5dbed2 commit af4d9ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: bmarshall511
Tags: protection, firewall, security, spam, spam blocker
Donate link: https://www.zerospam.org/subscribe/
Requires at least: 5.2
Tested up to: 6.2.2
Tested up to: 6.4.3
Requires PHP: 7.4
Stable tag: 5.5.1
Stable tag: 5.5.3
License: GNU GPLv3
License URI: https://choosealicense.com/licenses/gpl-3.0/

Expand Down Expand Up @@ -107,9 +107,10 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro

== Changelog ==

= v5.x.x =
= v5.5.3 =

* feat(patchstack): integrating patchstack faqs
* fix(coding standards): updates to better comply with wp coding standards

= v5.5.2 =

Expand Down
4 changes: 2 additions & 2 deletions wordpress-zero-spam.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 &amp; malicious activity a cinch. <strong>Just activate, configure, and say goodbye to spam.</strong>
* Version: 5.5.1
* Version: 5.5.3
* Requires at least: 5.2
* Requires PHP: 7.3
* Author: Highfivery LLC
Expand All @@ -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.1' );
define( 'ZEROSPAM_VERSION', '5.5.3' );

if ( defined( 'ZEROSPAM_DEVELOPMENT_URL' ) ) {
define( 'ZEROSPAM_URL', ZEROSPAM_DEVELOPMENT_URL );
Expand Down

0 comments on commit af4d9ff

Please sign in to comment.