Simple History - Version 2.28.1

Version Description

(September 2018) =

  • Remove a debug message that was left in the code.
Download this release

Release Info

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

Code changes from version 2.28 to 2.28.1

Files changed (4) hide show
  1. composer.json +1 -1
  2. index.php +2 -2
  3. loggers/SimpleLogger.php +0 -2
  4. readme.txt +5 -1
composer.json CHANGED
@@ -13,7 +13,7 @@
13
  "require": {
14
  "php": ">=5.3.0"
15
  },
16
- "version": "2.28",
17
  "authors": [
18
  {
19
  "name": "Pär Thernström",
13
  "require": {
14
  "php": ">=5.3.0"
15
  },
16
+ "version": "2.28.1",
17
  "authors": [
18
  {
19
  "name": "Pär Thernström",
index.php CHANGED
@@ -5,7 +5,7 @@
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.28
9
  * Author: Pär Thernström
10
  * Author URI: http://simple-history.com/
11
  * License: GPL2
@@ -47,7 +47,7 @@ if ( $ok_php_version && $ok_wp_version ) {
47
  */
48
 
49
  if ( ! defined( 'SIMPLE_HISTORY_VERSION' ) ) {
50
- define( 'SIMPLE_HISTORY_VERSION', '2.28' );
51
  }
52
 
53
  if ( ! defined( 'SIMPLE_HISTORY_PATH' ) ) {
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.28.1
9
  * Author: Pär Thernström
10
  * Author URI: http://simple-history.com/
11
  * License: GPL2
47
  */
48
 
49
  if ( ! defined( 'SIMPLE_HISTORY_VERSION' ) ) {
50
+ define( 'SIMPLE_HISTORY_VERSION', '2.28.1' );
51
  }
52
 
53
  if ( ! defined( 'SIMPLE_HISTORY_PATH' ) ) {
loggers/SimpleLogger.php CHANGED
@@ -487,8 +487,6 @@ class SimpleLogger {
487
  $date_html .= '</a>';
488
  $date_html .= '</span>';
489
 
490
- sh_error_log('$date_html', $date_html);
491
-
492
  /**
493
  * Filter the output of the date section of the header.
494
  *
487
  $date_html .= '</a>';
488
  $date_html .= '</span>';
489
 
 
 
490
  /**
491
  * Filter the output of the date section of the header.
492
  *
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: history, log, changes, changelog, audit, audit log, event log, user tracki
5
  Requires at least: 4.5.1
6
  Tested up to: 4.9
7
  Requires PHP: 5.3
8
- Stable tag: 2.28
9
 
10
  View changes made by users within WordPress. See who created a page, uploaded an attachment or approved an comment, and more.
11
 
@@ -181,6 +181,10 @@ A simple way to see any uncommon activity, for example an increased number of lo
181
 
182
  ## Changelog
183
 
 
 
 
 
184
  = 2.28 (September 2018) =
185
 
186
  - Always show time and sometimes date before each event, in addition to the relative date. Fixes https://wordpress.org/support/topic/feature-request-granular-settings-changes-detailed-timestamp/.
5
  Requires at least: 4.5.1
6
  Tested up to: 4.9
7
  Requires PHP: 5.3
8
+ Stable tag: 2.28.1
9
 
10
  View changes made by users within WordPress. See who created a page, uploaded an attachment or approved an comment, and more.
11
 
181
 
182
  ## Changelog
183
 
184
+ = 2.28.1 (September 2018) =
185
+
186
+ - Remove a debug message that was left in the code.
187
+
188
  = 2.28 (September 2018) =
189
 
190
  - Always show time and sometimes date before each event, in addition to the relative date. Fixes https://wordpress.org/support/topic/feature-request-granular-settings-changes-detailed-timestamp/.