From b0541955d9e3800ce6d546eaedd74813e75ef8a3 Mon Sep 17 00:00:00 2001 From: Pierre Lannoy Date: Wed, 12 Jul 2023 10:30:59 +0200 Subject: [PATCH] Ready to release 3.5.0 on wp.org --- CHANGELOG.md | 2 +- device-detector.php | 2 +- init.php | 2 +- readme.txt | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20691f5..9c213b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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.5.0] - Not Yet Released +## [3.5.0] - 2023-07-12 ### Added - Compatibility with WordPress 6.3. diff --git a/device-detector.php b/device-detector.php index 67d9ef6..1931e8d 100644 --- a/device-detector.php +++ b/device-detector.php @@ -10,7 +10,7 @@ * 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.4.1 + * Version: 3.5.0 * Requires at least: 5.2 * Requires PHP: 7.2 * Author: Pierre Lannoy / PerfOps One diff --git a/init.php b/init.php index 795ed61..2ee17aa 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.4.1' ); +define( 'PODD_VERSION', '3.5.0' ); define( 'PODD_API_VERSION', '3' ); define( 'PODD_CODENAME', '"-"' ); diff --git a/readme.txt b/readme.txt index eb717c1..b89fdd8 100755 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: PierreLannoy, hosterra Tags: bot, detection, detector, device, mobile Requires at least: 5.2 Requires PHP: 7.2 -Tested up to: 6.2 -Stable tag: 3.4.1 +Tested up to: 6.3 +Stable tag: 3.5.0 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html