From ba3fc2f9f78751a9badbe5d587da378d233d3dc7 Mon Sep 17 00:00:00 2001 From: allilevine Date: Fri, 23 Aug 2024 15:43:30 +0000 Subject: [PATCH] Changelog and readme.txt edits. (#39054) Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10528329915 Upstream-Ref: Automattic/jetpack@474f7f3bc62c0c86517546e2f1e06b6f414dac12 --- composer.json | 2 +- composer.lock | 8 ++++---- vendor/automattic/jetpack-device-detection/CHANGELOG.md | 9 +++------ vendor/composer/installed.json | 6 +++--- vendor/composer/installed.php | 6 +++--- 5 files changed, 14 insertions(+), 17 deletions(-) diff --git a/composer.json b/composer.json index c63b27cb..b7f904b5 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.4-alpha" + "automattic/jetpack-device-detection": "^2.1.4" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/composer.lock b/composer.lock index 0e0951eb..f99fbaf0 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": "c46c6c5f496b219f4c8e105481ee9fc6", + "content-hash": "3a4e0ce1c01a582e409e4f2b707856e6", "packages": [ { "name": "automattic/jetpack-device-detection", - "version": "2.1.4-alpha.1724273335", + "version": "2.1.4", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "f0aa79d990d2131fe5ba8164f819e52fc5ec08c2" + "reference": "e57c634804cfcf79921f20c22baece144fbefc1c" }, "require": { "php": ">=7.0" @@ -64,7 +64,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-changelogger", - "reference": "dc71c4d155562ab50df4e07c94cd0bece1773355" + "reference": "9626a293dcd9e0476845c070b7c25dda2aa6f37c" }, "require": { "php": ">=7.0", diff --git a/vendor/automattic/jetpack-device-detection/CHANGELOG.md b/vendor/automattic/jetpack-device-detection/CHANGELOG.md index c6e14927..5b3988d6 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.4-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.1.4] - 2024-08-23 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39004] ## [2.1.3] - 2024-04-08 ### Added @@ -203,7 +200,7 @@ This is an alpha version! The changes listed here are not final. - Moving jetpack_is_mobile into a package -[2.1.4-alpha]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.3...v2.1.4-alpha +[2.1.4]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.3...v2.1.4 [2.1.3]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.2...v2.1.3 [2.1.2]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.1...v2.1.2 [2.1.1]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.0...v2.1.1 diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 96c789b6..a855562e 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -2,12 +2,12 @@ "packages": [ { "name": "automattic/jetpack-device-detection", - "version": "2.1.4-alpha.1724273335", - "version_normalized": "2.1.4.0-alpha1724273335", + "version": "2.1.4", + "version_normalized": "2.1.4.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "f0aa79d990d2131fe5ba8164f819e52fc5ec08c2" + "reference": "e57c634804cfcf79921f20c22baece144fbefc1c" }, "require": { "php": ">=7.0" diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 224b5416..ff448e44 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.4-alpha.1724273335', - 'version' => '2.1.4.0-alpha1724273335', - 'reference' => 'f0aa79d990d2131fe5ba8164f819e52fc5ec08c2', + 'pretty_version' => '2.1.4', + 'version' => '2.1.4.0', + 'reference' => 'e57c634804cfcf79921f20c22baece144fbefc1c', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-device-detection', 'aliases' => array(),