Skip to content

Releases: chesio/bc-security

v.0.6.2

18 Oct 10:59
Compare
Choose a tag to compare

Fix formatting issue in "Logs" module.

v.0.6.1

13 Oct 10:06
Compare
Choose a tag to compare

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

12 Oct 11:22
Compare
Choose a tag to compare

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.2

16 Aug 08:45
Compare
Choose a tag to compare

Fix PHP notice [#23]

v.0.5.1

06 Aug 13:12
Compare
Choose a tag to compare

Fix log message for checksums verification alert.

v.0.5.0

05 Aug 18:52
Compare
Choose a tag to compare

Implements file system integrity checks via checksum verification [#10] and reporting of unknown files inside WordPress directories [#18].

Adds two new checks in checklist:

  1. Check if display_errors is turned off by default [#14] (only run in production)
  2. Check if directory listings is turned off

v.0.4.1

01 Aug 08:21
Compare
Choose a tag to compare

Fixes PHP notice in WP-CLI [#16].

v.0.4.0

28 Jul 13:43
Compare
Choose a tag to compare

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:

  1. Deactivate and then re-activate the plugin to make sure new cron jobs are scheduled.

v.0.3.0

21 Jul 18:14
Compare
Choose a tag to compare

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

18 Jul 08:14
Compare
Choose a tag to compare

Basic events logging implemented [#1]. Two new checks [#4 and #6] in checklist added.