Simple History - Version 2.0.9

Version Description

(December 2014) =

  • Actually enable IP address lookup for all users. Sorry for missing to do that! ;)
Download this release

Release Info

Developer eskapism
Plugin Icon 128x128 Simple History
Version 2.0.9
Comparing to
See all releases

Code changes from version 2.0.8 to 2.0.9

SimpleHistory.php CHANGED
@@ -6,7 +6,7 @@
6
  class SimpleHistory {
7
 
8
  const NAME = "Simple History";
9
- const VERSION = "2.0.8";
10
 
11
  /**
12
  * Capability required to view the history log
6
  class SimpleHistory {
7
 
8
  const NAME = "Simple History";
9
+ const VERSION = "2.0.9";
10
 
11
  /**
12
  * Capability required to view the history log
dropins/SimpleHistoryIpInfoDropin.php CHANGED
@@ -15,9 +15,9 @@ class SimpleHistoryIpInfoDropin {
15
  $this->sh = $sh;
16
 
17
  // Since it's not quite done yet, it's for da devs only for now
18
- if ( ! defined("SIMPLE_HISTORY_DEV") || ! SIMPLE_HISTORY_DEV ) {
19
  return;
20
- }
21
 
22
  add_action("simple_history/enqueue_admin_scripts", array($this, "enqueue_admin_scripts"));
23
  add_action("simple_history/admin_footer", array($this, "add_js_template"));
15
  $this->sh = $sh;
16
 
17
  // Since it's not quite done yet, it's for da devs only for now
18
+ /*if ( ! defined("SIMPLE_HISTORY_DEV") || ! SIMPLE_HISTORY_DEV ) {
19
  return;
20
+ }*/
21
 
22
  add_action("simple_history/enqueue_admin_scripts", array($this, "enqueue_admin_scripts"));
23
  add_action("simple_history/admin_footer", array($this, "add_js_template"));
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.0.8
7
  Author: Pär Thernström
8
  Author URI: http://simple-history.com/
9
  License: GPL2
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.9
7
  Author: Pär Thernström
8
  Author URI: http://simple-history.com/
9
  License: GPL2
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.1
7
- Stable tag: 2.0.8
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.8 (December 2014) =
108
 
109
  - Added: IP addresses can now be clicked to view IP address info from [ipinfo.io](http://ipinfo.io). This will get you the location and network of an IP address and help you determine from where for example a failed login attempt originates from. [See screenshot of IP address info in action](http://glui.me/?d=y89nbgmvmfnxl4r/ip%20address%20information%20popup.png/).
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.1
7
+ Stable tag: 2.0.9
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.9 (December 2014) =
108
+
109
+ - Actually enable IP address lookup for all users. Sorry for missing to do that! ;)
110
+
111
  = 2.0.8 (December 2014) =
112
 
113
  - Added: IP addresses can now be clicked to view IP address info from [ipinfo.io](http://ipinfo.io). This will get you the location and network of an IP address and help you determine from where for example a failed login attempt originates from. [See screenshot of IP address info in action](http://glui.me/?d=y89nbgmvmfnxl4r/ip%20address%20information%20popup.png/).