Skip to content

Commit 4d1ad3f

Browse files
committed
Merge remote-tracking branch 'origin/master' into develop
2 parents b759ddc + a8b5f46 commit 4d1ad3f

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

classes/class-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Plugin {
1818
*
1919
* @const string
2020
*/
21-
const VERSION = '3.6.1';
21+
const VERSION = '3.6.2';
2222

2323
/**
2424
* WP-CLI command

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: xwp
33
Tags: wp stream, stream, activity, logs, track
44
Requires at least: 4.5
5-
Tested up to: 5.5
6-
Stable tag: 3.6.1
5+
Tested up to: 5.6
6+
Stable tag: 3.6.2
77
License: GPLv2 or later
88
License URI: https://www.gnu.org/licenses/gpl-2.0.html
99

@@ -91,6 +91,10 @@ Past Contributors: fjarrett, shadyvb, chacha, westonruter, johnregan3, jacobschw
9191

9292
== Changelog ==
9393

94+
= 3.6.2 - January 12, 2020 =
95+
96+
* Fix: revert [#1159](https://github.com/xwp/stream/pull/1159) which caused a PHP error in the previous release.
97+
9498
= 3.6.1 - January 12, 2020 =
9599

96100
* New: Action add for when a blog is deleted [#1177](https://github.com/xwp/stream/pull/1177), props [@kidunot89](https://github.com/kidunot89)

stream.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Stream
44
* Plugin URI: https://xwp.co/work/stream/
55
* Description: Stream tracks logged-in user activity so you can monitor every change made on your WordPress site in beautifully organized detail. All activity is organized by context, action and IP address for easy filtering. Developers can extend Stream with custom connectors to log any kind of action.
6-
* Version: 3.6.1
6+
* Version: 3.6.2
77
* Author: XWP
88
* Author URI: https://xwp.co
99
* License: GPLv2+

0 commit comments

Comments
 (0)