Skip to content

Commit 7d97c74

Browse files
arthur791004matticbot
authored andcommittedApr 8, 2025·
Site Visibility: Disable search engines indexing for sites with wpcomstaging.com domain (#42853)
* Site Visibility: Disable search engines indexing for sites with wpcomstaging.com domain * changelog * Update copy Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/14327932465 Upstream-Ref: Automattic/jetpack@45d3145
1 parent 058ca0f commit 7d97c74

File tree

17 files changed

+182
-116
lines changed

17 files changed

+182
-116
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 2.9.0-alpha - unreleased
9+
10+
This is an alpha version! The changes listed here are not final.
11+
12+
### Changed
13+
- Site Visibility: Disable search engines indexing for sites with wpcomstaging.com domain
14+
815
## 2.8.0 - 2025-04-04
916
### Added
1017
- Add newsletter widget to the dashboard. [#41807]

‎composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": ">=8.1",
88
"automattic/jetpack-composer-plugin": "^4.0.4",
9-
"automattic/jetpack-mu-wpcom": "^6.3.1"
9+
"automattic/jetpack-mu-wpcom": "^6.4.0-alpha"
1010
},
1111
"require-dev": {
1212
"yoast/phpunit-polyfills": "^3.0.0",
@@ -39,7 +39,7 @@
3939
"release-branch-prefix": "mu-wpcom"
4040
},
4141
"config": {
42-
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_8_0",
42+
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_9_0_alpha",
4343
"allow-plugins": {
4444
"automattic/jetpack-composer-plugin": true
4545
}

‎composer.lock

+33-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎jetpack_vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [6.4.0-alpha] - unreleased
9+
10+
This is an alpha version! The changes listed here are not final.
11+
12+
### Changed
13+
- Site Visibility: Disable search engines indexing for sites with wpcomstaging.com domain
14+
815
## [6.3.1] - 2025-04-07
916
### Added
1017
- MU plugin feature to add custom CSS for edge cases. [#42898]
@@ -1530,6 +1537,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15301537

15311538
- Testing initial package release.
15321539

1540+
[6.4.0-alpha]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v6.3.1...v6.4.0-alpha
15331541
[6.3.1]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v6.3.0...v6.3.1
15341542
[6.3.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v6.2.0...v6.3.0
15351543
[6.2.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v6.1.0...v6.2.0

‎jetpack_vendor/automattic/jetpack-mu-wpcom/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"autotagger": true,
6363
"branch-alias": {
64-
"dev-trunk": "6.3.x-dev"
64+
"dev-trunk": "6.4.x-dev"
6565
},
6666
"textdomain": "jetpack-mu-wpcom",
6767
"version-constants": {
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'react-dom', 'wp-components', 'wp-compose', 'wp-i18n', 'wp-url'), 'version' => 'b2c7b09603290d3c31dd');
1+
<?php return array('dependencies' => array('react', 'react-dom', 'wp-components', 'wp-compose', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => '7ac57928ceaf5895f9bd');

0 commit comments

Comments
 (0)