Skip to content

Commit

Permalink
Merge branch 'hotfix-0.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
chesio committed Aug 6, 2017
2 parents 8f902c2 + 47bb3cd commit 97e818f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bc-security.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: BC Security
* Plugin URI: https://github.com/chesio/bc-security
* Description: Helps keeping WordPress websites secure. Plugin requires PHP 5.6 or newer to run.
* Version: 0.5.0
* Version: 0.5.1
* Author: Česlav Przywara <[email protected]>
* Author URI: https://www.chesio.com
* Requires at least: 4.7
Expand Down
2 changes: 1 addition & 1 deletion classes/BlueChip/Security/Modules/Log/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public static function create($id)
$id,
__('Checksums verification alert', 'bc-security'),
LogLevel::WARNING,
__('Official checksums do not match for the following files: {files}.', 'bc-security'),
__('Following files have been modified: {modified_files}. Following files are unknown: {unknown_files}.', 'bc-security'),
['modified_files' => __('Modified files', 'bc-security'), 'unknown_files' => __('Unknown files', 'bc-security')]
);
default:
Expand Down

0 comments on commit 97e818f

Please sign in to comment.