Skip to content

Commit b054195

Browse files
committed
Ready to release 3.5.0 on wp.org
1 parent c97e602 commit b054195

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to **Device Detector** are documented in this *changelog*.
33

44
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).
55

6-
## [3.5.0] - Not Yet Released
6+
## [3.5.0] - 2023-07-12
77

88
### Added
99
- Compatibility with WordPress 6.3.

device-detector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: Device Detector
1111
* Plugin URI: https://perfops.one/device-detector
1212
* Description: Full featured analytics reporting and management tool that detects all devices accessing your WordPress site.
13-
* Version: 3.4.1
13+
* Version: 3.5.0
1414
* Requires at least: 5.2
1515
* Requires PHP: 7.2
1616
* Author: Pierre Lannoy / PerfOps One

init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
define( 'PODD_PRODUCT_SHORTNAME', 'Device Detector' );
1313
define( 'PODD_PRODUCT_ABBREVIATION', 'podd' );
1414
define( 'PODD_SLUG', 'device-detector' );
15-
define( 'PODD_VERSION', '3.4.1' );
15+
define( 'PODD_VERSION', '3.5.0' );
1616
define( 'PODD_API_VERSION', '3' );
1717
define( 'PODD_CODENAME', '"-"' );
1818

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: PierreLannoy, hosterra
33
Tags: bot, detection, detector, device, mobile
44
Requires at least: 5.2
55
Requires PHP: 7.2
6-
Tested up to: 6.2
7-
Stable tag: 3.4.1
6+
Tested up to: 6.3
7+
Stable tag: 3.5.0
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

0 commit comments

Comments
 (0)