From ae24226e4205ae5bf32ed21a7c786b57e97e0373 Mon Sep 17 00:00:00 2001 From: Tim Howe Date: Mon, 28 Aug 2023 11:37:25 -0400 Subject: [PATCH] Fixed version number issue --- README.md | 3 +++ gf-emailblacklist.php | 2 +- includes/class-gfemailblacklist.php | 2 +- readme.txt | 5 ++++- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 06df82e..823708c 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,9 @@ Once set up these settings will be used on this form only and in place of the gl ### Changelog +#### 2.5.5 +* Fixed version number issue + #### 2.5.4 * Fixed validation function to remove any empty values for the array of blacklisted emails to prevent false positives from empty email fields. * Added capability declination to the class to allow the plugin to work with role and capabilities plugins. diff --git a/gf-emailblacklist.php b/gf-emailblacklist.php index 2342738..ac0c6cb 100644 --- a/gf-emailblacklist.php +++ b/gf-emailblacklist.php @@ -3,7 +3,7 @@ * Plugin Name: Gravity Forms Email Blacklist * Plugin URI: https://wordpress.org/plugins/gravity-forms-email-blacklist/ * Description: This plugin adds the ability to set a blacklist of domains on the email field in gravity forms. - * Version: 2.5.4 + * Version: 2.5.5 * Author: CrossPeak Software * Author URI: https://www.crosspeaksoftware.com/ * Text Domain: gravity-forms-email-blacklist diff --git a/includes/class-gfemailblacklist.php b/includes/class-gfemailblacklist.php index e1545a7..25c7d63 100644 --- a/includes/class-gfemailblacklist.php +++ b/includes/class-gfemailblacklist.php @@ -16,7 +16,7 @@ */ class GFEmailBlacklist extends GFAddOn { - protected $_version = '2.5.4'; + protected $_version = '2.5.5'; protected $_min_gravityforms_version = '1.9'; protected $_slug = 'gf_email_blacklist'; protected $_path = 'gravity-forms-email-blacklist/gf_emailblacklist.php'; diff --git a/readme.txt b/readme.txt index 0625bc0..8657504 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: N/A Tags: gravity forms, gravity form, forms, gravity, form, email blacklist, block email, blacklist Requires at least: 3.8 Tested up to: 6.1.1 -Stable tag: 2.5.4 +Stable tag: 2.5.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -62,6 +62,9 @@ Once set up these settings will be used on this form only and in place of the gl === Changelog === += 2.5.5 = +* Fixed version number issue + = 2.5.4 = * Fixed validation function to remove any empty values for the array of blacklisted emails to prevent false positives from empty email fields. * Added capability declination to the class to allow the plugin to work with role and capabilities plugins.