Skip to content

Commit

Permalink
Updated package versions for automattic/wpcomsh
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha authored and matticbot committed Dec 4, 2024
1 parent 5fd7344 commit 4cc71fa
Show file tree
Hide file tree
Showing 18 changed files with 639 additions and 873 deletions.
51 changes: 24 additions & 27 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,36 @@
# Changelog

## 6.0.0-alpha - unreleased

This is an alpha version! The changes listed here are not final.

## 6.0.0 - 2024-12-04
### Added
- Add Growth to features in wpcomsh package
- Enable test coverage.
- WordPress.com plan features: Added cornerstone 10 pages feature
- WordPress.com plan features: Added studio-sync feature
- Add Growth to features in wpcomsh package. [#40187]
- Enable test coverage. [#39961]
- WordPress.com plan features: Added cornerstone 10 pages feature. [#40023]
- WordPress.com plan features: Added studio-sync feature. [#39843]

### Changed
- Added wp-downgrade to the incompatible list
- Admin dashboard: Disable portfolio toggle if theme supports portfolio and site is WoA
- General: indicate compatibility with the upcoming version of WordPress - 6.7.
- Incompatible Plugins: whitelist duplicator pro.
- Introduced ESLint base config and fixed errors.
- Only include `wp-polyfill` as a script dependency when needed.
- Remove unused dev dependencies.
- Updated feature check
- Updated package dependencies.
- Update Jetpack Scan link
- Update wc-calypso-bridge dependency to 2.7.1
- Update wc-calypso-bridge dependency to 2.8.0
- Update wc-calypso-bridge dependency to 2.8.1
- Added wp-downgrade to the incompatible list. [#39264]
- Admin dashboard: Disable portfolio toggle if theme supports portfolio and site is WoA. [#39508]
- General: indicate compatibility with the upcoming version of WordPress - 6.7. [#39786]
- Incompatible Plugins: whitelist duplicator pro. [#39775]
- Introduced ESLint base config and fixed errors. [#39275]
- Only include `wp-polyfill` as a script dependency when needed. [#39629]
- Remove unused dev dependencies. [#40297]
- Updated feature check. [#40120]
- Updated package dependencies. [#39594] [#39653] [#40116] [#40261]
- Update Jetpack Scan link. [#39619]
- Update wc-calypso-bridge dependency to 2.7.1 [#39557]
- Update wc-calypso-bridge dependency to 2.8.0 [#39613]
- Update wc-calypso-bridge dependency to 2.8.1 [#39950]

### Removed
- General: Update minimum WordPress version to 6.6.
- test remove redirection
- General: Update minimum WordPress version to 6.6. [#40146]
- Test remove redirection. [#39615]

### Fixed
- Fix function that add links to URLs in the page when having HTML attributes with "<" in the value
- Move `load_muplugin_textdomain` call to `after_setup_theme` hook.
- Stats: Fix top post card on the Insight page
- wpcom-block-editor: Support getting the canvas mode from the query string after GB 19.6
- Fix function that add links to URLs in the page when having HTML attributes with "<" in the value. [#39931]
- Move `load_muplugin_textdomain` call to `after_setup_theme` hook. [#39586]
- Stats: Fix top post card on the Insight page. [#39691]
- wpcom-block-editor: Support getting the canvas mode from the query string after GB 19.6. [#40045]

## 5.10.0 - 2024-09-23
### Added
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"wordpress/classic-editor-plugin": "1.5",
"automattic/jetpack-config": "^3.0.0",
"automattic/jetpack-post-list": "^0.7.1",
"automattic/jetpack-mu-wpcom": "^6.0.0-alpha",
"automattic/jetpack-mu-wpcom": "^6.0.0",
"tubalmartin/cssmin": "^4.1"
},
"require-dev": {
Expand Down Expand Up @@ -121,7 +121,7 @@
"composer/installers": true,
"roots/wordpress-core-installer": true
},
"autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ6_0_0_alpha"
"autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ6_0_0"
},
"extra": {
"mirror-repo": "Automattic/wpcom-site-helper",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "@automattic/jetpack-wpcomsh",
"description": "A helper for connecting WordPress.com sites to external host infrastructure.",
"homepage": "https://jetpack.com",
"version": "6.0.0-alpha",
"version": "6.0.0",
"bugs": {
"url": "https://github.com/Automattic/jetpack/labels/[Plugin] Wpcomsh"
},
Expand Down
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

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

return ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ6_0_0_alpha::getLoader();
return ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ6_0_0::getLoader();
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-blaze/src/class-dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Dashboard {
*
* @var string
*/
const PACKAGE_VERSION = '0.25.3-alpha';
const PACKAGE_VERSION = '0.25.3';

/**
* List of dependencies needed to render the dashboard in wp-admin.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class Jetpack_Calypsoify {

const PACKAGE_VERSION = '0.2.0-alpha';
const PACKAGE_VERSION = '0.2.0';

/**
* Singleton instance of `Jetpack_Calypsoify`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class Main {

const PACKAGE_VERSION = '0.7.3-alpha';
const PACKAGE_VERSION = '0.7.3';

/**
* Modules to include.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '6.1.1-alpha';
const PACKAGE_VERSION = '6.1.1';

const PACKAGE_SLUG = 'connection';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
class GA_Manager {

const PACKAGE_VERSION = '0.3.0-alpha';
const PACKAGE_VERSION = '0.3.0';

/**
* Jetpack_Google_Analytics singleton instance.
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-jitm/src/class-jitm.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
class JITM {

const PACKAGE_VERSION = '4.0.2-alpha';
const PACKAGE_VERSION = '4.0.2';

/**
* The configuration method that is called from the jetpack-config package.
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-masterbar/src/class-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class Main {

const PACKAGE_VERSION = '0.10.2-alpha';
const PACKAGE_VERSION = '0.10.2';

/**
* Initializer.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Jetpack_Mu_Wpcom main class.
*/
class Jetpack_Mu_Wpcom {
const PACKAGE_VERSION = '6.0.0-alpha';
const PACKAGE_VERSION = '6.0.0';
const PKG_DIR = __DIR__ . '/../';
const BASE_DIR = __DIR__ . '/';
const BASE_FILE = __FILE__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Scheduled_Updates {
*
* @var string
*/
const PACKAGE_VERSION = '0.14.0-alpha';
const PACKAGE_VERSION = '0.14.0';

/**
* The cron event hook for the scheduled plugins update.
Expand Down
10 changes: 5 additions & 5 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ6_0_0_alpha
class ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ6_0_0
{
private static $loader;

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

require __DIR__ . '/platform_check.php';

spl_autoload_register(array('ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ6_0_0_alpha', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ6_0_0', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ6_0_0_alpha', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ6_0_0', 'loadClassLoader'));

require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ6_0_0_alpha::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ6_0_0::getInitializer($loader));

$loader->setClassMapAuthoritative(true);
$loader->register(true);

$filesToLoad = \Composer\Autoload\ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ6_0_0_alpha::$files;
$filesToLoad = \Composer\Autoload\ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ6_0_0::$files;
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ6_0_0_alpha
class ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ6_0_0
{
public static $files = array (
'3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/..' . '/automattic/jetpack-assets/actions.php',
Expand Down Expand Up @@ -414,9 +414,9 @@ class ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ6_0_0_alpha
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ6_0_0_alpha::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ6_0_0_alpha::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ6_0_0_alpha::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ6_0_0::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ6_0_0::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ6_0_0::$classMap;

}, null, ClassLoader::class);
}
Expand Down
Loading

0 comments on commit 4cc71fa

Please sign in to comment.