Skip to content

Commit 5d59ae5

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 4b06053 commit 5d59ae5

File tree

54 files changed

+620
-623
lines changed

Some content is hidden

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

54 files changed

+620
-623
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=8.1",
8-
"automattic/jetpack-composer-plugin": "^4.0.4-alpha",
8+
"automattic/jetpack-composer-plugin": "^4.0.4",
99
"automattic/jetpack-mu-wpcom": "^6.2.0-alpha"
1010
},
1111
"require-dev": {
1212
"yoast/phpunit-polyfills": "^3.0.0",
13-
"automattic/jetpack-changelogger": "^6.0.2-alpha",
14-
"automattic/phpunit-select-config": "^1.0.1-alpha"
13+
"automattic/jetpack-changelogger": "^6.0.2",
14+
"automattic/phpunit-select-config": "^1.0.1"
1515
},
1616
"autoload": {
1717
"classmap": [

composer.lock

+174-174
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-blaze/composer.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-assets": "^4.0.14-alpha",
9-
"automattic/jetpack-connection": "^6.7.7-alpha",
10-
"automattic/jetpack-constants": "^3.0.5-alpha",
11-
"automattic/jetpack-plans": "^0.6.1-alpha",
12-
"automattic/jetpack-redirect": "^3.0.5-alpha",
13-
"automattic/jetpack-status": "^5.0.10-alpha",
14-
"automattic/jetpack-sync": "^4.9.2-alpha"
8+
"automattic/jetpack-assets": "^4.0.14",
9+
"automattic/jetpack-connection": "^6.7.7",
10+
"automattic/jetpack-constants": "^3.0.5",
11+
"automattic/jetpack-plans": "^0.6.1",
12+
"automattic/jetpack-redirect": "^3.0.5",
13+
"automattic/jetpack-status": "^5.0.10",
14+
"automattic/jetpack-sync": "^4.9.2"
1515
},
1616
"require-dev": {
1717
"yoast/phpunit-polyfills": "^3.0.0",
18-
"automattic/jetpack-changelogger": "^6.0.2-alpha",
18+
"automattic/jetpack-changelogger": "^6.0.2",
1919
"automattic/jetpack-test-environment": "@dev",
20-
"automattic/phpunit-select-config": "^1.0.1-alpha"
20+
"automattic/phpunit-select-config": "^1.0.1"
2121
},
2222
"suggest": {
2323
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

jetpack_vendor/automattic/jetpack-blocks/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
"automattic/jetpack-test-environment": "@dev",
1212
"brain/monkey": "^2.6.2",
1313
"yoast/phpunit-polyfills": "^3.0.0",
14-
"automattic/jetpack-changelogger": "^6.0.2-alpha",
15-
"automattic/phpunit-select-config": "^1.0.1-alpha"
14+
"automattic/jetpack-changelogger": "^6.0.2",
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-calypsoify/composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-assets": "^4.0.14-alpha",
9-
"automattic/jetpack-status": "^5.0.10-alpha"
8+
"automattic/jetpack-assets": "^4.0.14",
9+
"automattic/jetpack-status": "^5.0.10"
1010
},
1111
"require-dev": {
1212
"yoast/phpunit-polyfills": "^3.0.0",
13-
"automattic/jetpack-changelogger": "^6.0.2-alpha",
14-
"automattic/phpunit-select-config": "^1.0.1-alpha"
13+
"automattic/jetpack-changelogger": "^6.0.2",
14+
"automattic/phpunit-select-config": "^1.0.1"
1515
},
1616
"autoload": {
1717
"classmap": [

jetpack_vendor/automattic/jetpack-classic-theme-helper/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-assets": "^4.0.14-alpha"
8+
"automattic/jetpack-assets": "^4.0.14"
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-compat/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
},
1212
"suggest": {
1313
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

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-google-analytics/composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-status": "^5.0.10-alpha"
8+
"automattic/jetpack-status": "^5.0.10"
99
},
1010
"require-dev": {
1111
"yoast/phpunit-polyfills": "^3.0.0",
12-
"automattic/jetpack-changelogger": "^6.0.2-alpha",
12+
"automattic/jetpack-changelogger": "^6.0.2",
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
"autoload": {
1717
"classmap": [

jetpack_vendor/automattic/jetpack-ip/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-17
1313
### Changed
@@ -90,7 +90,7 @@ This is an alpha version! The changes listed here are not final.
9090
- Add jetpack-ip package functionality [#28846]
9191
- Initialized the package. [#28765]
9292

93-
[0.4.6-alpha]: https://github.com/automattic/jetpack-ip/compare/v0.4.5...v0.4.6-alpha
93+
[0.4.6]: https://github.com/automattic/jetpack-ip/compare/v0.4.5...v0.4.6
9494
[0.4.5]: https://github.com/automattic/jetpack-ip/compare/v0.4.4...v0.4.5
9595
[0.4.4]: https://github.com/automattic/jetpack-ip/compare/v0.4.3...v0.4.4
9696
[0.4.3]: https://github.com/automattic/jetpack-ip/compare/v0.4.2...v0.4.3

0 commit comments

Comments
 (0)