From 47c0770b467fd6db9fe411e1fb617cd200c08505 Mon Sep 17 00:00:00 2001 From: Geoff Taylor Date: Fri, 19 Feb 2021 18:45:43 -0500 Subject: [PATCH] version numbers updated --- classes/class-plugin.php | 2 +- readme.txt | 10 ++++++++++ stream.php | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/classes/class-plugin.php b/classes/class-plugin.php index 380b2780f..88a14bfb9 100755 --- a/classes/class-plugin.php +++ b/classes/class-plugin.php @@ -18,7 +18,7 @@ class Plugin { * * @const string */ - const VERSION = '3.6.2'; + const VERSION = '3.7.0'; /** * WP-CLI command diff --git a/readme.txt b/readme.txt index 9e9732d28..33a536206 100644 --- a/readme.txt +++ b/readme.txt @@ -91,6 +91,16 @@ Past Contributors: fjarrett, shadyvb, chacha, westonruter, johnregan3, jacobschw == Changelog == += 3.7.0 - January 12, 2020 = + +Fix: Settings page defaults repatched [#1236](https://github.com/xwp/stream/pull/1236), props [@kidunot89](https://github.com/kidunot89) +Development: Unit test added for BuddyPress connector class [#1211](https://github.com/xwp/stream/pull/1211), props [@kidunot89](https://github.com/kidunot89) +Development: Unit test added for WooCommerce connector class [#1199](https://github.com/xwp/stream/pull/1199), props [@kidunot89](https://github.com/kidunot89) +Development: Unit test added for Media connector class [#1154](https://github.com/xwp/stream/pull/1154), props [@kidunot89](https://github.com/kidunot89) +Development: Unit test added for Jetpack connector class [#1153](https://github.com/xwp/stream/pull/1153), props [@kidunot89](https://github.com/kidunot89) +Development: Unit test added for GravityForms connector class [#1139](https://github.com/xwp/stream/pull/1139), props [@kidunot89](https://github.com/kidunot89) +Development: Unit test added for bbPress connector class [#1120](https://github.com/xwp/stream/pull/1120), props [@kidunot89](https://github.com/kidunot89) + = 3.6.2 - January 12, 2020 = * Fix: revert [#1159](https://github.com/xwp/stream/pull/1159) which caused a PHP error in the previous release. diff --git a/stream.php b/stream.php index 56c172e23..e71c47bff 100644 --- a/stream.php +++ b/stream.php @@ -3,7 +3,7 @@ * Plugin Name: Stream * Plugin URI: https://xwp.co/work/stream/ * 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. - * Version: 3.6.2 + * Version: 3.7.0 * Author: XWP * Author URI: https://xwp.co * License: GPLv2+