Releases: chesio/bc-security
Releases · chesio/bc-security
v.0.6.2
Fix formatting issue in "Logs" module.
v.0.6.1
Bugfix release:
- cron jobs are properly initialized (and executed) now
.htaccess
in ABSPATH
directory is not reported as unknown file by checksum verifier
v.0.6.0
Lot of refactorization and some small enhancements:
- Remove plugin transients on uninstall [#20]
- Visually inform about new items in log and IP blacklist [#11]
v.0.5.1
Fix log message for checksums verification alert.
v.0.5.0
Implements file system integrity checks via checksum verification [#10] and reporting of unknown files inside WordPress directories [#18].
Adds two new checks in checklist:
- Check if
display_errors
is turned off by default [#14] (only run in production)
- Check if directory listings is turned off
v.0.4.1
Fixes PHP notice in WP-CLI [#16].
v.0.4.0
New features:
- manual blacklisting is possible [#3 and #9]
- check if error log is not publicly visible [#13]
Improvements:
- logs are automatically pruned [#8 and #12]
- blacklist records are automatically pruned [#7]
Update steps:
- Deactivate and then re-activate the plugin to make sure new cron jobs are scheduled.
v.0.3.0
Send email notifications when:
- admin user logs in [#5]
- there is core/plugin/theme update available [#2]
- BC Security is deactivated
- Known IP address is locked out
v.0.2.0
Basic events logging implemented [#1]. Two new checks [#4 and #6] in checklist added.