Releases: pluginkollektiv/antispam-bee
Releases · pluginkollektiv/antispam-bee
2.11.6
- 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
- Fix bug where the db migration for v3 always runs for new v3 alpha versions
3.0.0-alpha.14
- Add back support for WooCommerce reviews and make comment types filterable (kudos @MatzeKitt)
3.0.0-alpha.13
fix issue with check for invalid request
3.0.0-alpha.12
- 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
Mark comment as honeypot spam if honeypot data missing in $_POST
3.0.0-alpha.10
fix: don’t log email in honeypot debug message
2.11.5
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
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 viapre_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
- 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