Skip to content

Commit

Permalink
Ready to release 2.4.0 on wp.org.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Lannoy committed Sep 7, 2021
1 parent f37cc17 commit e8b2a56
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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.4.0] - Unreleased
## [2.4.0] - 2021-09-07

### Added
- It's now possible to hide the main PerfOps One menu via the `poo_hide_main_menu` filter or each submenu via the `poo_hide_analytics_menu`, `poo_hide_consoles_menu`, `poo_hide_insights_menu`, `poo_hide_tools_menu`, `poo_hide_records_menu` and `poo_hide_settings_menu` filters (thanks to [Jan Thiel](https://github.com/JanThiel)).
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.4.0-dev0' );
define( 'TRAFFIC_VERSION', '2.4.0' );
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.8
Stable tag: 2.3.2
Stable tag: 2.4.0
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.3.2
* Version: 2.4.0
* Requires at least: 5.2
* Requires PHP: 7.2
* Author: Pierre Lannoy
Expand Down

0 comments on commit e8b2a56

Please sign in to comment.