Releases: Highfivery/zero-spam-for-wordpress
Releases · Highfivery/zero-spam-for-wordpress
4.10.1
- Fix - PHP notice
Warning: array_merge(): Expected parameter 2 to be an array, bool given in /wp-content/plugins/zero-spam/classes/class-wordpress-zero-spam.php on line 532
. See https://wordpress.org/support/topic/warning-array_merge-14/#post-13319702. - Fix - StopForumSpam & BotScout being queried even if the options are disabled. See https://wordpress.org/support/topic/api-timeout/#post-13323551.
- Enhancement - Moved the security functions into the new
WordPress_Zero_Spam_Security
class. - Enhancement - General code clean-up & documentation.
4.9.11
4.9.9
- Enhancement - Strengthened spam detection for comment submission using a 'honeypot' field.
- Enhancement - Added a 'honeypot' helper functions (
wpzerospam_honeypot_field()
,wpzerospam_get_honeypot()
) to allow other forms, plugins, and themes to easily integrate a 'honeypot' check into submissions. - Enhancement - IP lookup links integrated in the admin dashboard and tables.
- Deprecation - Gravity Forms is no longer supported — for the time being. See the plugin FAQs for more information.
4.9.6
- Fix - Gravity Forms not catching spam.
4.9.4
- Fixed issued with BuddyPress checks not running.
4.9.3
- Added a confidence threshold for Stop Form Spam checks. See #202;
- Added an API timeout field to adjust how long a response is allowed to take.
- Restructred several functions which fixed some interment bugs users were experiencing.
- Added ability to delete all entries from a table.
- This update will delete all exisiting blacklisted IPs to ensure visitors aren't getting blocked when that shouldn't be.
4.9.0
- Added support for Formidable Forms. See #112.
- Added additional country regions
- UI enhancments to the admin tables
- Added a spam detection world map to the dashboard
4.8.1
- Fix for charts not showing up in the dashboard
4.8.0
- Added filter & seach options to admin tables
- Various performance enhancements
- Added ability to whitelist IP addresses
4.6.0
- Added option to strip links from comments
- Added option to strip & disable the comment author website field
- Added integration with the BotScout blacklist API