From ceded42e704f0f594853121deb9c69eaf3eaddf8 Mon Sep 17 00:00:00 2001 From: Pierre Lannoy Date: Mon, 23 Oct 2023 17:55:21 +0200 Subject: [PATCH] Ready to release 2.11.0 on wp.org --- CHANGELOG.md | 5 +++++ init.php | 2 +- readme.txt | 4 ++-- traffic.php | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a36d2f8..802d7a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.11.0] - 2023-10-25 + +### Added +- Compatibility with WordPress 6.4. + ## [2.10.0] - 2023-07-12 ### Added diff --git a/init.php b/init.php index 00636c8..911a9ff 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.10.0' ); +define( 'TRAFFIC_VERSION', '2.11.0' ); define( 'TRAFFIC_API_VERSION', '2' ); define( 'TRAFFIC_CODENAME', '"-"' ); diff --git a/readme.txt b/readme.txt index ed138a2..97bb4ae 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.3 -Stable tag: 2.10.0 +Tested up to: 6.4 +Stable tag: 2.11.0 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html diff --git a/traffic.php b/traffic.php index 1d81a8a..e14162a 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.10.0 + * Version: 2.11.0 * Requires at least: 5.2 * Requires PHP: 7.2 * Author: Pierre Lannoy / PerfOps One