diff --git a/CHANGELOG.md b/CHANGELOG.md index 802d7a3..8fb6714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ 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.12.0] - 2024-03-02 + +### Added +- Compatibility with WordPress 6.5. + +### Changed +- Minimal required WordPress version is now 6.1. +- Minimal required PHP version is now 8.1. + ## [2.11.0] - 2023-10-25 ### Added diff --git a/init.php b/init.php index 911a9ff..6e99745 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.11.0' ); +define( 'TRAFFIC_VERSION', '2.12.0' ); define( 'TRAFFIC_API_VERSION', '2' ); define( 'TRAFFIC_CODENAME', '"-"' ); diff --git a/readme.txt b/readme.txt index 97bb4ae..b8eb9b5 100755 --- a/readme.txt +++ b/readme.txt @@ -1,10 +1,10 @@ === Traffic === Contributors: PierreLannoy, hosterra Tags: api, analytics, reports, rest-api, statistics -Requires at least: 5.2 -Requires PHP: 7.2 -Tested up to: 6.4 -Stable tag: 2.11.0 +Requires at least: 6.1 +Requires PHP: 8.1 +Tested up to: 6.5 +Stable tag: 2.12.0 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html diff --git a/traffic.php b/traffic.php index e14162a..502979a 100644 --- a/traffic.php +++ b/traffic.php @@ -10,9 +10,9 @@ * Plugin Name: Traffic * Plugin URI: https://perfops.one/traffic * Description: Full featured monitoring & analytics for WordPress APIs. - * Version: 2.11.0 - * Requires at least: 5.2 - * Requires PHP: 7.2 + * Version: 2.12.0 + * Requires at least: 6.1 + * Requires PHP: 8.1 * Author: Pierre Lannoy / PerfOps One * Author URI: https://perfops.one * License: GPLv3