Skip to content

Commit 8b781a7

Browse files
authored
Register ExPlat client in Jetpack Mu Wpcom (#46066)
1 parent 9dd30df commit 8b781a7

10 files changed

+184
-5
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: added
3+
4+
- Initialize ExPlat Proxy in Jetpack Mu Wpcom
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: changed
3+
4+
Update package dependencies.

projects/packages/jetpack-mu-wpcom/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"automattic/jetpack-subscribers-dashboard": "@dev",
2323
"automattic/scheduled-updates": "@dev",
2424
"scssphp/scssphp": "2.0.1",
25-
"symfony/filesystem": "^6.0.0"
25+
"symfony/filesystem": "^6.0.0",
26+
"automattic/jetpack-explat": "@dev"
2627
},
2728
"require-dev": {
2829
"yoast/phpunit-polyfills": "^4.0.0",

projects/packages/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ public static function get_all_active_locales() {
259259
* Load features that don't need any special loading considerations.
260260
*/
261261
public static function load_features() {
262+
\Automattic\Jetpack\ExPlat::init();
262263

263264
// Please keep the features in alphabetical order.
264265
require_once __DIR__ . '/features/100-year-plan/enhanced-ownership.php';
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Significance: patch
2+
Type: changed
3+
Comment: Update composer.lock.
4+
5+

projects/plugins/mu-wpcom-plugin/composer.lock

Lines changed: 78 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: added
3+
4+
Added automattic/explat dependency
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: changed
3+
4+
Update package dependencies.

projects/plugins/wpcomsh/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"automattic/jetpack-config": "@dev",
1717
"automattic/jetpack-post-list": "@dev",
1818
"automattic/jetpack-mu-wpcom": "@dev",
19-
"tubalmartin/cssmin": "^4.1"
19+
"tubalmartin/cssmin": "^4.1",
20+
"automattic/jetpack-explat": "@dev"
2021
},
2122
"require-dev": {
2223
"automattic/jetpack-changelogger": "@dev",

projects/plugins/wpcomsh/composer.lock

Lines changed: 80 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)