Skip to content

Commit a768a0d

Browse files
committed
version numbers updated
1 parent 4d1ad3f commit a768a0d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

classes/class-plugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Plugin {
1818
*
1919
* @const string
2020
*/
21-
const VERSION = '3.6.2';
21+
const VERSION = '3.7.0';
2222

2323
/**
2424
* WP-CLI command

readme.txt

+9
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,15 @@ Past Contributors: fjarrett, shadyvb, chacha, westonruter, johnregan3, jacobschw
9191

9292
== Changelog ==
9393

94+
= 3.7.0 - January 12, 2020 =
95+
96+
Development: Unit test added for BuddyPress connector class [#1164](https://github.com/xwp/stream/pull/1211), props [@kidunot89](https://github.com/kidunot89)
97+
Development: Unit test added for WooCommerce connector class [#1164](https://github.com/xwp/stream/pull/1199), props [@kidunot89](https://github.com/kidunot89)
98+
Development: Unit test added for Media connector class [#1164](https://github.com/xwp/stream/pull/1154), props [@kidunot89](https://github.com/kidunot89)
99+
Development: Unit test added for Jetpack connector class [#1164](https://github.com/xwp/stream/pull/1153), props [@kidunot89](https://github.com/kidunot89)
100+
Development: Unit test added for GravityForms connector class [#1164](https://github.com/xwp/stream/pull/1139), props [@kidunot89](https://github.com/kidunot89)
101+
Development: Unit test added for bbPress connector class [#1164](https://github.com/xwp/stream/pull/1120), props [@kidunot89](https://github.com/kidunot89)
102+
94103
= 3.6.2 - January 12, 2020 =
95104

96105
* Fix: revert [#1159](https://github.com/xwp/stream/pull/1159) which caused a PHP error in the previous release.

stream.php

+1-1
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.2
6+
* Version: 3.7.0
77
* Author: XWP
88
* Author URI: https://xwp.co
99
* License: GPLv2+

0 commit comments

Comments
 (0)