Version Description
(April 2017) =
- Fix for users running on older PHP versions.
Download this release
Release Info
| Developer | eskapism |
| Plugin | |
| Version | 2.14.1 |
| Comparing to | |
| See all releases | |
Code changes from version 2.14 to 2.14.1
- index.php +1 -1
- loggers/Plugin_DuplicatePost.php +2 -2
- readme.txt +6 -2
index.php
CHANGED
|
@@ -5,7 +5,7 @@ Plugin URI: http://simple-history.com
|
|
| 5 |
Text Domain: simple-history
|
| 6 |
Domain Path: /languages
|
| 7 |
Description: Plugin that logs various things that occur in WordPress and then presents those events in a very nice GUI.
|
| 8 |
-
Version: 2.14
|
| 9 |
Author: Pär Thernström
|
| 10 |
Author URI: http://simple-history.com/
|
| 11 |
License: GPL2
|
| 5 |
Text Domain: simple-history
|
| 6 |
Domain Path: /languages
|
| 7 |
Description: Plugin that logs various things that occur in WordPress and then presents those events in a very nice GUI.
|
| 8 |
+
Version: 2.14.1
|
| 9 |
Author: Pär Thernström
|
| 10 |
Author URI: http://simple-history.com/
|
| 11 |
License: GPL2
|
loggers/Plugin_DuplicatePost.php
CHANGED
|
@@ -61,14 +61,14 @@ if (! class_exists("Plugin_DuplicatePost")) {
|
|
| 61 |
{
|
| 62 |
$new_post = get_post($newPostID);
|
| 63 |
|
| 64 |
-
$context =
|
| 65 |
"new_post_title" => $new_post->post_title,
|
| 66 |
"new_post_id" => $new_post->ID,
|
| 67 |
"duplicated_post_title" => $post->post_title,
|
| 68 |
"duplicated_post_id" => $post->ID,
|
| 69 |
// "duplicate_new_post_id" => $newPostID,
|
| 70 |
// "status" => $status
|
| 71 |
-
|
| 72 |
|
| 73 |
$this->infoMessage(
|
| 74 |
"post_duplicated",
|
| 61 |
{
|
| 62 |
$new_post = get_post($newPostID);
|
| 63 |
|
| 64 |
+
$context = array(
|
| 65 |
"new_post_title" => $new_post->post_title,
|
| 66 |
"new_post_id" => $new_post->ID,
|
| 67 |
"duplicated_post_title" => $post->post_title,
|
| 68 |
"duplicated_post_id" => $post->ID,
|
| 69 |
// "duplicate_new_post_id" => $newPostID,
|
| 70 |
// "status" => $status
|
| 71 |
+
);
|
| 72 |
|
| 73 |
$this->infoMessage(
|
| 74 |
"post_duplicated",
|
readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Donate link: http://eskapism.se/sida/donate/
|
|
| 4 |
Tags: history, log, changes, changelog, audit, trail, pages, attachments, users, dashboard, admin, syslog, feed, activity, stream, audit trail, brute-force
|
| 5 |
Requires at least: 4.5.1
|
| 6 |
Tested up to: 4.7
|
| 7 |
-
Stable tag: 2.14
|
| 8 |
|
| 9 |
View changes made by users within WordPress. See who created a page, uploaded an attachment or approved an comment, and more.
|
| 10 |
|
|
@@ -162,7 +162,11 @@ A simple way to see any uncommon activity, for example an increased number of lo
|
|
| 162 |
|
| 163 |
## Changelog
|
| 164 |
|
| 165 |
-
= 2.14 (April
|
|
|
|
|
|
|
|
|
|
|
|
|
| 166 |
|
| 167 |
- Added support for plugin [Duplicate Post](https://wordpress.org/plugins/duplicate-post/).
|
| 168 |
Now when a user clones a post or page you will se this in the history log, with links to both the original post and the new copy.
|
| 4 |
Tags: history, log, changes, changelog, audit, trail, pages, attachments, users, dashboard, admin, syslog, feed, activity, stream, audit trail, brute-force
|
| 5 |
Requires at least: 4.5.1
|
| 6 |
Tested up to: 4.7
|
| 7 |
+
Stable tag: 2.14.1
|
| 8 |
|
| 9 |
View changes made by users within WordPress. See who created a page, uploaded an attachment or approved an comment, and more.
|
| 10 |
|
| 162 |
|
| 163 |
## Changelog
|
| 164 |
|
| 165 |
+
= 2.14.1 (April 2017) =
|
| 166 |
+
|
| 167 |
+
- Fix for users running on older PHP versions.
|
| 168 |
+
|
| 169 |
+
= 2.14 (April 2017) =
|
| 170 |
|
| 171 |
- Added support for plugin [Duplicate Post](https://wordpress.org/plugins/duplicate-post/).
|
| 172 |
Now when a user clones a post or page you will se this in the history log, with links to both the original post and the new copy.
|
