Releases: chesio/bc-security
Releases · chesio/bc-security
v.0.18.0
PHP 8.0 is now officially supported [#104].
Other changes:
v.0.17.1
v.0.17.0
v.0.16.0
WordPress 5.5 or newer is now required!
- Log failed login reason [#95].
- Use the new
wp_get_environment_type()
function to get environment instead ofWP_ENV
[#102] - this is a breaking change for anyone who did not migrate fromWP_ENV
toWP_ENVIRONMENT_TYPE
.
v.0.15.2
v.0.15.1
v.0.15.0
v.0.14.0
v.0.13.1
v.0.13.0
New features and tweaks:
- New registrations with username on blacklist are no longer possible [#81]
- "Error log not publicly accessible" check automatically passes if error log is stored in custom location [#78]
- All external links now have rel="noreferrer" attribute [#77]
- New hardening option "Prevent usernames discovery via REST API and username enumeration" have been added [#74]
Removed features:
- Hardening option "Disable access to REST API to anonymous users" has been removed [#74]
Breaking changes:
bc-security/filter:login-username-blacklist
filter has been renamed tobc-security/filter:username-blacklist
Other:
- Fix issues detected by PHPStan [#73] - thanks @szepeviktor!
- Tested with WordPress 5.2