Skip to content

Commit 2a64e9f

Browse files
tbradshamatticbot
authored andcommitted
Updated package versions for automattic/wpcomsh
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/15542564072 Upstream-Ref: Automattic/jetpack@e4e9764
1 parent d430533 commit 2a64e9f

29 files changed

+795
-988
lines changed

CHANGELOG.md

Lines changed: 42 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,56 @@
11
# Changelog
22

3-
## 7.0.0-alpha - unreleased
4-
5-
This is an alpha version! The changes listed here are not final.
6-
3+
## 7.0.0 - 2025-06-09
74
### Added
8-
- Added ability to test with other Jetpack monorepo plugins active
9-
- Add hook to signal a migration has ended using AIOWP
10-
- Adding support for protected connection owner.
11-
- Add jetpack-forms package dependency
12-
- Featured Content: Add messaging to clarify that the tag name is case sensitive.
13-
- Forms: add field-file feature/block support on WPCOM plans
14-
- Managed Plugin: populate managed plugin list option on plugin install or update
15-
- Social: Enable share status for all sites
5+
- Add ability to test with other Jetpack monorepo plugins active. [#43259]
6+
- Add hook to signal a migration has ended using AIOWP. [#42992]
7+
- Add support for protected connection owner. [#43601]
8+
- Add jetpack-forms package dependency. [#43527]
9+
- Featured Content: Add messaging to clarify that the tag name is case sensitive. [#43165]
10+
- Forms: Add field-file feature/block support on WordPress.com plans. [#43177]
11+
- Managed Plugin: Populate managed plugin list option on plugin install or update. [#43007]
12+
- Social: Enable share status for all sites. [#43056]
1613

1714
### Changed
18-
- Admin Menu: Update the icon of WooCommerce for the woo installation
19-
- Bumped wc-calypso-bridge version
20-
- Compatibility: Use new `set_transient` hook in place of `setted_transient` hook deprecated in WordPress 6.8.
21-
- Consolidating widget-related code from wpcom and wpcomsh into jetpack-mu-wpcom
22-
- jetpack-assets now requires jetpack-status so updating composer lock files.
23-
- Plugin management: enable bulk plugin deactivation
24-
- remove wp-staging from incompatible plugins list
25-
- Site Visibility: Disable search engines indexing for sites with wpcomstaging.com domain
26-
- Updated wpcomsh's wc-calypso-bridge dependency to the latest version.
27-
- Update package dependencies.
28-
- Use Jetpack Autoloader.
29-
- wpcomsh: bilmur: Now includes theme name
15+
- Admin Menu: Update the icon of WooCommerce for the Woo installation. [#43029]
16+
- bilmur: Include theme name. [#43452]
17+
- Bump wc-calypso-bridge version. [#43038] [#43393]
18+
- Compatibility: Use new `set_transient` hook in place of `setted_transient` hook deprecated in WordPress 6.8. [#43090]
19+
- Consolidate widget-related code from wpcom and wpcomsh into jetpack-mu-wpcom. [#42974]
20+
- Plugin management: Enable bulk plugin deactivation. [#42965]
21+
- Site Visibility: Disable search engines indexing for sites with wpcomstaging.com domain. [#42853]
22+
- Update package dependencies. [#43085] [#43425] [#43839]
23+
- Use Jetpack Autoloader. [#43618]
3024

3125
### Deprecated
32-
- Remove `default_rendering_mode` hotfix since there's no need for it anymore.
26+
- Remove `default_rendering_mode` hotfix. [#42984]
3327

3428
### Removed
35-
- Color Scheme: Clean up *-rgb css variables
36-
- General: Update minimum WordPress version to 6.7.
37-
- Remove legacy CI files.
38-
- Remove links to deprecated calypso views on the launchpad tasks
39-
- Social: Remove unused feature flags
29+
- Color Scheme: Clean up *-rgb css variables. [#42960]
30+
- General: Update minimum WordPress version to 6.7. [#43192]
31+
- Move "I voted" widget from wpcomsh to jetpack-mu-wpcom. [#42924]
32+
- Remove legacy CI files. [#43434]
33+
- Remove links to deprecated Calypso views on the launchpad tasks. [#42923]
34+
- Remove wp-staging from incompatible plugins list. [#43170]
35+
- Social: Remove unused feature flags. [#43037]
4036

4137
### Fixed
42-
- Check for classes and methods before call
43-
- Code: Update stylesheets to use hex instead of named colors.
44-
- Code: Update stylesheets to use WordPress font styles.
45-
- Ensure we'll always enable jetpack modules after an atomic transfer
46-
- Ensure wpcomsh users are able to purchase the Boost paid offering
47-
- Fixed wrapping on the stats column heading in non-English languages
48-
- Fix Jetpack menu on untangled screens
49-
- JS Packages: Decrease CSS priority of global styles to prevent them from applying within the editor
50-
- Linting: Clean up various Stylelint violations.
51-
- Linting: Do additional stylesheet cleanup.
52-
- Linting: Fix more Stylelint violations.
53-
- Linting: Remove outdated vendor prefixes in stylesheets.
54-
- Linting: Use double colon notation for pseudo-element selectors.
55-
- Move I voted widget from wpcomsh to jetpack-mu-wpcom
56-
- My Jetpack: Fix readability of license activation button on hover.
57-
- Remove packages/forms dependency from jetpack-mu-wpcom-plugin, change submenu registration
58-
- Tests: Add script that runs PHPUnit tests.
59-
- WoA podcasting: Make episode images comply with apple requirements
38+
- Block editor: Fix layout issues with the Media Library modal buttons. [#43035]
39+
- Check for classes and methods before call. [#43606]
40+
- Code: Update stylesheets to use hex instead of named colors. [#42920]
41+
- Code: Update stylesheets to use WordPress font styles. [#42928]
42+
- Ensure Jetpack modules are enabled after transferring to WP Cloud. [#42971]
43+
- Ensure wpcomsh users are able to purchase the Boost paid offering. [#43262]
44+
- Fix wrapping on the stats column heading in non-English languages. [#43630]
45+
- Fix Jetpack menu on untangled screens. [#43727]
46+
- Linting: Clean up various Stylelint violations. [#43166]
47+
- Linting: Do additional stylesheet cleanup. [#43247]
48+
- Linting: Fix more Stylelint violations. [#43213]
49+
- Linting: Remove outdated vendor prefixes in stylesheets. [#43219]
50+
- Linting: Use double colon notation for pseudo-element selectors. [#43019]
51+
- My Jetpack: Fix readability of license activation button on hover. [#43550]
52+
- Podcasts: Make episode images comply with Apple requirements. [#43769]
53+
- Tests: Add script that runs PHPUnit tests. [#43500]
6054

6155
## 6.1.0 - 2025-04-07
6256
### Added

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"automattic/jetpack-composer-plugin": "^4.0.5",
1616
"automattic/jetpack-config": "^3.1.0",
1717
"automattic/jetpack-post-list": "^0.8.18",
18-
"automattic/jetpack-mu-wpcom": "^6.6.0-alpha",
18+
"automattic/jetpack-mu-wpcom": "^6.6.0",
1919
"tubalmartin/cssmin": "^4.1"
2020
},
2121
"require-dev": {
@@ -121,7 +121,7 @@
121121
"automattic/jetpack-composer-plugin": true,
122122
"automattic/jetpack-autoloader": true
123123
},
124-
"autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ7_0_0_alpha"
124+
"autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ7_0_0"
125125
},
126126
"extra": {
127127
"mirror-repo": "Automattic/wpcom-site-helper",

connection/class-protected-owner-error-handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* default User_Admin class behavior to ensure the WP.com invitation checkbox is not
2222
* pre-checked when creating protected owner accounts.
2323
*
24-
* @since 7.0.0-alpha
24+
* @since 7.0.0
2525
*/
2626
class Protected_Owner_Error_Handler {
2727

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class Main {
1616

17-
const PACKAGE_VERSION = '0.17.9-alpha';
17+
const PACKAGE_VERSION = '0.17.9';
1818

1919
/**
2020
* Initializer.

jetpack_vendor/automattic/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Jetpack_Mu_Wpcom main class.
1515
*/
1616
class Jetpack_Mu_Wpcom {
17-
const PACKAGE_VERSION = '6.6.0-alpha';
17+
const PACKAGE_VERSION = '6.6.0';
1818
const PKG_DIR = __DIR__ . '/../';
1919
const BASE_DIR = __DIR__ . '/';
2020
const BASE_FILE = __FILE__;

jetpack_vendor/i18n-map.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@
5050
),
5151
'jetpack-masterbar' => array(
5252
'path' => 'jetpack_vendor/automattic/jetpack-masterbar',
53-
'ver' => '0.17.9-alpha1749478983',
53+
'ver' => '0.17.9',
5454
),
5555
'jetpack-mu-wpcom' => array(
5656
'path' => 'jetpack_vendor/automattic/jetpack-mu-wpcom',
57-
'ver' => '6.6.0-alpha1749476925',
57+
'ver' => '6.6.0',
5858
),
5959
'jetpack-password-checker' => array(
6060
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "@automattic/jetpack-wpcomsh",
44
"description": "A helper for connecting WordPress.com sites to external host infrastructure.",
55
"homepage": "https://jetpack.com",
6-
"version": "7.0.0-alpha",
6+
"version": "7.0.0",
77
"bugs": {
88
"url": "https://github.com/Automattic/jetpack/labels/[Plugin] Wpcomsh"
99
},

vendor/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
require_once __DIR__ . '/composer/autoload_real.php';
2424

25-
return ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ7_0_0_alpha::getLoader();
25+
return ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ7_0_0::getLoader();

vendor/autoload_packages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @package automattic/jetpack-autoloader
66
*/
77

8-
namespace Automattic\Jetpack\Autoloader\jp26841ac2064774301cbe06d174833bfc_wpcomshⓥ7_0_0_alpha\al5_0_7;
8+
namespace Automattic\Jetpack\Autoloader\jp26841ac2064774301cbe06d174833bfc_wpcomshⓥ7_0_0\al5_0_7;
99

1010
// phpcs:ignore
1111

vendor/composer/autoload_real.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// autoload_real.php @generated by Composer
44

5-
class ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ7_0_0_alpha
5+
class ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ7_0_0
66
{
77
private static $loader;
88

@@ -24,17 +24,17 @@ public static function getLoader()
2424

2525
require __DIR__ . '/platform_check.php';
2626

27-
spl_autoload_register(array('ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ7_0_0_alpha', 'loadClassLoader'), true, true);
27+
spl_autoload_register(array('ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ7_0_0', 'loadClassLoader'), true, true);
2828
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
29-
spl_autoload_unregister(array('ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ7_0_0_alpha', 'loadClassLoader'));
29+
spl_autoload_unregister(array('ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ7_0_0', 'loadClassLoader'));
3030

3131
require __DIR__ . '/autoload_static.php';
32-
call_user_func(\Composer\Autoload\ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ7_0_0_alpha::getInitializer($loader));
32+
call_user_func(\Composer\Autoload\ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ7_0_0::getInitializer($loader));
3333

3434
$loader->setClassMapAuthoritative(true);
3535
$loader->register(true);
3636

37-
$filesToLoad = \Composer\Autoload\ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ7_0_0_alpha::$files;
37+
$filesToLoad = \Composer\Autoload\ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ7_0_0::$files;
3838
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
3939
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
4040
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;

vendor/composer/autoload_static.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Composer\Autoload;
66

7-
class ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ7_0_0_alpha
7+
class ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ7_0_0
88
{
99
public static $files = array (
1010
'3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/actions.php',
@@ -433,9 +433,9 @@ class ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ7_0_0_alpha
433433
public static function getInitializer(ClassLoader $loader)
434434
{
435435
return \Closure::bind(function () use ($loader) {
436-
$loader->prefixLengthsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ7_0_0_alpha::$prefixLengthsPsr4;
437-
$loader->prefixDirsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ7_0_0_alpha::$prefixDirsPsr4;
438-
$loader->classMap = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ7_0_0_alpha::$classMap;
436+
$loader->prefixLengthsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ7_0_0::$prefixLengthsPsr4;
437+
$loader->prefixDirsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ7_0_0::$prefixDirsPsr4;
438+
$loader->classMap = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ7_0_0::$classMap;
439439

440440
}, null, ClassLoader::class);
441441
}

0 commit comments

Comments
 (0)