diff --git a/composer.json b/composer.json index af39c93a..a5fc427e 100644 --- a/composer.json +++ b/composer.json @@ -4,11 +4,11 @@ "type": "wordpress-plugin", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-device-detection": "^3.0.0-alpha" + "automattic/jetpack-device-detection": "^3.0.0" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", - "automattic/jetpack-changelogger": "^5.0.0-alpha" + "automattic/jetpack-changelogger": "^5.0.0" }, "autoload": { "classmap": [ diff --git a/composer.lock b/composer.lock index f994bf9d..03811226 100644 --- a/composer.lock +++ b/composer.lock @@ -4,21 +4,21 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6d38a5c16fa7fece991f47503b6c4b08", + "content-hash": "adb6ac10caa2b2340f5676d6eef78140", "packages": [ { "name": "automattic/jetpack-device-detection", - "version": "3.0.0-alpha.1731518828", + "version": "3.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "b22d714e318f1eba7683e64dce62e9ef6c466973" + "reference": "d420622256718ac965160e39ef3934c8fadfbe4b" }, "require": { "php": ">=7.2" }, "require-dev": { - "automattic/jetpack-changelogger": "^5.0.0-alpha", + "automattic/jetpack-changelogger": "^5.0.0", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { @@ -63,11 +63,11 @@ "packages-dev": [ { "name": "automattic/jetpack-changelogger", - "version": "5.0.0-alpha.1731518828", + "version": "5.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-changelogger", - "reference": "52bfda51759bc203d5f86fd5e1b7f63e1ce8c019" + "reference": "0602e3c59ce772370ea60e4cd8af852680f38bdb" }, "require": { "php": ">=7.2", diff --git a/vendor/automattic/jetpack-device-detection/CHANGELOG.md b/vendor/automattic/jetpack-device-detection/CHANGELOG.md index 0c5de50d..de25a943 100644 --- a/vendor/automattic/jetpack-device-detection/CHANGELOG.md +++ b/vendor/automattic/jetpack-device-detection/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [3.0.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [3.0.0] - 2024-11-14 ### Removed -- General: Update minimum PHP version to 7.2. +- General: Update minimum PHP version to 7.2. [#40147] ## [2.1.6] - 2024-11-04 ### Added @@ -215,7 +212,7 @@ This is an alpha version! The changes listed here are not final. - Moving jetpack_is_mobile into a package -[3.0.0-alpha]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.6...v3.0.0-alpha +[3.0.0]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.6...v3.0.0 [2.1.6]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.5...v2.1.6 [2.1.5]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.4...v2.1.5 [2.1.4]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.3...v2.1.4 diff --git a/vendor/automattic/jetpack-device-detection/composer.json b/vendor/automattic/jetpack-device-detection/composer.json index 3240d463..dd3d45ad 100644 --- a/vendor/automattic/jetpack-device-detection/composer.json +++ b/vendor/automattic/jetpack-device-detection/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", - "automattic/jetpack-changelogger": "^5.0.0-alpha" + "automattic/jetpack-changelogger": "^5.0.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 3453eb43..9ad31018 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -2,18 +2,18 @@ "packages": [ { "name": "automattic/jetpack-device-detection", - "version": "3.0.0-alpha.1731518828", - "version_normalized": "3.0.0.0-alpha1731518828", + "version": "3.0.0", + "version_normalized": "3.0.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "b22d714e318f1eba7683e64dce62e9ef6c466973" + "reference": "d420622256718ac965160e39ef3934c8fadfbe4b" }, "require": { "php": ">=7.2" }, "require-dev": { - "automattic/jetpack-changelogger": "^5.0.0-alpha", + "automattic/jetpack-changelogger": "^5.0.0", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 78146af3..33ad20f7 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -11,9 +11,9 @@ ), 'versions' => array( 'automattic/jetpack-device-detection' => array( - 'pretty_version' => '3.0.0-alpha.1731518828', - 'version' => '3.0.0.0-alpha1731518828', - 'reference' => 'b22d714e318f1eba7683e64dce62e9ef6c466973', + 'pretty_version' => '3.0.0', + 'version' => '3.0.0.0', + 'reference' => 'd420622256718ac965160e39ef3934c8fadfbe4b', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-device-detection', 'aliases' => array(),