Skip to content

Commit ffa6659

Browse files
gmjuhaszmatticbot
authored andcommitted
Changelog and readme.txt edits. (#42637)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13989148703 Upstream-Ref: Automattic/jetpack@7e20e51
1 parent efcd895 commit ffa6659

File tree

79 files changed

+734
-740
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+734
-740
lines changed

composer.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
"type": "wordpress-plugin",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"automattic/jetpack-assets": "^4.0.14-alpha",
8-
"automattic/jetpack-autoloader": "^5.0.5-alpha",
9-
"automattic/jetpack-composer-plugin": "^4.0.4-alpha",
7+
"automattic/jetpack-assets": "^4.0.14",
8+
"automattic/jetpack-autoloader": "^5.0.5",
9+
"automattic/jetpack-composer-plugin": "^4.0.4",
1010
"automattic/jetpack-config": "^3.0.1",
11-
"automattic/jetpack-connection": "^6.7.7-alpha",
12-
"automattic/jetpack-my-jetpack": "^5.8.0-alpha",
13-
"automattic/jetpack-sync": "^4.9.2-alpha",
11+
"automattic/jetpack-connection": "^6.7.7",
12+
"automattic/jetpack-my-jetpack": "^5.8.0",
13+
"automattic/jetpack-sync": "^4.9.2",
1414
"automattic/jetpack-videopress": "^0.27.5-alpha",
15-
"automattic/jetpack-status": "^5.0.10-alpha"
15+
"automattic/jetpack-status": "^5.0.10"
1616
},
1717
"require-dev": {
18-
"automattic/jetpack-changelogger": "^6.0.2-alpha"
18+
"automattic/jetpack-changelogger": "^6.0.2"
1919
},
2020
"autoload": {
2121
"classmap": [

jetpack_vendor/automattic/jetpack-a8c-mc-stats/CHANGELOG.md

+4-4
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.4-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
8+
## [3.0.4] - 2025-03-21
9+
### Changed
10+
- Internal updates.
1111

1212
## [3.0.3] - 2025-03-12
1313
### Changed
@@ -167,7 +167,7 @@ This is an alpha version! The changes listed here are not final.
167167

168168
- Creates the MC Stats package
169169

170-
[3.0.4-alpha]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v3.0.3...v3.0.4-alpha
170+
[3.0.4]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v3.0.3...v3.0.4
171171
[3.0.3]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v3.0.2...v3.0.3
172172
[3.0.2]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v3.0.1...v3.0.2
173173
[3.0.1]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v3.0.0...v3.0.1

jetpack_vendor/automattic/jetpack-a8c-mc-stats/composer.json

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

jetpack_vendor/automattic/jetpack-admin-ui/CHANGELOG.md

+4-4
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-
## [0.5.7-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
8+
## [0.5.7] - 2025-03-21
9+
### Changed
10+
- Internal updates.
1111

1212
## [0.5.6] - 2025-03-17
1313
### Changed
@@ -196,7 +196,7 @@ This is an alpha version! The changes listed here are not final.
196196
### Fixed
197197
- Fixing menu visibility issues.
198198

199-
[0.5.7-alpha]: https://github.com/Automattic/jetpack-admin-ui/compare/0.5.6...0.5.7-alpha
199+
[0.5.7]: https://github.com/Automattic/jetpack-admin-ui/compare/0.5.6...0.5.7
200200
[0.5.6]: https://github.com/Automattic/jetpack-admin-ui/compare/0.5.5...0.5.6
201201
[0.5.5]: https://github.com/Automattic/jetpack-admin-ui/compare/0.5.4...0.5.5
202202
[0.5.4]: https://github.com/Automattic/jetpack-admin-ui/compare/0.5.3...0.5.4

jetpack_vendor/automattic/jetpack-admin-ui/composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^3.0.0",
11-
"automattic/jetpack-changelogger": "^6.0.2-alpha",
12-
"automattic/jetpack-logo": "^3.0.4-alpha",
11+
"automattic/jetpack-changelogger": "^6.0.2",
12+
"automattic/jetpack-logo": "^3.0.4",
1313
"automattic/jetpack-test-environment": "@dev",
14-
"automattic/phpunit-select-config": "^1.0.1-alpha"
14+
"automattic/phpunit-select-config": "^1.0.1"
1515
},
1616
"suggest": {
1717
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
class Admin_Menu {
1515

16-
const PACKAGE_VERSION = '0.5.7-alpha';
16+
const PACKAGE_VERSION = '0.5.7';
1717

1818
/**
1919
* Whether this class has been initialized

jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md

+4-4
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-
## [4.0.14-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
8+
## [4.0.14] - 2025-03-21
9+
### Changed
10+
- Internal updates.
1111

1212
## [4.0.13] - 2025-03-18
1313
### Changed
@@ -592,7 +592,7 @@ This is an alpha version! The changes listed here are not final.
592592

593593
- Statically access asset tools
594594

595-
[4.0.14-alpha]: https://github.com/Automattic/jetpack-assets/compare/v4.0.13...v4.0.14-alpha
595+
[4.0.14]: https://github.com/Automattic/jetpack-assets/compare/v4.0.13...v4.0.14
596596
[4.0.13]: https://github.com/Automattic/jetpack-assets/compare/v4.0.12...v4.0.13
597597
[4.0.12]: https://github.com/Automattic/jetpack-assets/compare/v4.0.11...v4.0.12
598598
[4.0.11]: https://github.com/Automattic/jetpack-assets/compare/v4.0.10...v4.0.11

jetpack_vendor/automattic/jetpack-assets/composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-constants": "^3.0.5-alpha"
8+
"automattic/jetpack-constants": "^3.0.5"
99
},
1010
"require-dev": {
1111
"brain/monkey": "^2.6.2",
1212
"yoast/phpunit-polyfills": "^3.0.0",
13-
"automattic/jetpack-changelogger": "^6.0.2-alpha",
13+
"automattic/jetpack-changelogger": "^6.0.2",
1414
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0 || ^3.0",
15-
"automattic/phpunit-select-config": "^1.0.1-alpha"
15+
"automattic/phpunit-select-config": "^1.0.1"
1616
},
1717
"suggest": {
1818
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

jetpack_vendor/automattic/jetpack-boost-core/CHANGELOG.md

+4-4
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-
## [0.3.9-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
8+
## [0.3.9] - 2025-03-21
9+
### Changed
10+
- Internal updates.
1111

1212
## [0.3.8] - 2025-03-12
1313
### Changed
@@ -125,7 +125,7 @@ This is an alpha version! The changes listed here are not final.
125125
### Added
126126
- Introduce new package. [#31163]
127127

128-
[0.3.9-alpha]: https://github.com/Automattic/jetpack-boost-core/compare/v0.3.8...v0.3.9-alpha
128+
[0.3.9]: https://github.com/Automattic/jetpack-boost-core/compare/v0.3.8...v0.3.9
129129
[0.3.8]: https://github.com/Automattic/jetpack-boost-core/compare/v0.3.7...v0.3.8
130130
[0.3.7]: https://github.com/Automattic/jetpack-boost-core/compare/v0.3.6...v0.3.7
131131
[0.3.6]: https://github.com/Automattic/jetpack-boost-core/compare/v0.3.5...v0.3.6

jetpack_vendor/automattic/jetpack-boost-core/composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-connection": "^6.7.7-alpha"
8+
"automattic/jetpack-connection": "^6.7.7"
99
},
1010
"require-dev": {
1111
"yoast/phpunit-polyfills": "^3.0.0",
12-
"automattic/jetpack-changelogger": "^6.0.2-alpha",
13-
"automattic/phpunit-select-config": "^1.0.1-alpha"
12+
"automattic/jetpack-changelogger": "^6.0.2",
13+
"automattic/phpunit-select-config": "^1.0.1"
1414
},
1515
"autoload": {
1616
"classmap": [

jetpack_vendor/automattic/jetpack-boost-speed-score/CHANGELOG.md

+4-4
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-
## [0.4.6-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
8+
## [0.4.6] - 2025-03-21
9+
### Changed
10+
- Internal updates.
1111

1212
## [0.4.5] - 2025-03-18
1313
### Changed
@@ -124,7 +124,7 @@ This is an alpha version! The changes listed here are not final.
124124
- Add a new package for Boost Speed Score [#30914]
125125
- Add a new argument to `Speed_Score` to identify where the request was made from (e.g. 'boost-plugin', 'jetpack-dashboard', etc). [#31012]
126126

127-
[0.4.6-alpha]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.4.5...v0.4.6-alpha
127+
[0.4.6]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.4.5...v0.4.6
128128
[0.4.5]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.4.4...v0.4.5
129129
[0.4.4]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.4.3...v0.4.4
130130
[0.4.3]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.4.2...v0.4.3

jetpack_vendor/automattic/jetpack-boost-speed-score/composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"license": "GPL-2.0-or-later",
66
"require-dev": {
77
"yoast/phpunit-polyfills": "^3.0.0",
8-
"automattic/jetpack-changelogger": "^6.0.2-alpha",
8+
"automattic/jetpack-changelogger": "^6.0.2",
99
"brain/monkey": "^2.6",
10-
"automattic/phpunit-select-config": "^1.0.1-alpha"
10+
"automattic/phpunit-select-config": "^1.0.1"
1111
},
1212
"autoload-dev": {
1313
"psr-4": {
@@ -16,7 +16,7 @@
1616
},
1717
"require": {
1818
"php": ">=7.2",
19-
"automattic/jetpack-boost-core": "^0.3.9-alpha"
19+
"automattic/jetpack-boost-core": "^0.3.9"
2020
},
2121
"autoload": {
2222
"classmap": [

jetpack_vendor/automattic/jetpack-boost-speed-score/src/class-speed-score.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
class Speed_Score {
2525

26-
const PACKAGE_VERSION = '0.4.6-alpha';
26+
const PACKAGE_VERSION = '0.4.6';
2727

2828
/**
2929
* Array of module slugs that are currently active and can impact speed score.

jetpack_vendor/automattic/jetpack-config/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": ">=7.2"
88
},
99
"require-dev": {
10-
"automattic/jetpack-changelogger": "^6.0.2-alpha",
10+
"automattic/jetpack-changelogger": "^6.0.2",
1111
"automattic/jetpack-connection": "@dev",
1212
"automattic/jetpack-import": "@dev",
1313
"automattic/jetpack-jitm": "@dev",

jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md

+4-4
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-
## [6.7.7-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
8+
## [6.7.7] - 2025-03-21
9+
### Changed
10+
- Internal updates.
1111

1212
## [6.7.6] - 2025-03-18
1313
### Changed
@@ -1362,7 +1362,7 @@ This is an alpha version! The changes listed here are not final.
13621362

13631363
- Separate the connection library into its own package.
13641364

1365-
[6.7.7-alpha]: https://github.com/Automattic/jetpack-connection/compare/v6.7.6...v6.7.7-alpha
1365+
[6.7.7]: https://github.com/Automattic/jetpack-connection/compare/v6.7.6...v6.7.7
13661366
[6.7.6]: https://github.com/Automattic/jetpack-connection/compare/v6.7.5...v6.7.6
13671367
[6.7.5]: https://github.com/Automattic/jetpack-connection/compare/v6.7.4...v6.7.5
13681368
[6.7.4]: https://github.com/Automattic/jetpack-connection/compare/v6.7.3...v6.7.4

jetpack_vendor/automattic/jetpack-connection/composer.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-a8c-mc-stats": "^3.0.4-alpha",
9-
"automattic/jetpack-admin-ui": "^0.5.7-alpha",
10-
"automattic/jetpack-assets": "^4.0.14-alpha",
11-
"automattic/jetpack-constants": "^3.0.5-alpha",
12-
"automattic/jetpack-roles": "^3.0.5-alpha",
13-
"automattic/jetpack-status": "^5.0.10-alpha",
14-
"automattic/jetpack-redirect": "^3.0.5-alpha"
8+
"automattic/jetpack-a8c-mc-stats": "^3.0.4",
9+
"automattic/jetpack-admin-ui": "^0.5.7",
10+
"automattic/jetpack-assets": "^4.0.14",
11+
"automattic/jetpack-constants": "^3.0.5",
12+
"automattic/jetpack-roles": "^3.0.5",
13+
"automattic/jetpack-status": "^5.0.10",
14+
"automattic/jetpack-redirect": "^3.0.5"
1515
},
1616
"require-dev": {
1717
"automattic/jetpack-test-environment": "@dev",
1818
"yoast/phpunit-polyfills": "^3.0.0",
1919
"brain/monkey": "^2.6.2",
20-
"automattic/jetpack-changelogger": "^6.0.2-alpha",
21-
"automattic/phpunit-select-config": "^1.0.1-alpha"
20+
"automattic/jetpack-changelogger": "^6.0.2",
21+
"automattic/phpunit-select-config": "^1.0.1"
2222
},
2323
"suggest": {
2424
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
class Package_Version {
1414

15-
const PACKAGE_VERSION = '6.7.7-alpha';
15+
const PACKAGE_VERSION = '6.7.7';
1616

1717
const PACKAGE_SLUG = 'connection';
1818

jetpack_vendor/automattic/jetpack-constants/CHANGELOG.md

+4-4
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.5-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
8+
## [3.0.5] - 2025-03-21
9+
### Changed
10+
- Internal updates.
1111

1212
## [3.0.4] - 2025-03-12
1313
### Changed
@@ -202,7 +202,7 @@ This is an alpha version! The changes listed here are not final.
202202

203203
- Packages: Finish the constants package
204204

205-
[3.0.5-alpha]: https://github.com/Automattic/jetpack-constants/compare/v3.0.4...v3.0.5-alpha
205+
[3.0.5]: https://github.com/Automattic/jetpack-constants/compare/v3.0.4...v3.0.5
206206
[3.0.4]: https://github.com/Automattic/jetpack-constants/compare/v3.0.3...v3.0.4
207207
[3.0.3]: https://github.com/Automattic/jetpack-constants/compare/v3.0.2...v3.0.3
208208
[3.0.2]: https://github.com/Automattic/jetpack-constants/compare/v3.0.1...v3.0.2

jetpack_vendor/automattic/jetpack-constants/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"require-dev": {
1010
"brain/monkey": "^2.6.2",
1111
"yoast/phpunit-polyfills": "^3.0.0",
12-
"automattic/jetpack-changelogger": "^6.0.2-alpha",
13-
"automattic/phpunit-select-config": "^1.0.1-alpha"
12+
"automattic/jetpack-changelogger": "^6.0.2",
13+
"automattic/phpunit-select-config": "^1.0.1"
1414
},
1515
"suggest": {
1616
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

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

+4-4
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.5-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
8+
## [3.0.5] - 2025-03-21
9+
### Changed
10+
- Internal updates.
1111

1212
## [3.0.4] - 2025-03-17
1313
### Changed
@@ -232,7 +232,7 @@ This is an alpha version! The changes listed here are not final.
232232

233233
- Moving jetpack_is_mobile into a package
234234

235-
[3.0.5-alpha]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.4...v3.0.5-alpha
235+
[3.0.5]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.4...v3.0.5
236236
[3.0.4]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.3...v3.0.4
237237
[3.0.3]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.2...v3.0.3
238238
[3.0.2]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.1...v3.0.2

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

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

jetpack_vendor/automattic/jetpack-explat/CHANGELOG.md

+4-4
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-
## [0.2.13-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
8+
## [0.2.13] - 2025-03-21
9+
### Changed
10+
- Internal updates.
1111

1212
## [0.2.12] - 2025-03-18
1313
### Changed
@@ -131,7 +131,7 @@ This is an alpha version! The changes listed here are not final.
131131
- ExPlat: add condition to prevent fetching the experiment assignment if there's not anon id (meaning that Tracks is likely disabled) [#38327]
132132
- Updated package dependencies. [#38132]
133133

134-
[0.2.13-alpha]: https://github.com/Automattic/jetpack-explat/compare/v0.2.12...v0.2.13-alpha
134+
[0.2.13]: https://github.com/Automattic/jetpack-explat/compare/v0.2.12...v0.2.13
135135
[0.2.12]: https://github.com/Automattic/jetpack-explat/compare/v0.2.11...v0.2.12
136136
[0.2.11]: https://github.com/Automattic/jetpack-explat/compare/v0.2.10...v0.2.11
137137
[0.2.10]: https://github.com/Automattic/jetpack-explat/compare/v0.2.9...v0.2.10

0 commit comments

Comments
 (0)