Skip to content

Commit 155255e

Browse files
kraftbjmatticbot
authored andcommitted
Boost Backport: Changelog and readme.txt edits. (#45664)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/18881386963 Upstream-Ref: Automattic/jetpack@516e58f
1 parent c3e182b commit 155255e

File tree

5 files changed

+15
-18
lines changed

5 files changed

+15
-18
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "wordpress-plugin",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"automattic/jetpack-device-detection": "^3.2.0-alpha"
7+
"automattic/jetpack-device-detection": "^3.2.0"
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^4.0.0",

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/automattic/jetpack-device-detection/CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [3.2.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [3.2.0] - 2025-10-28
129
### Changed
13-
- Improved user agent string parsing functionality and added browser detection for six more browsers (Samsung Internet, UC, Yandex, Vivaldi, MIUI, Amazon Silk)
10+
- Improved user agent string parsing functionality and added browser detection for six more browsers (Samsung Internet, UC, Yandex, Vivaldi, MIUI, Amazon Silk) [#45632]
1411

1512
## [3.1.1] - 2025-10-27
1613
### Changed
@@ -263,7 +260,7 @@ This is an alpha version! The changes listed here are not final.
263260

264261
- Moving jetpack_is_mobile into a package
265262

266-
[3.2.0-alpha]: https://github.com/Automattic/jetpack-device-detection/compare/v3.1.1...v3.2.0-alpha
263+
[3.2.0]: https://github.com/Automattic/jetpack-device-detection/compare/v3.1.1...v3.2.0
267264
[3.1.1]: https://github.com/Automattic/jetpack-device-detection/compare/v3.1.0...v3.1.1
268265
[3.1.0]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.9...v3.1.0
269266
[3.0.9]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.8...v3.0.9

vendor/composer/installed.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"packages": [
33
{
44
"name": "automattic/jetpack-device-detection",
5-
"version": "3.2.0-alpha.1761661188",
6-
"version_normalized": "3.2.0.0-alpha1761661188",
5+
"version": "3.2.0",
6+
"version_normalized": "3.2.0.0",
77
"dist": {
88
"type": "path",
99
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
10-
"reference": "e365e65682d02f1fc1520047206836767ed1b538"
10+
"reference": "be3363168efbfa2a10f49cd006517a64eb07ba95"
1111
},
1212
"require": {
1313
"php": ">=7.2"

vendor/composer/installed.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
),
1212
'versions' => array(
1313
'automattic/jetpack-device-detection' => array(
14-
'pretty_version' => '3.2.0-alpha.1761661188',
15-
'version' => '3.2.0.0-alpha1761661188',
16-
'reference' => 'e365e65682d02f1fc1520047206836767ed1b538',
14+
'pretty_version' => '3.2.0',
15+
'version' => '3.2.0.0',
16+
'reference' => 'be3363168efbfa2a10f49cd006517a64eb07ba95',
1717
'type' => 'jetpack-library',
1818
'install_path' => __DIR__ . '/../automattic/jetpack-device-detection',
1919
'aliases' => array(),

0 commit comments

Comments
 (0)