From 18a7de8a6ab52288b1e7cf29ee848321e395383a Mon Sep 17 00:00:00 2001 From: Pierre Lannoy Date: Sat, 2 Mar 2024 10:55:40 +0100 Subject: [PATCH] Ready to release 3.7.0 on wp.org --- CHANGELOG.md | 4 +++- device-detector.php | 6 +++--- init.php | 2 +- readme.txt | 8 ++++---- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9feca1..18a6050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,15 @@ All notable changes to **Device Detector** are documented in this *changelog*. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and **Device Detector** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [3.7.0] - Not Yet Released +## [3.7.0] - 2024-03-02 ### Added - Compatibility with WordPress 6.5. ### Changed - Upgraded UDD from version 6.1.6 to version 6.3.0: dozens of added and improved detections. +- Minimal required WordPress version is now 6.1. +- Minimal required PHP version is now 8.1. ### Fixed - There's a typo in Morpheus project URL. diff --git a/device-detector.php b/device-detector.php index c6c4bc9..2d792be 100644 --- a/device-detector.php +++ b/device-detector.php @@ -10,9 +10,9 @@ * Plugin Name: Device Detector * Plugin URI: https://perfops.one/device-detector * Description: Full featured analytics reporting and management tool that detects all devices accessing your WordPress site. - * Version: 3.6.0 - * Requires at least: 5.2 - * Requires PHP: 7.2 + * Version: 3.7.0 + * Requires at least: 6.1 + * Requires PHP: 8.1 * Author: Pierre Lannoy / PerfOps One * Author URI: https://perfops.one * License: GPLv3 diff --git a/init.php b/init.php index e306d7b..3f7fe96 100644 --- a/init.php +++ b/init.php @@ -12,7 +12,7 @@ define( 'PODD_PRODUCT_SHORTNAME', 'Device Detector' ); define( 'PODD_PRODUCT_ABBREVIATION', 'podd' ); define( 'PODD_SLUG', 'device-detector' ); -define( 'PODD_VERSION', '3.6.0' ); +define( 'PODD_VERSION', '3.7.0' ); define( 'PODD_API_VERSION', '3' ); define( 'PODD_CODENAME', '"-"' ); diff --git a/readme.txt b/readme.txt index d4bfa02..004c37a 100755 --- a/readme.txt +++ b/readme.txt @@ -1,10 +1,10 @@ === Device Detector === Contributors: PierreLannoy, hosterra Tags: bot, detection, detector, device, mobile -Requires at least: 5.2 -Requires PHP: 7.2 -Tested up to: 6.4 -Stable tag: 3.6.0 +Requires at least: 6.1 +Requires PHP: 8.1 +Tested up to: 6.5 +Stable tag: 3.7.0 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html