diff --git a/projects/js-packages/connection/changelog/remove-stats-from-connection-interstitial b/projects/js-packages/connection/changelog/remove-stats-from-connection-interstitial
new file mode 100644
index 0000000000000..56ab9e31c4046
--- /dev/null
+++ b/projects/js-packages/connection/changelog/remove-stats-from-connection-interstitial
@@ -0,0 +1,4 @@
+Significance: minor
+Type: changed
+
+Connection Screen: remove mention of Stats from the list of available free features.
diff --git a/projects/js-packages/connection/components/connect-screen/basic/stories/index.stories.jsx b/projects/js-packages/connection/components/connect-screen/basic/stories/index.stories.jsx
index fbd8991d62d9e..e8e0e63529f13 100644
--- a/projects/js-packages/connection/components/connect-screen/basic/stories/index.stories.jsx
+++ b/projects/js-packages/connection/components/connect-screen/basic/stories/index.stories.jsx
@@ -14,7 +14,6 @@ const Template = props => (
Secure and speed up your site for free with Jetpack's powerful WordPress tools
- - Measure your impact with beautiful stats
- Speed up your site with optimized images
- Protect your site against bot attacks
- Get notifications if your site goes offline
diff --git a/projects/js-packages/connection/package.json b/projects/js-packages/connection/package.json
index 37b0e211878cf..358e2a6807399 100644
--- a/projects/js-packages/connection/package.json
+++ b/projects/js-packages/connection/package.json
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-connection",
- "version": "0.33.19",
+ "version": "0.34.0-alpha",
"description": "Jetpack Connection Component",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
"bugs": {
diff --git a/projects/packages/my-jetpack/_inc/components/product-detail-card/stories/broken/mock-data.js b/projects/packages/my-jetpack/_inc/components/product-detail-card/stories/broken/mock-data.js
index d6876e362a9da..edae14ec2126b 100644
--- a/projects/packages/my-jetpack/_inc/components/product-detail-card/stories/broken/mock-data.js
+++ b/projects/packages/my-jetpack/_inc/components/product-detail-card/stories/broken/mock-data.js
@@ -90,7 +90,6 @@ export const extrasProductData = {
"Secure and speed up your site for free with Jetpack's powerful WordPress tools.",
status: 'active',
features: [
- 'Measure your impact with beautiful stats',
'Speed up your site with optimized images',
'Protect your site against bot attacks',
'Get notifications if your site goes offline',
diff --git a/projects/packages/my-jetpack/changelog/remove-stats-from-connection-interstitial b/projects/packages/my-jetpack/changelog/remove-stats-from-connection-interstitial
new file mode 100644
index 0000000000000..56ab9e31c4046
--- /dev/null
+++ b/projects/packages/my-jetpack/changelog/remove-stats-from-connection-interstitial
@@ -0,0 +1,4 @@
+Significance: minor
+Type: changed
+
+Connection Screen: remove mention of Stats from the list of available free features.
diff --git a/projects/packages/my-jetpack/composer.json b/projects/packages/my-jetpack/composer.json
index 6103e25a81dd4..6424500c64e83 100644
--- a/projects/packages/my-jetpack/composer.json
+++ b/projects/packages/my-jetpack/composer.json
@@ -81,7 +81,7 @@
"link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}"
},
"branch-alias": {
- "dev-trunk": "4.28.x-dev"
+ "dev-trunk": "4.29.x-dev"
},
"version-constants": {
"::PACKAGE_VERSION": "src/class-initializer.php"
diff --git a/projects/packages/my-jetpack/package.json b/projects/packages/my-jetpack/package.json
index 4cf45821c01d6..90cbc42d35ee0 100644
--- a/projects/packages/my-jetpack/package.json
+++ b/projects/packages/my-jetpack/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-my-jetpack",
- "version": "4.28.0",
+ "version": "4.29.0-alpha",
"description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/my-jetpack/#readme",
"bugs": {
diff --git a/projects/packages/my-jetpack/src/class-initializer.php b/projects/packages/my-jetpack/src/class-initializer.php
index 1f447d35d9448..34bdb6dbcc6cc 100644
--- a/projects/packages/my-jetpack/src/class-initializer.php
+++ b/projects/packages/my-jetpack/src/class-initializer.php
@@ -39,7 +39,7 @@ class Initializer {
*
* @var string
*/
- const PACKAGE_VERSION = '4.28.0';
+ const PACKAGE_VERSION = '4.29.0-alpha';
/**
* HTML container ID for the IDC screen on My Jetpack page.
diff --git a/projects/packages/my-jetpack/src/products/class-extras.php b/projects/packages/my-jetpack/src/products/class-extras.php
index 2dec5713780fa..51f02232ef5d0 100644
--- a/projects/packages/my-jetpack/src/products/class-extras.php
+++ b/projects/packages/my-jetpack/src/products/class-extras.php
@@ -81,7 +81,6 @@ public static function get_long_description() {
*/
public static function get_features() {
return array(
- __( 'Measure your impact with beautiful stats', 'jetpack-my-jetpack' ),
__( 'Speed up your site with optimized images', 'jetpack-my-jetpack' ),
__( 'Protect your site against bot attacks', 'jetpack-my-jetpack' ),
__( 'Get notifications if your site goes offline', 'jetpack-my-jetpack' ),
diff --git a/projects/plugins/backup/changelog/update-remove-stats-from-connection-interstitial b/projects/plugins/backup/changelog/update-remove-stats-from-connection-interstitial
new file mode 100644
index 0000000000000..9aa70e3ec1f75
--- /dev/null
+++ b/projects/plugins/backup/changelog/update-remove-stats-from-connection-interstitial
@@ -0,0 +1,5 @@
+Significance: patch
+Type: changed
+Comment: Updated composer.lock.
+
+
diff --git a/projects/plugins/backup/composer.lock b/projects/plugins/backup/composer.lock
index dd87da2c311a3..03d4306b3be11 100644
--- a/projects/plugins/backup/composer.lock
+++ b/projects/plugins/backup/composer.lock
@@ -1088,7 +1088,7 @@
"dist": {
"type": "path",
"url": "../../packages/my-jetpack",
- "reference": "30a6edcd2d389f004c01baa26957a959889fe19e"
+ "reference": "f8d772f6c04b05b1fed240ab09cb9723b677db33"
},
"require": {
"automattic/jetpack-admin-ui": "@dev",
@@ -1125,7 +1125,7 @@
"link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}"
},
"branch-alias": {
- "dev-trunk": "4.28.x-dev"
+ "dev-trunk": "4.29.x-dev"
},
"version-constants": {
"::PACKAGE_VERSION": "src/class-initializer.php"
diff --git a/projects/plugins/boost/changelog/update-remove-stats-from-connection-interstitial b/projects/plugins/boost/changelog/update-remove-stats-from-connection-interstitial
new file mode 100644
index 0000000000000..9aa70e3ec1f75
--- /dev/null
+++ b/projects/plugins/boost/changelog/update-remove-stats-from-connection-interstitial
@@ -0,0 +1,5 @@
+Significance: patch
+Type: changed
+Comment: Updated composer.lock.
+
+
diff --git a/projects/plugins/boost/composer.lock b/projects/plugins/boost/composer.lock
index 203432b927169..87fe3eaa646df 100644
--- a/projects/plugins/boost/composer.lock
+++ b/projects/plugins/boost/composer.lock
@@ -1007,7 +1007,7 @@
"dist": {
"type": "path",
"url": "../../packages/my-jetpack",
- "reference": "30a6edcd2d389f004c01baa26957a959889fe19e"
+ "reference": "f8d772f6c04b05b1fed240ab09cb9723b677db33"
},
"require": {
"automattic/jetpack-admin-ui": "@dev",
@@ -1044,7 +1044,7 @@
"link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}"
},
"branch-alias": {
- "dev-trunk": "4.28.x-dev"
+ "dev-trunk": "4.29.x-dev"
},
"version-constants": {
"::PACKAGE_VERSION": "src/class-initializer.php"
diff --git a/projects/plugins/jetpack/_inc/client/main.jsx b/projects/plugins/jetpack/_inc/client/main.jsx
index a9cfdf1278fa6..2f38880c19e80 100644
--- a/projects/plugins/jetpack/_inc/client/main.jsx
+++ b/projects/plugins/jetpack/_inc/client/main.jsx
@@ -485,7 +485,6 @@ class Main extends React.Component {
See: https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html
*/ }
- - { __( 'Measure your impact with Jetpack Stats', 'jetpack' ) }
- { __( 'Speed up your site with optimized images', 'jetpack' ) }
- { __( 'Protect your site against bot attacks', 'jetpack' ) }
- { __( 'Get notifications if your site goes offline', 'jetpack' ) }
diff --git a/projects/plugins/jetpack/changelog/remove-stats-from-connection-interstitial b/projects/plugins/jetpack/changelog/remove-stats-from-connection-interstitial
new file mode 100644
index 0000000000000..5d454aa8bfa59
--- /dev/null
+++ b/projects/plugins/jetpack/changelog/remove-stats-from-connection-interstitial
@@ -0,0 +1,4 @@
+Significance: minor
+Type: other
+
+Connection Screen: remove mention of Stats from the list of available free features
diff --git a/projects/plugins/jetpack/changelog/update-remove-stats-from-connection-interstitial b/projects/plugins/jetpack/changelog/update-remove-stats-from-connection-interstitial
new file mode 100644
index 0000000000000..a1c1831fa1ef7
--- /dev/null
+++ b/projects/plugins/jetpack/changelog/update-remove-stats-from-connection-interstitial
@@ -0,0 +1,5 @@
+Significance: patch
+Type: other
+Comment: Updated composer.lock.
+
+
diff --git a/projects/plugins/jetpack/composer.lock b/projects/plugins/jetpack/composer.lock
index 629f9648c52a7..fbe7bb73118fe 100644
--- a/projects/plugins/jetpack/composer.lock
+++ b/projects/plugins/jetpack/composer.lock
@@ -1740,7 +1740,7 @@
"dist": {
"type": "path",
"url": "../../packages/my-jetpack",
- "reference": "30a6edcd2d389f004c01baa26957a959889fe19e"
+ "reference": "f8d772f6c04b05b1fed240ab09cb9723b677db33"
},
"require": {
"automattic/jetpack-admin-ui": "@dev",
@@ -1777,7 +1777,7 @@
"link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}"
},
"branch-alias": {
- "dev-trunk": "4.28.x-dev"
+ "dev-trunk": "4.29.x-dev"
},
"version-constants": {
"::PACKAGE_VERSION": "src/class-initializer.php"
diff --git a/projects/plugins/migration/changelog/update-remove-stats-from-connection-interstitial b/projects/plugins/migration/changelog/update-remove-stats-from-connection-interstitial
new file mode 100644
index 0000000000000..9aa70e3ec1f75
--- /dev/null
+++ b/projects/plugins/migration/changelog/update-remove-stats-from-connection-interstitial
@@ -0,0 +1,5 @@
+Significance: patch
+Type: changed
+Comment: Updated composer.lock.
+
+
diff --git a/projects/plugins/migration/composer.lock b/projects/plugins/migration/composer.lock
index f49fb720551e1..9b952922781cd 100644
--- a/projects/plugins/migration/composer.lock
+++ b/projects/plugins/migration/composer.lock
@@ -1088,7 +1088,7 @@
"dist": {
"type": "path",
"url": "../../packages/my-jetpack",
- "reference": "30a6edcd2d389f004c01baa26957a959889fe19e"
+ "reference": "f8d772f6c04b05b1fed240ab09cb9723b677db33"
},
"require": {
"automattic/jetpack-admin-ui": "@dev",
@@ -1125,7 +1125,7 @@
"link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}"
},
"branch-alias": {
- "dev-trunk": "4.28.x-dev"
+ "dev-trunk": "4.29.x-dev"
},
"version-constants": {
"::PACKAGE_VERSION": "src/class-initializer.php"
diff --git a/projects/plugins/protect/changelog/update-remove-stats-from-connection-interstitial b/projects/plugins/protect/changelog/update-remove-stats-from-connection-interstitial
new file mode 100644
index 0000000000000..9aa70e3ec1f75
--- /dev/null
+++ b/projects/plugins/protect/changelog/update-remove-stats-from-connection-interstitial
@@ -0,0 +1,5 @@
+Significance: patch
+Type: changed
+Comment: Updated composer.lock.
+
+
diff --git a/projects/plugins/protect/composer.lock b/projects/plugins/protect/composer.lock
index fc11efc0a4616..035b7a09f2beb 100644
--- a/projects/plugins/protect/composer.lock
+++ b/projects/plugins/protect/composer.lock
@@ -1001,7 +1001,7 @@
"dist": {
"type": "path",
"url": "../../packages/my-jetpack",
- "reference": "30a6edcd2d389f004c01baa26957a959889fe19e"
+ "reference": "f8d772f6c04b05b1fed240ab09cb9723b677db33"
},
"require": {
"automattic/jetpack-admin-ui": "@dev",
@@ -1038,7 +1038,7 @@
"link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}"
},
"branch-alias": {
- "dev-trunk": "4.28.x-dev"
+ "dev-trunk": "4.29.x-dev"
},
"version-constants": {
"::PACKAGE_VERSION": "src/class-initializer.php"
diff --git a/projects/plugins/search/changelog/update-remove-stats-from-connection-interstitial b/projects/plugins/search/changelog/update-remove-stats-from-connection-interstitial
new file mode 100644
index 0000000000000..9aa70e3ec1f75
--- /dev/null
+++ b/projects/plugins/search/changelog/update-remove-stats-from-connection-interstitial
@@ -0,0 +1,5 @@
+Significance: patch
+Type: changed
+Comment: Updated composer.lock.
+
+
diff --git a/projects/plugins/search/composer.lock b/projects/plugins/search/composer.lock
index c64f18960e52f..bb9f59f346122 100644
--- a/projects/plugins/search/composer.lock
+++ b/projects/plugins/search/composer.lock
@@ -944,7 +944,7 @@
"dist": {
"type": "path",
"url": "../../packages/my-jetpack",
- "reference": "30a6edcd2d389f004c01baa26957a959889fe19e"
+ "reference": "f8d772f6c04b05b1fed240ab09cb9723b677db33"
},
"require": {
"automattic/jetpack-admin-ui": "@dev",
@@ -981,7 +981,7 @@
"link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}"
},
"branch-alias": {
- "dev-trunk": "4.28.x-dev"
+ "dev-trunk": "4.29.x-dev"
},
"version-constants": {
"::PACKAGE_VERSION": "src/class-initializer.php"
diff --git a/projects/plugins/social/changelog/update-remove-stats-from-connection-interstitial b/projects/plugins/social/changelog/update-remove-stats-from-connection-interstitial
new file mode 100644
index 0000000000000..9aa70e3ec1f75
--- /dev/null
+++ b/projects/plugins/social/changelog/update-remove-stats-from-connection-interstitial
@@ -0,0 +1,5 @@
+Significance: patch
+Type: changed
+Comment: Updated composer.lock.
+
+
diff --git a/projects/plugins/social/composer.lock b/projects/plugins/social/composer.lock
index 869bb64c4d76f..4614b6dfd86df 100644
--- a/projects/plugins/social/composer.lock
+++ b/projects/plugins/social/composer.lock
@@ -944,7 +944,7 @@
"dist": {
"type": "path",
"url": "../../packages/my-jetpack",
- "reference": "30a6edcd2d389f004c01baa26957a959889fe19e"
+ "reference": "f8d772f6c04b05b1fed240ab09cb9723b677db33"
},
"require": {
"automattic/jetpack-admin-ui": "@dev",
@@ -981,7 +981,7 @@
"link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}"
},
"branch-alias": {
- "dev-trunk": "4.28.x-dev"
+ "dev-trunk": "4.29.x-dev"
},
"version-constants": {
"::PACKAGE_VERSION": "src/class-initializer.php"
diff --git a/projects/plugins/starter-plugin/changelog/update-remove-stats-from-connection-interstitial b/projects/plugins/starter-plugin/changelog/update-remove-stats-from-connection-interstitial
new file mode 100644
index 0000000000000..9aa70e3ec1f75
--- /dev/null
+++ b/projects/plugins/starter-plugin/changelog/update-remove-stats-from-connection-interstitial
@@ -0,0 +1,5 @@
+Significance: patch
+Type: changed
+Comment: Updated composer.lock.
+
+
diff --git a/projects/plugins/starter-plugin/composer.lock b/projects/plugins/starter-plugin/composer.lock
index ee83bc08f981a..bb7b665c2fcae 100644
--- a/projects/plugins/starter-plugin/composer.lock
+++ b/projects/plugins/starter-plugin/composer.lock
@@ -944,7 +944,7 @@
"dist": {
"type": "path",
"url": "../../packages/my-jetpack",
- "reference": "30a6edcd2d389f004c01baa26957a959889fe19e"
+ "reference": "f8d772f6c04b05b1fed240ab09cb9723b677db33"
},
"require": {
"automattic/jetpack-admin-ui": "@dev",
@@ -981,7 +981,7 @@
"link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}"
},
"branch-alias": {
- "dev-trunk": "4.28.x-dev"
+ "dev-trunk": "4.29.x-dev"
},
"version-constants": {
"::PACKAGE_VERSION": "src/class-initializer.php"
diff --git a/projects/plugins/videopress/changelog/update-remove-stats-from-connection-interstitial b/projects/plugins/videopress/changelog/update-remove-stats-from-connection-interstitial
new file mode 100644
index 0000000000000..9aa70e3ec1f75
--- /dev/null
+++ b/projects/plugins/videopress/changelog/update-remove-stats-from-connection-interstitial
@@ -0,0 +1,5 @@
+Significance: patch
+Type: changed
+Comment: Updated composer.lock.
+
+
diff --git a/projects/plugins/videopress/composer.lock b/projects/plugins/videopress/composer.lock
index 0238fdcda0048..d05ebac7afa23 100644
--- a/projects/plugins/videopress/composer.lock
+++ b/projects/plugins/videopress/composer.lock
@@ -944,7 +944,7 @@
"dist": {
"type": "path",
"url": "../../packages/my-jetpack",
- "reference": "30a6edcd2d389f004c01baa26957a959889fe19e"
+ "reference": "f8d772f6c04b05b1fed240ab09cb9723b677db33"
},
"require": {
"automattic/jetpack-admin-ui": "@dev",
@@ -981,7 +981,7 @@
"link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}"
},
"branch-alias": {
- "dev-trunk": "4.28.x-dev"
+ "dev-trunk": "4.29.x-dev"
},
"version-constants": {
"::PACKAGE_VERSION": "src/class-initializer.php"