File tree Expand file tree Collapse file tree 13 files changed +189
-198
lines changed
jetpack-boost-speed-score Expand file tree Collapse file tree 13 files changed +189
-198
lines changed Original file line number Diff line number Diff line change 10
10
"automattic/jetpack-autoloader" : " ^5.0.0" ,
11
11
"automattic/jetpack-composer-plugin" : " ^4.0.0" ,
12
12
"automattic/jetpack-config" : " ^3.0.0" ,
13
- "automattic/jetpack-my-jetpack" : " ^5.0.4-alpha " ,
13
+ "automattic/jetpack-my-jetpack" : " ^5.0.4" ,
14
14
"automattic/jetpack-plugins-installer" : " ^0.5.0" ,
15
- "automattic/jetpack-sync" : " ^4.0.2-alpha " ,
15
+ "automattic/jetpack-sync" : " ^4.0.2" ,
16
16
"automattic/jetpack-transport-helper" : " ^0.3.0-alpha" ,
17
17
"automattic/jetpack-plans" : " ^0.5.1" ,
18
18
"automattic/jetpack-waf" : " ^0.23.1" ,
Original file line number Diff line number Diff line change @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
12
9
### Fixed
13
- - Cachable: Make the expiry overridable by child classes.
10
+ - Cachable: Make the expiry overridable by child classes. [ # 40339 ]
14
11
15
12
## [ 0.3.1] - 2024-11-25
16
13
### Changed
@@ -100,7 +97,7 @@ This is an alpha version! The changes listed here are not final.
100
97
### Added
101
98
- Introduce new package. [ #31163 ]
102
99
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
104
101
[ 0.3.1 ] : https://github.com/Automattic/jetpack-boost-core/compare/v0.3.0...v0.3.1
105
102
[ 0.3.0 ] : https://github.com/Automattic/jetpack-boost-core/compare/v0.2.14...v0.3.0
106
103
[ 0.2.14 ] : https://github.com/Automattic/jetpack-boost-core/compare/v0.2.13...v0.2.14
Original file line number Diff line number Diff line change 15
15
},
16
16
"require" : {
17
17
"php" : " >=7.2" ,
18
- "automattic/jetpack-boost-core" : " ^0.3.2-alpha "
18
+ "automattic/jetpack-boost-core" : " ^0.3.2"
19
19
},
20
20
"autoload" : {
21
21
"classmap" : [
Original file line number Diff line number Diff line change @@ -5,18 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
12
9
### Added
13
- - Added "Expired" & "Expires soon" statuses to My Jetpack product cards.
10
+ - Added "Expired" & "Expires soon" statuses to My Jetpack product cards. [ # 39816 ]
14
11
15
12
### 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 ]
17
14
18
15
### Fixed
19
- - Fix stats not showing sale discount
16
+ - Fix stats not showing sale discount [ # 40348 ]
20
17
21
18
## [ 5.0.3] - 2024-11-26
22
19
### Changed
@@ -1841,7 +1838,7 @@ This is an alpha version! The changes listed here are not final.
1841
1838
### Added
1842
1839
- Created package
1843
1840
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
1845
1842
[ 5.0.3 ] : https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.2...5.0.3
1846
1843
[ 5.0.2 ] : https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.1...5.0.2
1847
1844
[ 5.0.1 ] : https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.0...5.0.1
Original file line number Diff line number Diff line change 17
17
"automattic/jetpack-constants" : " ^3.0.1" ,
18
18
"automattic/jetpack-plans" : " ^0.5.1" ,
19
19
"automattic/jetpack-status" : " ^5.0.1" ,
20
- "automattic/jetpack-sync" : " ^4.0.2-alpha " ,
20
+ "automattic/jetpack-sync" : " ^4.0.2" ,
21
21
"automattic/jetpack-protect-status" : " ^0.3.1"
22
22
},
23
23
"require-dev" : {
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class Initializer {
42
42
*
43
43
* @var string
44
44
*/
45
- const PACKAGE_VERSION = '5.0.4-alpha ' ;
45
+ const PACKAGE_VERSION = '5.0.4 ' ;
46
46
47
47
/**
48
48
* HTML container ID for the IDC screen on My Jetpack page.
Original file line number Diff line number Diff line change 7
7
"php" : " >=7.2" ,
8
8
"automattic/jetpack-connection" : " ^6.1.0" ,
9
9
"automattic/jetpack-plugins-installer" : " ^0.5.0" ,
10
- "automattic/jetpack-sync" : " ^4.0.2-alpha " ,
10
+ "automattic/jetpack-sync" : " ^4.0.2" ,
11
11
"automattic/jetpack-protect-models" : " ^0.4.1" ,
12
12
"automattic/jetpack-plans" : " ^0.5.1"
13
13
},
Original file line number Diff line number Diff line change @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
12
9
### 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 ]
14
11
15
12
## [ 4.0.1] - 2024-11-25
16
13
### Changed
@@ -1354,7 +1351,7 @@ This is an alpha version! The changes listed here are not final.
1354
1351
1355
1352
- Packages: Move sync to a classmapped package
1356
1353
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
1358
1355
[ 4.0.1 ] : https://github.com/Automattic/jetpack-sync/compare/v4.0.0...v4.0.1
1359
1356
[ 4.0.0 ] : https://github.com/Automattic/jetpack-sync/compare/v3.15.0...v4.0.0
1360
1357
[ 3.15.0 ] : https://github.com/Automattic/jetpack-sync/compare/v3.14.4...v3.15.0
Original file line number Diff line number Diff line change 12
12
*/
13
13
class Package_Version {
14
14
15
- const PACKAGE_VERSION = '4.0.2-alpha ' ;
15
+ const PACKAGE_VERSION = '4.0.2 ' ;
16
16
17
17
const PACKAGE_SLUG = 'sync ' ;
18
18
Original file line number Diff line number Diff line change 14
14
),
15
15
'jetpack-boost-core ' => array (
16
16
'path ' => 'jetpack_vendor/automattic/jetpack-boost-core ' ,
17
- 'ver ' => '0.3.2-alpha1732789065 ' ,
17
+ 'ver ' => '0.3.2 ' ,
18
18
),
19
19
'jetpack-boost-speed-score ' => array (
20
20
'path ' => 'jetpack_vendor/automattic/jetpack-boost-speed-score ' ,
46
46
),
47
47
'jetpack-my-jetpack ' => array (
48
48
'path ' => 'jetpack_vendor/automattic/jetpack-my-jetpack ' ,
49
- 'ver ' => '5.0.4-alpha1732736929 ' ,
49
+ 'ver ' => '5.0.4 ' ,
50
50
),
51
51
'jetpack-password-checker ' => array (
52
52
'path ' => 'jetpack_vendor/automattic/jetpack-password-checker ' ,
66
66
),
67
67
'jetpack-sync ' => array (
68
68
'path ' => 'jetpack_vendor/automattic/jetpack-sync ' ,
69
- 'ver ' => '4.0.2-alpha1732712411 ' ,
69
+ 'ver ' => '4.0.2 ' ,
70
70
),
71
71
'jetpack-transport-helper ' => array (
72
72
'path ' => 'jetpack_vendor/automattic/jetpack-transport-helper ' ,
You can’t perform that action at this time.
0 commit comments