Skip to content

Commit 6610168

Browse files
committed
Ready to release 4.0.0 on wp.org
1 parent f7d77f2 commit 6610168

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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-
## [4.0.0] - 2024-05-xx
6+
## [4.0.0] - 2024-05-28
77

88
### Added
99
- [BC] To enable installation on more heterogeneous platforms, the plugin now adapts its internal logging mode to already loaded libraries.

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.8.0
13+
* Version: 4.0.0
1414
* Requires at least: 6.2
1515
* Requires PHP: 8.1
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.8.0' );
15+
define( 'PODD_VERSION', '4.0.0' );
1616
define( 'PODD_API_VERSION', '3' );
1717
define( 'PODD_CODENAME', '"-"' );
1818

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: bot, detection, detector, device, mobile
44
Requires at least: 6.2
55
Requires PHP: 8.1
66
Tested up to: 6.5
7-
Stable tag: 3.8.0
7+
Stable tag: 4.0.0
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

0 commit comments

Comments
 (0)