Skip to content

Commit

Permalink
Remove Stats copy from connection screen (#38328)
Browse files Browse the repository at this point in the history
* Remove references to Stats from free features

* changelog

* Fix project versions
  • Loading branch information
IanRamosC authored Jul 15, 2024
1 parent 7dd18be commit e0ec759
Show file tree
Hide file tree
Showing 29 changed files with 79 additions and 26 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: changed

Connection Screen: remove mention of Stats from the list of available free features.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const Template = props => (
<p>Secure and speed up your site for free with Jetpack's powerful WordPress tools</p>

<ul>
<li>Measure your impact with beautiful stats</li>
<li>Speed up your site with optimized images</li>
<li>Protect your site against bot attacks</li>
<li>Get notifications if your site goes offline</li>
Expand Down
2 changes: 1 addition & 1 deletion projects/js-packages/connection/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: changed

Connection Screen: remove mention of Stats from the list of available free features.
2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/src/class-initializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion projects/packages/my-jetpack/src/products/class-extras.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ),
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: changed
Comment: Updated composer.lock.


4 changes: 2 additions & 2 deletions projects/plugins/backup/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: changed
Comment: Updated composer.lock.


4 changes: 2 additions & 2 deletions projects/plugins/boost/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion projects/plugins/jetpack/_inc/client/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,6 @@ class Main extends React.Component {
See: https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html
*/ }
<ul role="list">
<li>{ __( 'Measure your impact with Jetpack Stats', 'jetpack' ) }</li>
<li>{ __( 'Speed up your site with optimized images', 'jetpack' ) }</li>
<li>{ __( 'Protect your site against bot attacks', 'jetpack' ) }</li>
<li>{ __( 'Get notifications if your site goes offline', 'jetpack' ) }</li>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: other

Connection Screen: remove mention of Stats from the list of available free features
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: other
Comment: Updated composer.lock.


4 changes: 2 additions & 2 deletions projects/plugins/jetpack/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: changed
Comment: Updated composer.lock.


4 changes: 2 additions & 2 deletions projects/plugins/migration/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: changed
Comment: Updated composer.lock.


4 changes: 2 additions & 2 deletions projects/plugins/protect/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: changed
Comment: Updated composer.lock.


4 changes: 2 additions & 2 deletions projects/plugins/search/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: changed
Comment: Updated composer.lock.


4 changes: 2 additions & 2 deletions projects/plugins/social/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: changed
Comment: Updated composer.lock.


4 changes: 2 additions & 2 deletions projects/plugins/starter-plugin/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: changed
Comment: Updated composer.lock.


4 changes: 2 additions & 2 deletions projects/plugins/videopress/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e0ec759

Please sign in to comment.