Skip to content

Commit cee059b

Browse files
kraftbjmatticbot
authored andcommitted
Changelog and readme.txt edits. (#44432)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/16476665154 Upstream-Ref: Automattic/jetpack@6d6ccdc
1 parent 7fc099f commit cee059b

File tree

10 files changed

+182
-182
lines changed

10 files changed

+182
-182
lines changed

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';
24+
const PACKAGE_VERSION = '0.25.38-alpha';
2525

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

jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ public function store_error( \WP_Error $error ) {
491491
* JavaScript error handling components. External plugins (like wpcomsh) can use this
492492
* to ensure their error structures are compatible.
493493
*
494-
* @since 6.16.0-alpha
494+
* @since 6.16.0
495495
*
496496
* @param array $args Action configuration arguments - only non-empty values will be included.
497497
* @return array Standardized error_data array for JavaScript components.

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.16.0-alpha';
15+
const PACKAGE_VERSION = '6.16.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.3.0-alpha';
24+
const PACKAGE_VERSION = '4.3.0';
2525

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @package jetpack-subscribers
1818
*/
1919
class Dashboard {
20-
const VERSION = '0.1.23';
20+
const VERSION = '0.1.24-alpha';
2121
/**
2222
* Whether the class has been initialized
2323
*

jetpack_vendor/i18n-map.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
),
1111
'jetpack-assets' => array(
1212
'path' => 'jetpack_vendor/automattic/jetpack-assets',
13-
'ver' => '4.3.0-alpha1753277640',
13+
'ver' => '4.3.0',
1414
),
1515
'jetpack-blaze' => array(
1616
'path' => 'jetpack_vendor/automattic/jetpack-blaze',
17-
'ver' => '0.25.37',
17+
'ver' => '0.25.38-alpha1753289091',
1818
),
1919
'jetpack-calypsoify' => array(
2020
'path' => 'jetpack_vendor/automattic/jetpack-calypsoify',
@@ -34,7 +34,7 @@
3434
),
3535
'jetpack-connection' => array(
3636
'path' => 'jetpack_vendor/automattic/jetpack-connection',
37-
'ver' => '6.16.0-alpha1753277640',
37+
'ver' => '6.16.0',
3838
),
3939
'jetpack-google-analytics' => array(
4040
'path' => 'jetpack_vendor/automattic/jetpack-google-analytics',
@@ -46,7 +46,7 @@
4646
),
4747
'jetpack-jitm' => array(
4848
'path' => 'jetpack_vendor/automattic/jetpack-jitm',
49-
'ver' => '4.3.0-alpha1753277640',
49+
'ver' => '4.3.0',
5050
),
5151
'jetpack-masterbar' => array(
5252
'path' => 'jetpack_vendor/automattic/jetpack-masterbar',
@@ -78,7 +78,7 @@
7878
),
7979
'jetpack-subscribers-dashboard' => array(
8080
'path' => 'jetpack_vendor/automattic/jetpack-subscribers-dashboard',
81-
'ver' => '0.1.23',
81+
'ver' => '0.1.24-alpha1753289091',
8282
),
8383
'jetpack-sync' => array(
8484
'path' => 'jetpack_vendor/automattic/jetpack-sync',

0 commit comments

Comments
 (0)