Skip to content

Releases: crosspeaksoftware/gravity-forms-email-blacklist

2.6.2

Choose a tag to compare

@matt-h matt-h released this 20 Feb 17:26
2ac22fe
  • Fix: Improve loading of SVG icon to prevent warning on some servers.

2.6.1

Choose a tag to compare

@matt-h matt-h released this 19 Feb 19:20
0d34de6
  • Fix: Better handle invalid syntax in the blacklist rules and ignore it.

2.6.0

Choose a tag to compare

@matt-h matt-h released this 11 Feb 18:56
fcdb19a
  • Enhancement: Added support to treat submissions with blacklisted emails as spam.
  • Enhancement: Added the ability to include * for wildcards anywhere in the blacklisted address or domain.

2.5.6

Choose a tag to compare

@matt-h matt-h released this 29 Sep 18:31
74f2c48
  • Fix PHP error under PHP 8+
  • Fix with multiple email fields and different blacklists.

2.5.5

Choose a tag to compare

@TimBHowe TimBHowe released this 28 Aug 15:48

Fixed version number issue

2.5.4

Choose a tag to compare

@TimBHowe TimBHowe released this 28 Aug 15:30
  • 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.

2.5.3

Choose a tag to compare

@matt-h matt-h released this 28 Mar 19:00
df9a168

Updated labels and descriptions throughout the admin settings to improve clarity.

2.5.2

Choose a tag to compare

@TimBHowe TimBHowe released this 29 Sep 19:40
  • Fix: Updated method for getting the TLD to make sure the domain wildcards work in the case of a sub-domain email.

2.5.1

Choose a tag to compare

@TimBHowe TimBHowe released this 25 Jul 17:28
  • Updated static setting strings to allow them to be translated.
  • Added Text Domain.
  • Added a function to Load Loads a plugin’s translated strings.
  • Added filter to allow 3rd party plugins to alter the validation message before it is output.
  • Added filter to allow 3rd party plugins to alter the is_valid check.
  • Added short circuit filter to allow 3rd party plugins to jump over a check.

2.5

2.5

Choose a tag to compare

@matt-h matt-h released this 27 Oct 16:38
  • Updated documentation, readme and added instructions.
  • Updated version number and plugin information on compatibility and stable release.
  • Fix: Updated validation function to account for email fields hidden by conditional logic