diff --git a/composer.json b/composer.json index 10a5d58d..9815194b 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "wordpress-plugin", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-device-detection": "^2.1.0-alpha" + "automattic/jetpack-device-detection": "^2.1.0" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", diff --git a/composer.lock b/composer.lock index 5c7ef8d0..d04bda65 100644 --- a/composer.lock +++ b/composer.lock @@ -4,15 +4,15 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a4f68348fa82809113b2e3a60e43a560", + "content-hash": "c89c0a5a83ad43174bdc4cee6677f5ca", "packages": [ { "name": "automattic/jetpack-device-detection", - "version": "2.1.0-alpha.1708507175", + "version": "2.1.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "5c26a59da42195ab8aaa6cd8b4715c4ff1c252c6" + "reference": "d9b58b4c51a1b422ec296f40d479f18dbe69717f" }, "require": { "php": ">=7.0" @@ -64,7 +64,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-changelogger", - "reference": "9bded7c8f560a2a6f66dedb541fa7177acc55813" + "reference": "daadcf798eea5ec0ebd5cf0eedb2504cc18d84fa" }, "require": { "php": ">=7.0", diff --git a/vendor/automattic/jetpack-device-detection/CHANGELOG.md b/vendor/automattic/jetpack-device-detection/CHANGELOG.md index 6c3fe71e..dca42745 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). -## [2.1.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.1.0] - 2024-02-22 ### Changed -- Update the bot list with more bots +- Update the bot list with more bots [#35798] ## [2.0.1] - 2023-11-21 ### Changed @@ -184,7 +181,7 @@ This is an alpha version! The changes listed here are not final. - Moving jetpack_is_mobile into a package -[2.1.0-alpha]: https://github.com/Automattic/jetpack-device-detection/compare/v2.0.1...v2.1.0-alpha +[2.1.0]: https://github.com/Automattic/jetpack-device-detection/compare/v2.0.1...v2.1.0 [2.0.1]: https://github.com/Automattic/jetpack-device-detection/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/Automattic/jetpack-device-detection/compare/v1.5.1...v2.0.0 [1.5.1]: https://github.com/Automattic/jetpack-device-detection/compare/v1.5.0...v1.5.1 diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index b81204c3..3e62cee0 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -2,12 +2,12 @@ "packages": [ { "name": "automattic/jetpack-device-detection", - "version": "2.1.0-alpha.1708507175", - "version_normalized": "2.1.0.0-alpha1708507175", + "version": "2.1.0", + "version_normalized": "2.1.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "5c26a59da42195ab8aaa6cd8b4715c4ff1c252c6" + "reference": "d9b58b4c51a1b422ec296f40d479f18dbe69717f" }, "require": { "php": ">=7.0" diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 7fae39db..c506be8f 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -11,9 +11,9 @@ ), 'versions' => array( 'automattic/jetpack-device-detection' => array( - 'pretty_version' => '2.1.0-alpha.1708507175', - 'version' => '2.1.0.0-alpha1708507175', - 'reference' => '5c26a59da42195ab8aaa6cd8b4715c4ff1c252c6', + 'pretty_version' => '2.1.0', + 'version' => '2.1.0.0', + 'reference' => 'd9b58b4c51a1b422ec296f40d479f18dbe69717f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-device-detection', 'aliases' => array(),