Skip to content

Commit c27a9d1

Browse files
diliritymatticbot
authored andcommitted
Backport boost 3.6.1 Changes (#40381)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12068734079 Upstream-Ref: Automattic/jetpack@e2017c2
1 parent ed4c38c commit c27a9d1

File tree

13 files changed

+189
-198
lines changed

13 files changed

+189
-198
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"automattic/jetpack-autoloader": "^5.0.0",
1111
"automattic/jetpack-composer-plugin": "^4.0.0",
1212
"automattic/jetpack-config": "^3.0.0",
13-
"automattic/jetpack-my-jetpack": "^5.0.4-alpha",
13+
"automattic/jetpack-my-jetpack": "^5.0.4",
1414
"automattic/jetpack-plugins-installer": "^0.5.0",
15-
"automattic/jetpack-sync": "^4.0.2-alpha",
15+
"automattic/jetpack-sync": "^4.0.2",
1616
"automattic/jetpack-transport-helper": "^0.3.0-alpha",
1717
"automattic/jetpack-plans": "^0.5.1",
1818
"automattic/jetpack-waf": "^0.23.1",

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +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.2-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.3.2] - 2024-11-28
129
### Fixed
13-
- Cachable: Make the expiry overridable by child classes.
10+
- Cachable: Make the expiry overridable by child classes. [#40339]
1411

1512
## [0.3.1] - 2024-11-25
1613
### Changed
@@ -100,7 +97,7 @@ This is an alpha version! The changes listed here are not final.
10097
### Added
10198
- Introduce new package. [#31163]
10299

103-
[0.3.2-alpha]: https://github.com/Automattic/jetpack-boost-core/compare/v0.3.1...v0.3.2-alpha
100+
[0.3.2]: https://github.com/Automattic/jetpack-boost-core/compare/v0.3.1...v0.3.2
104101
[0.3.1]: https://github.com/Automattic/jetpack-boost-core/compare/v0.3.0...v0.3.1
105102
[0.3.0]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.14...v0.3.0
106103
[0.2.14]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.13...v0.2.14

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"require": {
1717
"php": ">=7.2",
18-
"automattic/jetpack-boost-core": "^0.3.2-alpha"
18+
"automattic/jetpack-boost-core": "^0.3.2"
1919
},
2020
"autoload": {
2121
"classmap": [

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

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,15 @@ 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-
## [5.0.4-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [5.0.4] - 2024-11-28
129
### Added
13-
- Added "Expired" & "Expires soon" statuses to My Jetpack product cards.
10+
- Added "Expired" & "Expires soon" statuses to My Jetpack product cards. [#39816]
1411

1512
### Changed
16-
- Social | Changed My Jetpack CTA for Social from "Learn more" to "Activate"
13+
- Social | Changed My Jetpack CTA for Social from "Learn more" to "Activate" [#40359]
1714

1815
### Fixed
19-
- Fix stats not showing sale discount
16+
- Fix stats not showing sale discount [#40348]
2017

2118
## [5.0.3] - 2024-11-26
2219
### Changed
@@ -1841,7 +1838,7 @@ This is an alpha version! The changes listed here are not final.
18411838
### Added
18421839
- Created package
18431840

1844-
[5.0.4-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.3...5.0.4-alpha
1841+
[5.0.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.3...5.0.4
18451842
[5.0.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.2...5.0.3
18461843
[5.0.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.1...5.0.2
18471844
[5.0.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.0...5.0.1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"automattic/jetpack-constants": "^3.0.1",
1818
"automattic/jetpack-plans": "^0.5.1",
1919
"automattic/jetpack-status": "^5.0.1",
20-
"automattic/jetpack-sync": "^4.0.2-alpha",
20+
"automattic/jetpack-sync": "^4.0.2",
2121
"automattic/jetpack-protect-status": "^0.3.1"
2222
},
2323
"require-dev": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Initializer {
4242
*
4343
* @var string
4444
*/
45-
const PACKAGE_VERSION = '5.0.4-alpha';
45+
const PACKAGE_VERSION = '5.0.4';
4646

4747
/**
4848
* HTML container ID for the IDC screen on My Jetpack page.

jetpack_vendor/automattic/jetpack-protect-status/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": ">=7.2",
88
"automattic/jetpack-connection": "^6.1.0",
99
"automattic/jetpack-plugins-installer": "^0.5.0",
10-
"automattic/jetpack-sync": "^4.0.2-alpha",
10+
"automattic/jetpack-sync": "^4.0.2",
1111
"automattic/jetpack-protect-models": "^0.4.1",
1212
"automattic/jetpack-plans": "^0.5.1"
1313
},

jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +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.2-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [4.0.2] - 2024-11-28
129
### Fixed
13-
- Sync: Fixed bug in checksum histogram when max_range is PHP_INT_MAX
10+
- Sync: Fixed bug in checksum histogram when max_range is PHP_INT_MAX [#40309]
1411

1512
## [4.0.1] - 2024-11-25
1613
### Changed
@@ -1354,7 +1351,7 @@ This is an alpha version! The changes listed here are not final.
13541351

13551352
- Packages: Move sync to a classmapped package
13561353

1357-
[4.0.2-alpha]: https://github.com/Automattic/jetpack-sync/compare/v4.0.1...v4.0.2-alpha
1354+
[4.0.2]: https://github.com/Automattic/jetpack-sync/compare/v4.0.1...v4.0.2
13581355
[4.0.1]: https://github.com/Automattic/jetpack-sync/compare/v4.0.0...v4.0.1
13591356
[4.0.0]: https://github.com/Automattic/jetpack-sync/compare/v3.15.0...v4.0.0
13601357
[3.15.0]: https://github.com/Automattic/jetpack-sync/compare/v3.14.4...v3.15.0

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 = '4.0.2-alpha';
15+
const PACKAGE_VERSION = '4.0.2';
1616

1717
const PACKAGE_SLUG = 'sync';
1818

jetpack_vendor/i18n-map.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
),
1515
'jetpack-boost-core' => array(
1616
'path' => 'jetpack_vendor/automattic/jetpack-boost-core',
17-
'ver' => '0.3.2-alpha1732789065',
17+
'ver' => '0.3.2',
1818
),
1919
'jetpack-boost-speed-score' => array(
2020
'path' => 'jetpack_vendor/automattic/jetpack-boost-speed-score',
@@ -46,7 +46,7 @@
4646
),
4747
'jetpack-my-jetpack' => array(
4848
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
49-
'ver' => '5.0.4-alpha1732736929',
49+
'ver' => '5.0.4',
5050
),
5151
'jetpack-password-checker' => array(
5252
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
@@ -66,7 +66,7 @@
6666
),
6767
'jetpack-sync' => array(
6868
'path' => 'jetpack_vendor/automattic/jetpack-sync',
69-
'ver' => '4.0.2-alpha1732712411',
69+
'ver' => '4.0.2',
7070
),
7171
'jetpack-transport-helper' => array(
7272
'path' => 'jetpack_vendor/automattic/jetpack-transport-helper',

0 commit comments

Comments
 (0)