Version Description
(november 2014) =
- Removed anonymous function in index file causing errors during install on older versions of PHP
Download this release
Release Info
Developer | eskapism |
Plugin | Simple History |
Version | 2.0.1 |
Comparing to | |
See all releases |
Code changes from version 2.0 to 2.0.1
- SimpleHistory.php +1 -1
- index.php +2 -2
- readme.txt +5 -1
SimpleHistory.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
class SimpleHistory {
|
7 |
|
8 |
const NAME = "Simple History";
|
9 |
-
const VERSION = "2.0";
|
10 |
|
11 |
/**
|
12 |
* Capability required to view the history log
|
6 |
class SimpleHistory {
|
7 |
|
8 |
const NAME = "Simple History";
|
9 |
+
const VERSION = "2.0.1";
|
10 |
|
11 |
/**
|
12 |
* Capability required to view the history log
|
index.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Simple History
|
4 |
Plugin URI: http://simple-history.com
|
5 |
Description: Plugin that logs various things that occur in WordPress and then presents those events in a very nice GUI.
|
6 |
-
Version: 2
|
7 |
Author: Pär Thernström
|
8 |
Author URI: http://simple-history.com/
|
9 |
License: GPL2
|
@@ -96,7 +96,7 @@ add_action("init", function() {
|
|
96 |
*/
|
97 |
|
98 |
|
99 |
-
|
100 |
add_action("init", function() {
|
101 |
|
102 |
#SimpleLogger()->info("This is a regular info message" . time());
|
3 |
Plugin Name: Simple History
|
4 |
Plugin URI: http://simple-history.com
|
5 |
Description: Plugin that logs various things that occur in WordPress and then presents those events in a very nice GUI.
|
6 |
+
Version: 2.0.1
|
7 |
Author: Pär Thernström
|
8 |
Author URI: http://simple-history.com/
|
9 |
License: GPL2
|
96 |
*/
|
97 |
|
98 |
|
99 |
+
/*
|
100 |
add_action("init", function() {
|
101 |
|
102 |
#SimpleLogger()->info("This is a regular info message" . time());
|
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, cms, dashboard, admin, syslog, feed, activity, stream
|
5 |
Requires at least: 3.6.0
|
6 |
Tested up to: 4.0.1
|
7 |
-
Stable tag: 2.0
|
8 |
|
9 |
View changes made by users within WordPress. See who created a page, uploaded an attachment or approved an comment, and more.
|
10 |
|
@@ -104,6 +104,10 @@ initiated by a specific user.
|
|
104 |
|
105 |
== Changelog ==
|
106 |
|
|
|
|
|
|
|
|
|
107 |
= 2.0 (november 2014) =
|
108 |
|
109 |
Major update - Simple History is now better and nicer than ever before! :)
|
4 |
Tags: history, log, changes, changelog, audit, trail, pages, attachments, users, cms, dashboard, admin, syslog, feed, activity, stream
|
5 |
Requires at least: 3.6.0
|
6 |
Tested up to: 4.0.1
|
7 |
+
Stable tag: 2.0.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 |
|
104 |
|
105 |
== Changelog ==
|
106 |
|
107 |
+
= 2.0.1 (november 2014) =
|
108 |
+
|
109 |
+
- Removed anonymous function in index file causing errors during install on older versions of PHP
|
110 |
+
|
111 |
= 2.0 (november 2014) =
|
112 |
|
113 |
Major update - Simple History is now better and nicer than ever before! :)
|