From e56e7239f195816bfc4023acfebe2296a77e9680 Mon Sep 17 00:00:00 2001 From: WP White Security Date: Fri, 23 Mar 2018 12:58:36 +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 8f2d005f..dc3954d1 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.3 + * Version: 3.1.4 * 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.3'; + public $version = '3.1.4'; // Plugin constants. const PLG_CLS_PRFX = 'WSAL_';