Releases: crosspeaksoftware/gravity-forms-email-blacklist
Releases · crosspeaksoftware/gravity-forms-email-blacklist
2.6.2
Compare
Sorry, something went wrong.
No results found
matt-h
released this
20 Feb 17:26
Fix: Improve loading of SVG icon to prevent warning on some servers.
2.6.1
Compare
Sorry, something went wrong.
No results found
matt-h
released this
19 Feb 19:20
Fix: Better handle invalid syntax in the blacklist rules and ignore it.
2.6.0
Compare
Sorry, something went wrong.
No results found
matt-h
released this
11 Feb 18:56
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
Compare
Sorry, something went wrong.
No results found
matt-h
released this
29 Sep 18:31
Fix PHP error under PHP 8+
Fix with multiple email fields and different blacklists.
2.5.5
Compare
Sorry, something went wrong.
No results found
Fixed version number issue
2.5.4
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
matt-h
released this
28 Mar 19:00
Updated labels and descriptions throughout the admin settings to improve clarity.
2.5.2
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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