Skip to content

Commit 08fe168

Browse files
myhromatticbot
authored andcommitted
Backport backup 3.4 Changes (#44126)
* Changelog and readme.txt edits. * Update changelog message Co-authored-by: tbradsha <32492176+tbradsha@users.noreply.github.com> * Update projects/packages/connection/CHANGELOG.md Co-authored-by: tbradsha <32492176+tbradsha@users.noreply.github.com> * Update projects/packages/explat/CHANGELOG.md Co-authored-by: tbradsha <32492176+tbradsha@users.noreply.github.com> * Update projects/packages/sync/CHANGELOG.md Co-authored-by: tbradsha <32492176+tbradsha@users.noreply.github.com> * Update projects/plugins/backup/readme.txt --------- Co-authored-by: tbradsha <32492176+tbradsha@users.noreply.github.com> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/15932786765 Upstream-Ref: Automattic/jetpack@94212d2
1 parent 3f001f2 commit 08fe168

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
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.0.9-alpha"
7+
"automattic/jetpack-device-detection": "^3.0.9"
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +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.0.9-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
8+
## [3.0.9] - 2025-06-27
9+
### Changed
10+
- Internal updates.
1111

1212
## [3.0.8] - 2025-06-09
1313
### Fixed
@@ -248,7 +248,7 @@ This is an alpha version! The changes listed here are not final.
248248

249249
- Moving jetpack_is_mobile into a package
250250

251-
[3.0.9-alpha]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.8...v3.0.9-alpha
251+
[3.0.9]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.8...v3.0.9
252252
[3.0.8]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.7...v3.0.8
253253
[3.0.7]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.6...v3.0.7
254254
[3.0.6]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.5...v3.0.6

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.0.9-alpha.1750867098",
6-
"version_normalized": "3.0.9.0-alpha1750867098",
5+
"version": "3.0.9",
6+
"version_normalized": "3.0.9.0",
77
"dist": {
88
"type": "path",
99
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
10-
"reference": "0261a4b754129b72c47526e651dcaeee55553fb8"
10+
"reference": "2bfa30579598ff003ee928a1da082d538d84a033"
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.0.9-alpha.1750867098',
15-
'version' => '3.0.9.0-alpha1750867098',
16-
'reference' => '0261a4b754129b72c47526e651dcaeee55553fb8',
14+
'pretty_version' => '3.0.9',
15+
'version' => '3.0.9.0',
16+
'reference' => '2bfa30579598ff003ee928a1da082d538d84a033',
1717
'type' => 'jetpack-library',
1818
'install_path' => __DIR__ . '/../automattic/jetpack-device-detection',
1919
'aliases' => array(),

0 commit comments

Comments
 (0)