Skip to content

Commit e505090

Browse files
anomiexmatticbot
authored andcommitted
Changelog and readme.txt edits. (#37114)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8881414082 Upstream-Ref: Automattic/jetpack@665f4fa
1 parent 9ddaff6 commit e505090

File tree

14 files changed

+204
-192
lines changed

14 files changed

+204
-192
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"automattic/jetpack-connection": "^2.7.5-alpha",
2525
"automattic/jetpack-device-detection": "^2.1.3",
2626
"automattic/jetpack-image-cdn": "^0.4.0-alpha",
27-
"automattic/jetpack-my-jetpack": "^4.22.3-alpha",
27+
"automattic/jetpack-my-jetpack": "^4.22.4-alpha",
2828
"automattic/jetpack-plugin-deactivation": "^0.2.1",
2929
"automattic/jetpack-plugins-installer": "^0.3.4",
30-
"automattic/jetpack-sync": "^2.14.0-alpha",
30+
"automattic/jetpack-sync": "^2.14.1-alpha",
3131
"automattic/jetpack-wp-js-data-sync": "^0.4.5-alpha",
3232
"tedivm/jshrink": "1.4.0",
3333
"tubalmartin/cssmin": "^4.1"

jetpack_vendor/automattic/jetpack-identity-crisis/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-
## [0.18.5-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
8+
## [0.18.5] - 2024-04-29
9+
### Changed
10+
- Internal updates.
1111

1212
## [0.18.4] - 2024-04-25
1313
### Changed
@@ -540,7 +540,7 @@ This is an alpha version! The changes listed here are not final.
540540
- Updated package dependencies.
541541
- Use Connection/Urls for home_url and site_url functions migrated from Sync.
542542

543-
[0.18.5-alpha]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.4...v0.18.5-alpha
543+
[0.18.5]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.4...v0.18.5
544544
[0.18.4]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.3...v0.18.4
545545
[0.18.3]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.2...v0.18.3
546546
[0.18.2]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.1...v0.18.2

jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Identity_Crisis {
2626
/**
2727
* Package Version
2828
*/
29-
const PACKAGE_VERSION = '0.18.5-alpha';
29+
const PACKAGE_VERSION = '0.18.5';
3030

3131
/**
3232
* Package Slug

jetpack_vendor/automattic/jetpack-image-cdn/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ This is an alpha version! The changes listed here are not final.
1212
### Removed
1313
- Lazy Loading: Removed compatibility script for Jetpack Lazy Loading module.
1414

15+
## [0.3.7] - 2024-04-29
16+
### Changed
17+
- Internal updates.
18+
1519
## [0.3.6] - 2024-04-25
1620
### Changed
1721
- Update dependencies. [#33960]
@@ -88,7 +92,8 @@ This is an alpha version! The changes listed here are not final.
8892
### Added
8993
- Add image CDN package. [#29561]
9094

91-
[0.4.0-alpha]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.6...v0.4.0-alpha
95+
[0.4.0-alpha]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.7...v0.4.0-alpha
96+
[0.3.7]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.6...v0.3.7
9297
[0.3.6]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.5...v0.3.6
9398
[0.3.5]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.4...v0.3.5
9499
[0.3.4]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.3...v0.3.4

jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ 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.22.3-alpha] - unreleased
8+
## [4.22.4-alpha] - unreleased
99

1010
This is an alpha version! The changes listed here are not final.
1111

12+
## [4.22.3] - 2024-04-29
13+
### Changed
14+
- Internal updates.
15+
1216
## [4.22.2] - 2024-04-25
1317
### Fixed
1418
- My Jetpack: Fix issue where the TOS component was being called inside of a <p>, throwing a warning that <p> can't be a descendant of <p>. This also fixes the font size of the TOS text. [#37034]
@@ -1445,7 +1449,8 @@ This is an alpha version! The changes listed here are not final.
14451449
### Added
14461450
- Created package
14471451

1448-
[4.22.3-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.22.2...4.22.3-alpha
1452+
[4.22.4-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.22.3...4.22.4-alpha
1453+
[4.22.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.22.2...4.22.3
14491454
[4.22.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.22.1...4.22.2
14501455
[4.22.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.22.0...4.22.1
14511456
[4.22.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.21.0...4.22.0

jetpack_vendor/automattic/jetpack-my-jetpack/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"yoast/phpunit-polyfills": "1.1.0",
2222
"automattic/jetpack-changelogger": "^4.2.2",
2323
"automattic/wordbless": "@dev",
24-
"automattic/jetpack-videopress": "^0.23.18-alpha"
24+
"automattic/jetpack-videopress": "^0.23.19-alpha"
2525
},
2626
"suggest": {
2727
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Initializer {
3737
*
3838
* @var string
3939
*/
40-
const PACKAGE_VERSION = '4.22.3-alpha';
40+
const PACKAGE_VERSION = '4.22.4-alpha';
4141

4242
/**
4343
* HTML container ID for the IDC screen on My Jetpack page.

jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@ 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-
## [2.14.0-alpha] - unreleased
8+
## [2.14.1-alpha] - unreleased
99

1010
This is an alpha version! The changes listed here are not final.
1111

12+
### Fixed
13+
- Jetpack Sync: Prevent enqueueing invalid Woo HPOS order data
14+
15+
## [2.14.0] - 2024-04-29
1216
### Added
13-
- Newsletters: Add reply to behaviour setting
17+
- Newsletters: Add reply to behaviour setting [#37011]
1418

1519
### Changed
16-
- Sync: When publishing post, sending the actual post in the jetpack_published_post action to avoid sending unnecessary extra action.
17-
18-
### Fixed
19-
- Jetpack Sync: Prevent enqueueing invalid Woo HPOS order data
20+
- Sync: When publishing post, sending the actual post in the jetpack_published_post action to avoid sending unnecessary extra action. [#37071]
2021

2122
## [2.13.1] - 2024-04-25
2223
### Changed
@@ -1125,7 +1126,8 @@ This is an alpha version! The changes listed here are not final.
11251126

11261127
- Packages: Move sync to a classmapped package
11271128

1128-
[2.14.0-alpha]: https://github.com/Automattic/jetpack-sync/compare/v2.13.1...v2.14.0-alpha
1129+
[2.14.1-alpha]: https://github.com/Automattic/jetpack-sync/compare/v2.14.0...v2.14.1-alpha
1130+
[2.14.0]: https://github.com/Automattic/jetpack-sync/compare/v2.13.1...v2.14.0
11291131
[2.13.1]: https://github.com/Automattic/jetpack-sync/compare/v2.13.0...v2.13.1
11301132
[2.13.0]: https://github.com/Automattic/jetpack-sync/compare/v2.12.0...v2.13.0
11311133
[2.12.0]: https://github.com/Automattic/jetpack-sync/compare/v2.11.1...v2.12.0

jetpack_vendor/automattic/jetpack-sync/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": ">=7.0",
88
"automattic/jetpack-connection": "^2.7.5-alpha",
99
"automattic/jetpack-constants": "^2.0.2-alpha",
10-
"automattic/jetpack-identity-crisis": "^0.18.5-alpha",
10+
"automattic/jetpack-identity-crisis": "^0.18.5",
1111
"automattic/jetpack-password-checker": "^0.3.1",
1212
"automattic/jetpack-ip": "^0.2.2",
1313
"automattic/jetpack-roles": "^2.0.2",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
class Package_Version {
1414

15-
const PACKAGE_VERSION = '2.14.0-alpha';
15+
const PACKAGE_VERSION = '2.14.1-alpha';
1616

1717
const PACKAGE_SLUG = 'sync';
1818

0 commit comments

Comments
 (0)