Skip to content

v.0.20.0

Compare
Choose a tag to compare
@chesio chesio released this 31 Mar 11:00
· 156 commits to master since this release

This release brings a new feature: external blocklist. This feature has its own module named External Blocklist. To keep the naming consistent, IP Blacklist module has been renamed to Internal Blocklist.

These adjustments led to some breaking changes, therefore during update it is recommended to:

  1. Deactivate the plugin first.
  2. Rename the database table bc_security_ip_blacklist to bc_security_internal_blocklist.
  3. Update and reactivate the plugin.

Added

  • PHP 8.2 is supported #130.
  • WordPress 6.1 and 6.2 is supported (#129 and #136).
  • Improve detection of plugins hosted in Plugins Directory: also include plugins that have readme.md instead of readme.txt file #128.
  • An option to block request coming from Amazon AWS network: either all requests or login requests only coming from AWS network can be blocked #120.
  • Requests blocked by external or internal blocklist are now logged.