Skip to content

Commit

Permalink
version numbers updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed Feb 22, 2021
1 parent 4d1ad3f commit 47c0770
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classes/class-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Plugin {
*
* @const string
*/
const VERSION = '3.6.2';
const VERSION = '3.7.0';

/**
* WP-CLI command
Expand Down
10 changes: 10 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down

0 comments on commit 47c0770

Please sign in to comment.