Simple History - Version 2.35.1

Version Description

(August 2020) =

Minor update to correct readme.

Download this release

Release Info

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

Code changes from version 2.35.0 to 2.35.1

Files changed (3) hide show
  1. gruntfile.js +13 -0
  2. index.php +2 -2
  3. readme.txt +6 -2
gruntfile.js CHANGED
@@ -80,6 +80,19 @@ module.exports = function (grunt) {
80
  svn_user: "eskapism",
81
  },
82
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
83
  assets: {
84
  options: {
85
  deploy_trunk: false,
80
  svn_user: "eskapism",
81
  },
82
  },
83
+ // Deploy without tagging the release, useful when only changes to the readme,
84
+ // for example when changing the "Tested up to" value.
85
+ deploy_without_tag: {
86
+ options: {
87
+ deploy_trunk: true,
88
+ deploy_tag: false,
89
+ plugin_slug: "<%= pkg.name %>",
90
+ plugin_main_file: "index.php",
91
+ build_dir: "build",
92
+ assets_dir: "assets-wp-repo",
93
+ svn_user: "eskapism",
94
+ },
95
+ },
96
  assets: {
97
  options: {
98
  deploy_trunk: false,
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.35.0
9
  * Author: Pär Thernström
10
  * Author URI: http://simple-history.com/
11
  * License: GPL2
@@ -46,7 +46,7 @@ if ($ok_php_version && $ok_wp_version) {
46
  */
47
 
48
  if (!defined('SIMPLE_HISTORY_VERSION')) {
49
- define('SIMPLE_HISTORY_VERSION', '2.35.0');
50
  }
51
 
52
  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.35.1
9
  * Author: Pär Thernström
10
  * Author URI: http://simple-history.com/
11
  * License: GPL2
46
  */
47
 
48
  if (!defined('SIMPLE_HISTORY_VERSION')) {
49
+ define('SIMPLE_HISTORY_VERSION', '2.35.1');
50
  }
51
 
52
  if (!defined('SIMPLE_HISTORY_PATH')) {
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: history, log, changes, changelog, audit, audit log, event log, user tracki
5
  Requires at least: 5.2
6
  Tested up to: 5.5
7
  Requires PHP: 5.6
8
- Stable tag: 2.35.0
9
 
10
  View changes made by users within WordPress. See who created a page, uploaded an attachment or approved an comment, and more.
11
 
@@ -189,7 +189,11 @@ Events in the log are stored for 60 days by default. Events older than this will
189
 
190
  == Changelog ==
191
 
192
- = unreleased =
 
 
 
 
193
 
194
  You can now [sponsor the developer of this plugin at GitHub](https://github.com/sponsors/bonny/).
195
 
5
  Requires at least: 5.2
6
  Tested up to: 5.5
7
  Requires PHP: 5.6
8
+ Stable tag: 2.35.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
 
189
 
190
  == Changelog ==
191
 
192
+ = 2.35.1 (August 2020) =
193
+
194
+ Minor update to correct readme.
195
+
196
+ = 2.35 (August 2020) =
197
 
198
  You can now [sponsor the developer of this plugin at GitHub](https://github.com/sponsors/bonny/).
199