Skip to content

Commit

Permalink
Ready to release 4.0.0 on wp.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Lannoy committed May 28, 2024
1 parent f7d77f2 commit 6610168
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [4.0.0] - 2024-05-xx
## [4.0.0] - 2024-05-28

### Added
- [BC] To enable installation on more heterogeneous platforms, the plugin now adapts its internal logging mode to already loaded libraries.
Expand Down
2 changes: 1 addition & 1 deletion device-detector.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0
* Version: 4.0.0
* Requires at least: 6.2
* Requires PHP: 8.1
* Author: Pierre Lannoy / PerfOps One
Expand Down
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
define( 'PODD_PRODUCT_SHORTNAME', 'Device Detector' );
define( 'PODD_PRODUCT_ABBREVIATION', 'podd' );
define( 'PODD_SLUG', 'device-detector' );
define( 'PODD_VERSION', '3.8.0' );
define( 'PODD_VERSION', '4.0.0' );
define( 'PODD_API_VERSION', '3' );
define( 'PODD_CODENAME', '"-"' );

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: bot, detection, detector, device, mobile
Requires at least: 6.2
Requires PHP: 8.1
Tested up to: 6.5
Stable tag: 3.8.0
Stable tag: 4.0.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 6610168

Please sign in to comment.