Skip to content

Commit da49ab0

Browse files
donnchawpmatticbot
authored andcommitted
Changelog and readme.txt edits. (#42820)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/14199309077 Upstream-Ref: Automattic/jetpack@18955b7
1 parent 88adfa4 commit da49ab0

File tree

10 files changed

+126
-126
lines changed

10 files changed

+126
-126
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"wordpress/classic-editor-plugin": "1.6.7",
1414
"automattic/jetpack-composer-plugin": "^4.0.4",
1515
"automattic/jetpack-config": "^3.1.0",
16-
"automattic/jetpack-post-list": "^0.8.10",
16+
"automattic/jetpack-post-list": "^0.8.11-alpha",
1717
"automattic/jetpack-mu-wpcom": "^6.2.0-alpha",
1818
"tubalmartin/cssmin": "^4.1"
1919
},

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

+1-1
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.18';
24+
const PACKAGE_VERSION = '0.25.19-alpha';
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class Main {
1616

17-
const PACKAGE_VERSION = '0.11.5';
17+
const PACKAGE_VERSION = '0.11.6-alpha';
1818

1919
/**
2020
* Modules to include.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
class Package_Version {
1414

15-
const PACKAGE_VERSION = '6.10.0';
15+
const PACKAGE_VERSION = '6.10.1';
1616

1717
const PACKAGE_SLUG = 'connection';
1818

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
class JITM {
2323

24-
const PACKAGE_VERSION = '4.2.9';
24+
const PACKAGE_VERSION = '4.2.10';
2525

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class Main {
1616

17-
const PACKAGE_VERSION = '0.14.3';
17+
const PACKAGE_VERSION = '0.14.4-alpha';
1818

1919
/**
2020
* Initializer.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717
class Post_List {
1818

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

2222
/**

jetpack_vendor/i18n-map.php

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
),
1111
'jetpack-assets' => array(
1212
'path' => 'jetpack_vendor/automattic/jetpack-assets',
13-
'ver' => '4.0.15',
13+
'ver' => '4.0.16',
1414
),
1515
'jetpack-blaze' => array(
1616
'path' => 'jetpack_vendor/automattic/jetpack-blaze',
17-
'ver' => '0.25.18',
17+
'ver' => '0.25.19-alpha1743520279',
1818
),
1919
'jetpack-calypsoify' => array(
2020
'path' => 'jetpack_vendor/automattic/jetpack-calypsoify',
2121
'ver' => '0.2.2-alpha1742415897',
2222
),
2323
'jetpack-classic-theme-helper' => array(
2424
'path' => 'jetpack_vendor/automattic/jetpack-classic-theme-helper',
25-
'ver' => '0.11.5',
25+
'ver' => '0.11.6-alpha1743520279',
2626
),
2727
'jetpack-compat' => array(
2828
'path' => 'jetpack_vendor/automattic/jetpack-compat',
@@ -34,7 +34,7 @@
3434
),
3535
'jetpack-connection' => array(
3636
'path' => 'jetpack_vendor/automattic/jetpack-connection',
37-
'ver' => '6.10.0',
37+
'ver' => '6.10.1',
3838
),
3939
'jetpack-google-analytics' => array(
4040
'path' => 'jetpack_vendor/automattic/jetpack-google-analytics',
@@ -46,11 +46,11 @@
4646
),
4747
'jetpack-jitm' => array(
4848
'path' => 'jetpack_vendor/automattic/jetpack-jitm',
49-
'ver' => '4.2.9',
49+
'ver' => '4.2.10',
5050
),
5151
'jetpack-masterbar' => array(
5252
'path' => 'jetpack_vendor/automattic/jetpack-masterbar',
53-
'ver' => '0.14.3',
53+
'ver' => '0.14.4-alpha1743520279',
5454
),
5555
'jetpack-mu-wpcom' => array(
5656
'path' => 'jetpack_vendor/automattic/jetpack-mu-wpcom',
@@ -62,7 +62,7 @@
6262
),
6363
'jetpack-post-list' => array(
6464
'path' => 'jetpack_vendor/automattic/jetpack-post-list',
65-
'ver' => '0.8.10',
65+
'ver' => '0.8.11-alpha1743520279',
6666
),
6767
'jetpack-scheduled-updates' => array(
6868
'path' => 'jetpack_vendor/automattic/scheduled-updates',

0 commit comments

Comments
 (0)