Skip to content

Commit 43eada5

Browse files
mmtrmatticbot
authored andcommitted
Updated package versions for automattic/wpcomsh
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10093227004 Upstream-Ref: Automattic/jetpack@021415a
1 parent 06a4c70 commit 43eada5

File tree

9 files changed

+503
-658
lines changed

9 files changed

+503
-658
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# Changelog
22

3-
## 5.0.1-alpha - unreleased
4-
5-
This is an alpha version! The changes listed here are not final.
6-
3+
## 5.0.1 - 2024-07-25
74
### Changed
8-
- WooCommerce Calypso Bridge version update to 2.5.5
5+
- WooCommerce Calypso Bridge version update to 2.5.5 [#38469]
96

107
## 5.0.0 - 2024-07-23
118
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"composer/installers": true,
123123
"roots/wordpress-core-installer": true
124124
},
125-
"autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_0_1_alpha"
125+
"autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_0_1"
126126
},
127127
"extra": {
128128
"mirror-repo": "Automattic/wpcom-site-helper",

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": "5.0.1-alpha",
6+
"version": "5.0.1",
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ⓥ5_0_1_alpha::getLoader();
25+
return ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_0_1::getLoader();

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ⓥ5_0_1_alpha
5+
class ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_0_1
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ⓥ5_0_1_alpha', 'loadClassLoader'), true, true);
27+
spl_autoload_register(array('ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_0_1', 'loadClassLoader'), true, true);
2828
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
29-
spl_autoload_unregister(array('ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_0_1_alpha', 'loadClassLoader'));
29+
spl_autoload_unregister(array('ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_0_1', 'loadClassLoader'));
3030

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

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

37-
$filesToLoad = \Composer\Autoload\ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_0_1_alpha::$files;
37+
$filesToLoad = \Composer\Autoload\ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_0_1::$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ⓥ5_0_1_alpha
7+
class ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_0_1
88
{
99
public static $files = array (
1010
'3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/..' . '/automattic/jetpack-assets/actions.php',
@@ -501,9 +501,9 @@ class ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_0_1_alpha
501501
public static function getInitializer(ClassLoader $loader)
502502
{
503503
return \Closure::bind(function () use ($loader) {
504-
$loader->prefixLengthsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_0_1_alpha::$prefixLengthsPsr4;
505-
$loader->prefixDirsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_0_1_alpha::$prefixDirsPsr4;
506-
$loader->classMap = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_0_1_alpha::$classMap;
504+
$loader->prefixLengthsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_0_1::$prefixLengthsPsr4;
505+
$loader->prefixDirsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_0_1::$prefixDirsPsr4;
506+
$loader->classMap = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_0_1::$classMap;
507507

508508
}, null, ClassLoader::class);
509509
}

0 commit comments

Comments
 (0)