Skip to content

Commit

Permalink
Fixed version number issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TimBHowe committed Aug 28, 2023
1 parent 937e40b commit ae24226
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gf-emailblacklist.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion includes/class-gfemailblacklist.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit ae24226

Please sign in to comment.