Skip to content

Releases: Highfivery/zero-spam-for-wordpress

v5.1.4

05 Nov 15:45
Compare
Choose a tag to compare
  • fix(htaccess): resolves #274, fix for newer apache versions and option to select the method ips are blocked

v5.1.3

05 Nov 00:55
Compare
Choose a tag to compare
  • perf(blocked ips): moved blocked ips to .htacess for improved performance
  • refactor(woocommerce): woocommerce registration forms support dropped in place of 3rd-party IP checks
  • docs(admin): misc updates to admin interface

v5.1.2

02 Nov 20:46
Compare
Choose a tag to compare
  • perf(geolocation): improved performance for geolocation and data sharing
  • docs(readme): updated readme file
  • refactor(misc): added some functionality to make debugging easier
  • fix(ipinfo): resolves #273, loads the ipinfo library only if enabled

v5.1.1

01 Nov 16:44
Compare
Choose a tag to compare
  • feat(geolocation): resolves #270, added support for ipinfo geolocation
  • feat(cli): resolves #271, added WP CLI support
  • feat(admin): resolves #237, new admin dashboard widget
  • refactor(admin): wordpress coding standards fixes
  • refactor(settings): minor update to settings section title
  • docs(readme): updated readme file

v5.1.0

29 Oct 18:20
Compare
Choose a tag to compare
  • feat(ipstack): ipstack errors are logged to the zerospam.log file in the uploads directory
  • feat(cloudflare): resolves #267, checks http_cf_ipcountry against blocked countries
  • feat(admin): resolves #264, adds ability to export & import settings
  • perf(davidwalsh): resolves #266, only loads the david walsh script on pages that are needed
  • fix(caching): resolves #258, added no-cache header to the blocked page output
  • refactor(stopforumspam): increased the default confidence score for stop forum spam to help prevent false positives
  • docs(faq): added common question about how to boost performance of the plugin

v5.0.13

03 Aug 19:11
Compare
Choose a tag to compare
  • fix(updates): resolves #262, sanitized & escaped variables
  • fix(standards): resolved #261, sanitized & escaped variables
  • fix(cron jobs): resolves #260, removed the remote call to splorp’s blacklist on Github

v5.0.12

31 Mar 16:26
Compare
Choose a tag to compare
  • Fixed issue with WPForms AJAX forms not getting validated by WordPress Zero Spam #238
  • David Walsh detection technique applied to WPForms & CF7
  • Miscellaneous admin UI improvements
  • Added ability to disable syncing WP's Disallowed Comment Keys

v5.0.8

02 Mar 00:32
Compare
Choose a tag to compare
  • Fix for admin first-time config notice
  • Added first-time configuration notice & auto-configure recommended settings functionality
  • Added the ability to regenerate the honeypot ID
  • Various admin UI improvements
  • WP Disallowed Comment Keys are automatically updated weekly using https://github.com/splorp/wordpress-comment-blacklist
  • Strengthened comment spam detections using WP core disallowed list
  • David Walsh's spam technique is back! #247

v5.0.0

23 Feb 15:26
99dedb8
Compare
Choose a tag to compare
Merge pull request #234 from bmarshall511/5.0.0

5.0.0

4.10.2

07 Oct 17:38
Compare
Choose a tag to compare
  • Added composer. See #150.
  • Temporarily disabled sharing spam detection information.