Skip to content

Commit

Permalink
Ready to release 2.0.2 on wp.org.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Lannoy committed Oct 5, 2020
1 parent 6ae8fbf commit eb98981
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to **Traffic** are documented in this *changelog*.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and **Traffic** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.2] - 2020-10-05

### Fixed
- [WP-CLI] With some PHP configurations, there may be a delay in the display of lines.

## [2.0.1] - 2020-10-05

### Fixed
Expand Down
1 change: 1 addition & 0 deletions includes/features/class-wpcli.php
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ public static function tail( $args, $assoc_args ) {
Logger::notice( 'Live console launched.' );
while ( true ) {
self::records_display( self::records_filter( Memory::read(), $filters ), isset( $assoc_args['soft'] ), $col );
ob_flush();
}
} else {
self::records_display( array_slice( self::records_filter( $records, $filters ), -$count ), isset( $assoc_args['soft'] ), $col );
Expand Down
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
define( 'TRAFFIC_PRODUCT_SHORTNAME', 'Traffic' );
define( 'TRAFFIC_PRODUCT_ABBREVIATION', 'traffic' );
define( 'TRAFFIC_SLUG', 'traffic' );
define( 'TRAFFIC_VERSION', '2.0.1' );
define( 'TRAFFIC_VERSION', '2.0.2' );
define( 'TRAFFIC_API_VERSION', '1' );
define( 'TRAFFIC_CODENAME', '"-"' );

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: api, analytics, reports, rest-api, statistics
Requires at least: 5.2
Requires PHP: 7.2
Tested up to: 5.5
Stable tag: 2.0.1
Stable tag: 2.0.2
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down
2 changes: 1 addition & 1 deletion traffic.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: Traffic
* Plugin URI: https://github.com/Pierre-Lannoy/wp-traffic
* Description: Full featured monitoring & analytics for WordPress APIs.
* Version: 2.0.1
* Version: 2.0.2
* Requires at least: 5.2
* Requires PHP: 7.2
* Author: Pierre Lannoy
Expand Down

0 comments on commit eb98981

Please sign in to comment.