From 30c8dc84947900befcc49757d3c42d47a46cfcf9 Mon Sep 17 00:00:00 2001 From: Pierre Lannoy Date: Wed, 12 Jul 2023 15:24:30 +0200 Subject: [PATCH] Ready to release 2.10.0 on wp.org --- CHANGELOG.md | 2 +- init.php | 2 +- readme.txt | 4 ++-- traffic.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f3dcbf..a36d2f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.10.0] - Not Yet Released +## [2.10.0] - 2023-07-12 ### Added - Compatibility with WordPress 6.3. diff --git a/init.php b/init.php index ea10db1..00636c8 100644 --- a/init.php +++ b/init.php @@ -12,7 +12,7 @@ define( 'TRAFFIC_PRODUCT_SHORTNAME', 'Traffic' ); define( 'TRAFFIC_PRODUCT_ABBREVIATION', 'traffic' ); define( 'TRAFFIC_SLUG', 'traffic' ); -define( 'TRAFFIC_VERSION', '2.9.1' ); +define( 'TRAFFIC_VERSION', '2.10.0' ); define( 'TRAFFIC_API_VERSION', '2' ); define( 'TRAFFIC_CODENAME', '"-"' ); diff --git a/readme.txt b/readme.txt index 8b27133..ed138a2 100755 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: PierreLannoy, hosterra Tags: api, analytics, reports, rest-api, statistics Requires at least: 5.2 Requires PHP: 7.2 -Tested up to: 6.2 -Stable tag: 2.9.1 +Tested up to: 6.3 +Stable tag: 2.10.0 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html diff --git a/traffic.php b/traffic.php index 9ce5b08..1d81a8a 100644 --- a/traffic.php +++ b/traffic.php @@ -10,7 +10,7 @@ * Plugin Name: Traffic * Plugin URI: https://perfops.one/traffic * Description: Full featured monitoring & analytics for WordPress APIs. - * Version: 2.9.1 + * Version: 2.10.0 * Requires at least: 5.2 * Requires PHP: 7.2 * Author: Pierre Lannoy / PerfOps One