Skip to content

Commit 5aac88f

Browse files
allilevinematticbot
authored andcommitted
Updated package versions for automattic/wpcomsh
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10527620811 Upstream-Ref: Automattic/jetpack@48fca8c
1 parent 895b595 commit 5aac88f

File tree

24 files changed

+612
-767
lines changed

24 files changed

+612
-767
lines changed

CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
# Changelog
22

3-
## 5.6.0-alpha - unreleased
4-
5-
This is an alpha version! The changes listed here are not final.
6-
3+
## 5.6.0 - 2024-08-23
74
### Added
8-
- Added social share status feature
5+
- Added social share status feature [#39023]
96

107
### Changed
11-
- SSO: Automatic logic for Calypso users of classic sites
12-
- Updated package dependencies.
8+
- SSO: Automatic logic for Calypso users of classic sites [#38996]
9+
- Updated package dependencies. [#39004]
1310

1411
## 5.5.0 - 2024-08-21
1512
### Changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"automattic/wc-calypso-bridge": "2.5.5",
1313
"wordpress/classic-editor-plugin": "1.5",
1414
"automattic/jetpack-config": "^2.0.4",
15-
"automattic/jetpack-post-list": "^0.6.3-alpha",
16-
"automattic/jetpack-mu-wpcom": "^5.58.0-alpha",
15+
"automattic/jetpack-post-list": "^0.6.3",
16+
"automattic/jetpack-mu-wpcom": "^5.58.0",
1717
"tubalmartin/cssmin": "^4.1"
1818
},
1919
"require-dev": {
@@ -120,7 +120,7 @@
120120
"composer/installers": true,
121121
"roots/wordpress-core-installer": true
122122
},
123-
"autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_6_0_alpha"
123+
"autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_6_0"
124124
},
125125
"extra": {
126126
"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.6.0-alpha",
6+
"version": "5.6.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ⓥ5_6_0_alpha::getLoader();
25+
return ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_6_0::getLoader();

vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
class Admin_Menu {
1515

16-
const PACKAGE_VERSION = '0.4.3-alpha';
16+
const PACKAGE_VERSION = '0.4.3';
1717

1818
/**
1919
* Whether this class has been initialized

vendor/automattic/jetpack-blaze/src/class-dashboard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Dashboard {
2121
*
2222
* @var string
2323
*/
24-
const PACKAGE_VERSION = '0.22.7-alpha';
24+
const PACKAGE_VERSION = '0.22.7';
2525

2626
/**
2727
* List of dependencies needed to render the dashboard in wp-admin.

vendor/automattic/jetpack-calypsoify/src/class-jetpack-calypsoify.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
class Jetpack_Calypsoify {
1717

18-
const PACKAGE_VERSION = '0.1.4-alpha';
18+
const PACKAGE_VERSION = '0.1.4';
1919

2020
/**
2121
* Singleton instance of `Jetpack_Calypsoify`.

vendor/automattic/jetpack-classic-theme-helper/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.5.2-alpha';
17+
const PACKAGE_VERSION = '0.5.2';
1818

1919
/**
2020
* Modules to include.

vendor/automattic/jetpack-connection/src/class-package-version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
class Package_Version {
1414

15-
const PACKAGE_VERSION = '2.12.4-alpha';
15+
const PACKAGE_VERSION = '2.12.4';
1616

1717
const PACKAGE_SLUG = 'connection';
1818

vendor/automattic/jetpack-google-analytics/src/class-ga-manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
class GA_Manager {
2020

21-
const PACKAGE_VERSION = '0.2.3-alpha';
21+
const PACKAGE_VERSION = '0.2.3';
2222

2323
/**
2424
* Jetpack_Google_Analytics singleton instance.

vendor/automattic/jetpack-ip/src/class-utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
class Utils {
1414

15-
const PACKAGE_VERSION = '0.2.3-alpha';
15+
const PACKAGE_VERSION = '0.2.3';
1616

1717
/**
1818
* Get the current user's IP address.

vendor/automattic/jetpack-jitm/src/class-jitm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
class JITM {
2222

23-
const PACKAGE_VERSION = '3.1.18-alpha';
23+
const PACKAGE_VERSION = '3.1.18';
2424

2525
/**
2626
* The configuration method that is called from the jetpack-config package.

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.8.0-alpha';
17+
const PACKAGE_VERSION = '0.8.0';
1818

1919
/**
2020
* Initializer.

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
@@ -15,7 +15,7 @@
1515
* Jetpack_Mu_Wpcom main class.
1616
*/
1717
class Jetpack_Mu_Wpcom {
18-
const PACKAGE_VERSION = '5.58.0-alpha';
18+
const PACKAGE_VERSION = '5.58.0';
1919
const PKG_DIR = __DIR__ . '/../';
2020
const BASE_DIR = __DIR__ . '/';
2121
const BASE_FILE = __FILE__;

vendor/automattic/jetpack-post-list/src/class-post-list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
class Post_List {
1717

18-
const PACKAGE_VERSION = '0.6.3-alpha';
18+
const PACKAGE_VERSION = '0.6.3';
1919
const FEATURE = 'enhanced_post_list';
2020

2121
/**

vendor/automattic/jetpack-stats-admin/src/class-main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Main {
2222
/**
2323
* Stats version.
2424
*/
25-
const VERSION = '0.21.1-alpha';
25+
const VERSION = '0.21.1';
2626

2727
/**
2828
* Singleton Main instance.

vendor/automattic/jetpack-stats/src/class-package-version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
class Package_Version {
1414

15-
const PACKAGE_VERSION = '0.13.1-alpha';
15+
const PACKAGE_VERSION = '0.13.1';
1616

1717
const PACKAGE_SLUG = 'stats';
1818

vendor/automattic/jetpack-sync/src/class-package-version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
class Package_Version {
1414

15-
const PACKAGE_VERSION = '3.7.1-alpha';
15+
const PACKAGE_VERSION = '3.7.1';
1616

1717
const PACKAGE_SLUG = 'sync';
1818

vendor/automattic/scheduled-updates/src/class-scheduled-updates.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Scheduled_Updates {
2020
*
2121
* @var string
2222
*/
23-
const PACKAGE_VERSION = '0.13.2-alpha';
23+
const PACKAGE_VERSION = '0.13.2';
2424

2525
/**
2626
* The cron event hook for the scheduled plugins update.

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

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

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

37-
$filesToLoad = \Composer\Autoload\ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_6_0_alpha::$files;
37+
$filesToLoad = \Composer\Autoload\ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_6_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ⓥ5_6_0_alpha
7+
class ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_6_0
88
{
99
public static $files = array (
1010
'3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/..' . '/automattic/jetpack-assets/actions.php',
@@ -517,9 +517,9 @@ class ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_6_0_alpha
517517
public static function getInitializer(ClassLoader $loader)
518518
{
519519
return \Closure::bind(function () use ($loader) {
520-
$loader->prefixLengthsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_6_0_alpha::$prefixLengthsPsr4;
521-
$loader->prefixDirsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_6_0_alpha::$prefixDirsPsr4;
522-
$loader->classMap = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_6_0_alpha::$classMap;
520+
$loader->prefixLengthsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_6_0::$prefixLengthsPsr4;
521+
$loader->prefixDirsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_6_0::$prefixDirsPsr4;
522+
$loader->classMap = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_6_0::$classMap;
523523

524524
}, null, ClassLoader::class);
525525
}

0 commit comments

Comments
 (0)