Skip to content

Commit 004a3c3

Browse files
tbradshamatticbot
authored andcommitted
Changelog and readme.txt edits. (#43274)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/14717021883 Upstream-Ref: Automattic/jetpack@83eb6c9
1 parent 54ac113 commit 004a3c3

File tree

6 files changed

+27
-27
lines changed

6 files changed

+27
-27
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"type": "wordpress-plugin",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"automattic/jetpack-device-detection": "^3.0.6-alpha"
7+
"automattic/jetpack-device-detection": "^3.0.6"
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^4.0.0",
11-
"automattic/jetpack-changelogger": "^6.0.5-alpha",
12-
"automattic/phpunit-select-config": "^1.0.3-alpha"
11+
"automattic/jetpack-changelogger": "^6.0.5",
12+
"automattic/phpunit-select-config": "^1.0.3"
1313
},
1414
"autoload": {
1515
"classmap": [

composer.lock

Lines changed: 10 additions & 10 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.6-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
8+
## [3.0.6] - 2025-04-28
9+
### Changed
10+
- Internal updates.
1111

1212
## [3.0.5] - 2025-03-21
1313
### Changed
@@ -236,7 +236,7 @@ This is an alpha version! The changes listed here are not final.
236236

237237
- Moving jetpack_is_mobile into a package
238238

239-
[3.0.6-alpha]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.5...v3.0.6-alpha
239+
[3.0.6]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.5...v3.0.6
240240
[3.0.5]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.4...v3.0.5
241241
[3.0.4]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.3...v3.0.4
242242
[3.0.3]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.2...v3.0.3

vendor/automattic/jetpack-device-detection/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^4.0.0",
11-
"automattic/jetpack-changelogger": "^6.0.5-alpha",
12-
"automattic/phpunit-select-config": "^1.0.3-alpha"
11+
"automattic/jetpack-changelogger": "^6.0.5",
12+
"automattic/phpunit-select-config": "^1.0.3"
1313
},
1414
"suggest": {
1515
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

vendor/composer/installed.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
"packages": [
33
{
44
"name": "automattic/jetpack-device-detection",
5-
"version": "3.0.6-alpha.1745512883",
6-
"version_normalized": "3.0.6.0-alpha1745512883",
5+
"version": "3.0.6",
6+
"version_normalized": "3.0.6.0",
77
"dist": {
88
"type": "path",
99
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
10-
"reference": "f3163853323ee19649b28b1c96d4c9c9f7f1ba5b"
10+
"reference": "f6b3328cadae3d425f9de7bd576da73462b3a5fb"
1111
},
1212
"require": {
1313
"php": ">=7.2"
1414
},
1515
"require-dev": {
16-
"automattic/jetpack-changelogger": "^6.0.5-alpha",
17-
"automattic/phpunit-select-config": "^1.0.3-alpha",
16+
"automattic/jetpack-changelogger": "^6.0.5",
17+
"automattic/phpunit-select-config": "^1.0.3",
1818
"yoast/phpunit-polyfills": "^4.0.0"
1919
},
2020
"suggest": {

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.6-alpha.1745512883',
15-
'version' => '3.0.6.0-alpha1745512883',
16-
'reference' => 'f3163853323ee19649b28b1c96d4c9c9f7f1ba5b',
14+
'pretty_version' => '3.0.6',
15+
'version' => '3.0.6.0',
16+
'reference' => 'f6b3328cadae3d425f9de7bd576da73462b3a5fb',
1717
'type' => 'jetpack-library',
1818
'install_path' => __DIR__ . '/../automattic/jetpack-device-detection',
1919
'aliases' => array(),

0 commit comments

Comments
 (0)