Skip to content

Commit a63dc8b

Browse files
tbradshamatticbot
authored andcommitted
Backport jetpack 14.9-a.5 Changes (#44400)
* Changelog and readme.txt edits. * Release packages that depend on status package * Revert "Forms: Use JWT for passing the Contact_Form object around (#44360)" (#44397) This reverts commit fa03729444472ff99552dac67e9946e37d6fc375. * Release packages/forms 4.0.1 * Version bumps --------- Co-authored-by: Enej Bajgoric <[email protected]> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/16424318860 Upstream-Ref: Automattic/jetpack@e4190cd
1 parent f637111 commit a63dc8b

File tree

17 files changed

+378
-378
lines changed

17 files changed

+378
-378
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"automattic/jetpack-autoloader": "^5.0.8",
1515
"automattic/jetpack-composer-plugin": "^4.0.5",
1616
"automattic/jetpack-config": "^3.1.1",
17-
"automattic/jetpack-post-list": "^0.8.23-alpha",
17+
"automattic/jetpack-post-list": "^0.8.23",
1818
"automattic/jetpack-mu-wpcom": "^6.7.0-alpha",
1919
"tubalmartin/cssmin": "^4.1"
2020
},

jetpack_vendor/automattic/jetpack-blaze/src/class-dashboard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Dashboard {
2121
*
2222
* @var string
2323
*/
24-
const PACKAGE_VERSION = '0.25.37-alpha';
24+
const PACKAGE_VERSION = '0.25.37';
2525

2626
/**
2727
* List of dependencies needed to render the dashboard in wp-admin.

jetpack_vendor/automattic/jetpack-classic-theme-helper/src/class-main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class Main {
1616

17-
const PACKAGE_VERSION = '0.13.11-alpha';
17+
const PACKAGE_VERSION = '0.13.11';
1818

1919
/**
2020
* Modules to include.

jetpack_vendor/automattic/jetpack-connection/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 = '6.15.0-alpha';
15+
const PACKAGE_VERSION = '6.15.0';
1616

1717
const PACKAGE_SLUG = 'connection';
1818

jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
class JITM {
2323

24-
const PACKAGE_VERSION = '4.2.29-alpha';
24+
const PACKAGE_VERSION = '4.2.29';
2525

2626
/**
2727
* List of screen IDs where JITMs are allowed to display.

jetpack_vendor/automattic/jetpack-masterbar/src/class-main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class Main {
1616

17-
const PACKAGE_VERSION = '0.19.0-alpha';
17+
const PACKAGE_VERSION = '0.19.0';
1818

1919
/**
2020
* Initializer.

jetpack_vendor/automattic/jetpack-post-list/src/class-post-list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717
class Post_List {
1818

19-
const PACKAGE_VERSION = '0.8.23-alpha';
19+
const PACKAGE_VERSION = '0.8.23';
2020
const FEATURE = 'enhanced_post_list';
2121

2222
/**

jetpack_vendor/automattic/jetpack-stats-admin/src/class-main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Main {
2222
/**
2323
* Stats version.
2424
*/
25-
const VERSION = '0.28.0';
25+
const VERSION = '0.28.1';
2626

2727
/**
2828
* Singleton Main instance.

jetpack_vendor/automattic/jetpack-stats/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 = '0.17.1';
15+
const PACKAGE_VERSION = '0.17.2';
1616

1717
const PACKAGE_SLUG = 'stats';
1818

jetpack_vendor/automattic/jetpack-status/src/class-host.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function get_source_query() {
139139
* Returns a guess of the hosting provider for the current site based on various checks.
140140
*
141141
* @since 5.0.4 Added $guess parameter.
142-
* @since 5.4.1-alpha Removed $guess parameter.
142+
* @since 6.0.0 Removed $guess parameter.
143143
*
144144
* @return string
145145
*/

0 commit comments

Comments
 (0)