Releases: pluginkollektiv/antispam-bee
Releases · pluginkollektiv/antispam-bee
2.11.7
What's Changed
- Fix: Use
SCRIPT_NAME
instead ofREQUEST_URI
to check path by @2ndkauboy in #589 - Fix: add line breaks to fix broken lists in readme.txt (#620) by @monkeyknifefighter in #623
- Fix: update behat and chrome driver by @stklcode in #621
- Fix: Remove
add_reasons_to_defaults()
from general initialization by @2ndkauboy in #627 - Docs: fixed short description to meet 150 characters (#580) by @monkeyknifefighter in #626
- Maintenance: Update changelog and tested up to version by @Zodiac1978 in #619
- Tweak: Updated dependencies
New Contributors
- @monkeyknifefighter made their first contribution in #623
Full Changelog: 2.11.6...2.11.7
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