From 66ab4ba748677e5dae2dd706d02856cea17d8154 Mon Sep 17 00:00:00 2001 From: WP White Security Date: Fri, 16 Mar 2018 15:44:55 +0000 Subject: [PATCH] updated version --- wp-security-audit-log.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-security-audit-log.php b/wp-security-audit-log.php index 9bedf39a..5daa85d2 100644 --- a/wp-security-audit-log.php +++ b/wp-security-audit-log.php @@ -4,7 +4,7 @@ * Plugin URI: http://www.wpsecurityauditlog.com/ * Description: Identify WordPress security issues before they become a problem. Keep track of everything happening on your WordPress including WordPress users activity. Similar to Windows Event Log and Linux Syslog, WP Security Audit Log generates a security alert for everything that happens on your WordPress blogs and websites. Use the Audit Log Viewer included in the plugin to see all the security alerts. * Author: WP White Security - * Version: 3.1.1 + * Version: 3.1.2 * Text Domain: wp-security-audit-log * Author URI: http://www.wpsecurityauditlog.com/ * License: GPL2 @@ -54,7 +54,7 @@ class WpSecurityAuditLog { * * @var string */ - public $version = '3.1.1'; + public $version = '3.1.2'; // Plugin constants. const PLG_CLS_PRFX = 'WSAL_';