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 19, 2021
1 parent 4d1ad3f commit a768a0d
Show file tree
Hide file tree
Showing 3 changed files with 11 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
9 changes: 9 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,15 @@ Past Contributors: fjarrett, shadyvb, chacha, westonruter, johnregan3, jacobschw

== Changelog ==

= 3.7.0 - January 12, 2020 =

Development: Unit test added for BuddyPress connector class [#1164](https://github.com/xwp/stream/pull/1211), props [@kidunot89](https://github.com/kidunot89)
Development: Unit test added for WooCommerce connector class [#1164](https://github.com/xwp/stream/pull/1199), props [@kidunot89](https://github.com/kidunot89)
Development: Unit test added for Media connector class [#1164](https://github.com/xwp/stream/pull/1154), props [@kidunot89](https://github.com/kidunot89)
Development: Unit test added for Jetpack connector class [#1164](https://github.com/xwp/stream/pull/1153), props [@kidunot89](https://github.com/kidunot89)
Development: Unit test added for GravityForms connector class [#1164](https://github.com/xwp/stream/pull/1139), props [@kidunot89](https://github.com/kidunot89)
Development: Unit test added for bbPress connector class [#1164](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 a768a0d

Please sign in to comment.