Version Description
(2016-10-05) =
-
Bug Fix
- Fixed an issue where a page's title was not being returned Support Ticket
Download this release
Release Info
Developer | WPWhiteSecurity |
Plugin | WP Security Audit Log |
Version | 2.5.7 |
Comparing to | |
See all releases |
Code changes from version 2.5.6 to 2.5.7
- classes/Sensors/Content.php +4 -2
- readme.txt +6 -1
- wp-security-audit-log.php +1 -1
classes/Sensors/Content.php
CHANGED
@@ -685,7 +685,7 @@ class WSAL_Sensors_Content extends WSAL_AbstractSensor
|
|
685 |
if (!empty($_SERVER["HTTP_REFERER"])
|
686 |
&& strpos($_SERVER["HTTP_REFERER"], $currentPath) !== false) {
|
687 |
//Ignore this if we were on the same page so we avoid double audit entries
|
688 |
-
return;
|
689 |
}
|
690 |
if (!empty($post->post_title)) {
|
691 |
$event = $this->GetEventTypeForPostType($post, 2101, 2103, 2105);
|
@@ -697,6 +697,7 @@ class WSAL_Sensors_Content extends WSAL_AbstractSensor
|
|
697 |
}
|
698 |
}
|
699 |
}
|
|
|
700 |
}
|
701 |
|
702 |
/**
|
@@ -710,7 +711,7 @@ class WSAL_Sensors_Content extends WSAL_AbstractSensor
|
|
710 |
if (!empty($_SERVER["HTTP_REFERER"])
|
711 |
&& strpos($_SERVER["HTTP_REFERER"], $currentPath) !== false) {
|
712 |
//Ignore this if we were on the same page so we avoid double audit entries
|
713 |
-
return;
|
714 |
}
|
715 |
if (!empty($post->post_title)) {
|
716 |
$event = $this->GetEventTypeForPostType($post, 2100, 2102, 2104);
|
@@ -723,6 +724,7 @@ class WSAL_Sensors_Content extends WSAL_AbstractSensor
|
|
723 |
}
|
724 |
}
|
725 |
}
|
|
|
726 |
}
|
727 |
|
728 |
private function CheckTitleChange($oldpost, $newpost)
|
685 |
if (!empty($_SERVER["HTTP_REFERER"])
|
686 |
&& strpos($_SERVER["HTTP_REFERER"], $currentPath) !== false) {
|
687 |
//Ignore this if we were on the same page so we avoid double audit entries
|
688 |
+
return $title;
|
689 |
}
|
690 |
if (!empty($post->post_title)) {
|
691 |
$event = $this->GetEventTypeForPostType($post, 2101, 2103, 2105);
|
697 |
}
|
698 |
}
|
699 |
}
|
700 |
+
return $title;
|
701 |
}
|
702 |
|
703 |
/**
|
711 |
if (!empty($_SERVER["HTTP_REFERER"])
|
712 |
&& strpos($_SERVER["HTTP_REFERER"], $currentPath) !== false) {
|
713 |
//Ignore this if we were on the same page so we avoid double audit entries
|
714 |
+
return $post;
|
715 |
}
|
716 |
if (!empty($post->post_title)) {
|
717 |
$event = $this->GetEventTypeForPostType($post, 2100, 2102, 2104);
|
724 |
}
|
725 |
}
|
726 |
}
|
727 |
+
return $post;
|
728 |
}
|
729 |
|
730 |
private function CheckTitleChange($oldpost, $newpost)
|
readme.txt
CHANGED
@@ -7,7 +7,7 @@ License URI: http://www.gnu.org/licenses/gpl.html
|
|
7 |
Tags: wordpress security plugin, wordpress security audit log, audit log, wordpress log, event log wordpress, wordpress user tracking, wordpress activity log, wordpress audit, security event log, audit trail, security audit trail, wordpress security alerts, wordpress monitor, wordpress security monitor, wordpress admin, wordpress admin monitoring, analytics, activity, admin, multisite, wordpress multisite, actions, dashboard, log, notification, wordpress monitoring, email notification, wordpress email alerts, tracking, user tracking, user activity report, wordpress audit trail
|
8 |
Requires at least: 3.6
|
9 |
Tested up to: 4.6.1
|
10 |
-
Stable tag: 2.5.
|
11 |
|
12 |
Keep an audit trail of all changes and under the hood WordPress activity to ensure productivity and thwart possible WordPress hacker attacks.
|
13 |
|
@@ -180,6 +180,11 @@ Please refer to the [FAQs page](https://www.wpsecurityauditlog.com/documentation
|
|
180 |
|
181 |
== Changelog ==
|
182 |
|
|
|
|
|
|
|
|
|
|
|
183 |
= 2.5.6 (2016-09-27) =
|
184 |
|
185 |
* **Bug Fix**
|
7 |
Tags: wordpress security plugin, wordpress security audit log, audit log, wordpress log, event log wordpress, wordpress user tracking, wordpress activity log, wordpress audit, security event log, audit trail, security audit trail, wordpress security alerts, wordpress monitor, wordpress security monitor, wordpress admin, wordpress admin monitoring, analytics, activity, admin, multisite, wordpress multisite, actions, dashboard, log, notification, wordpress monitoring, email notification, wordpress email alerts, tracking, user tracking, user activity report, wordpress audit trail
|
8 |
Requires at least: 3.6
|
9 |
Tested up to: 4.6.1
|
10 |
+
Stable tag: 2.5.7
|
11 |
|
12 |
Keep an audit trail of all changes and under the hood WordPress activity to ensure productivity and thwart possible WordPress hacker attacks.
|
13 |
|
180 |
|
181 |
== Changelog ==
|
182 |
|
183 |
+
= 2.5.7 (2016-10-05) =
|
184 |
+
|
185 |
+
* **Bug Fix**
|
186 |
+
* Fixed an issue where a page's title was not being returned [Support Ticket](https://wordpress.org/support/topic/browser-tab-titles-2/)
|
187 |
+
|
188 |
= 2.5.6 (2016-09-27) =
|
189 |
|
190 |
* **Bug Fix**
|
wp-security-audit-log.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: WP Security Audit Log
|
|
4 |
Plugin URI: http://www.wpsecurityauditlog.com/
|
5 |
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.
|
6 |
Author: WP White Security
|
7 |
-
Version: 2.5.
|
8 |
Text Domain: wp-security-audit-log
|
9 |
Author URI: http://www.wpsecurityauditlog.com/
|
10 |
License: GPL2
|
4 |
Plugin URI: http://www.wpsecurityauditlog.com/
|
5 |
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.
|
6 |
Author: WP White Security
|
7 |
+
Version: 2.5.7
|
8 |
Text Domain: wp-security-audit-log
|
9 |
Author URI: http://www.wpsecurityauditlog.com/
|
10 |
License: GPL2
|