v.0.20.0
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:
- Deactivate the plugin first.
- Rename the database table
bc_security_ip_blacklist
tobc_security_internal_blocklist
. - 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 ofreadme.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.