Skip to content

Releases: pluginkollektiv/antispam-bee

2.11.6

15 Mar 12:28
e16ac66
Compare
Choose a tag to compare
  • Fix: Delete missed out option on uninstall (Thanks @okvee!)
  • Tweak: Minor i18n improvements (Thanks @pedro-mendonca!)
  • Tweak: Minor code changes and housekeeping
  • Tweak: Updated dependencies

3.0.0-alpha.15

09 Feb 17:00
Compare
Choose a tag to compare
3.0.0-alpha.15 Pre-release
Pre-release
  • Fix bug where the db migration for v3 always runs for new v3 alpha versions

3.0.0-alpha.14

04 Feb 12:39
Compare
Choose a tag to compare
3.0.0-alpha.14 Pre-release
Pre-release
  • Add back support for WooCommerce reviews and make comment types filterable (kudos @MatzeKitt)

3.0.0-alpha.13

03 Feb 08:07
Compare
Choose a tag to compare
3.0.0-alpha.13 Pre-release
Pre-release

fix issue with check for invalid request

3.0.0-alpha.12

17 Dec 14:33
Compare
Choose a tag to compare
3.0.0-alpha.12 Pre-release
Pre-release
  • fix issues introduced in alpha.10 preventing valid comments
  • introducing EmptyData and InvalidRequest rules and moving the checks from other files there

3.0.0-alpha.11

16 Dec 16:59
Compare
Choose a tag to compare
3.0.0-alpha.11 Pre-release
Pre-release

Mark comment as honeypot spam if honeypot data missing in $_POST

3.0.0-alpha.10

15 Dec 19:18
Compare
Choose a tag to compare
3.0.0-alpha.10 Pre-release
Pre-release
fix: don’t log email in honeypot debug message

2.11.5

21 Sep 09:43
b440331
Compare
Choose a tag to compare

IMPORTANT: If you use the country check and are behind a proxy or similar, you need to use the antispam_bee_trusted_ip filter to get the correct IP from a header like HTTP_X_FORWARDED (don’t return an empty value here, otherwise all comments are marked as spam).

  • Fix: Usage of core filter pre_comment_user_ip breaks ASB if the IP address is removed for GDPR compliance

2.11.4

13 Sep 04:29
ab767d7
Compare
Choose a tag to compare

IMPORTANT: If you use the country check and are behind a proxy or similar, you need to use the pre_comment_user_ip filter to get the correct IP from a header like HTTP_X_FORWARDED.

  • Fix: Read client IP for country check from REMOTE_ADDR only (filterable via pre_comment_user_ip)
  • Fix: No spam reason in spam notification email, and related PHP warning
  • Fix: Remove outdated info from readme
  • Enhancement: Show upgrade notice on plugin overview page
  • Maintenance: Tested up to WordPress 6.3

2.11.3

13 Apr 10:14
e3772aa
Compare
Choose a tag to compare
  • Fix: Multiselect for "Delete comments by spam reasons" was not saving values
  • Fix: Fix broken link for ISO country codes
  • Maintenance: Added test for PHP 8.2
  • Maintenance: Tested up to WordPress 6.2