Skip to content

Commit adf7e9f

Browse files
zinigormatticbot
authored andcommitted
Updated package versions for automattic/wpcomsh
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9943911958 Upstream-Ref: Automattic/jetpack@4560b55
1 parent d3fb401 commit adf7e9f

File tree

14 files changed

+513
-668
lines changed

14 files changed

+513
-668
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-
## 3.28.0-alpha - unreleased
4-
5-
This is an alpha version! The changes listed here are not final.
6-
3+
## 3.28.0 - 2024-07-15
74
### Added
8-
- Added a check to hide the plugins banner for non-wpcom connected users.
9-
- WOA Post Transfer: Ensure that HPOS is enabled for WooCommerce sites.
5+
- Added a check to hide the plugins banner for non-wpcom connected users. [#38241]
6+
- WOA Post Transfer: Ensure that HPOS is enabled for WooCommerce sites. [#38119]
107

118
### Changed
12-
- WooCommerce Calypso Bridge: Update version to 2.5.3
9+
- WooCommerce Calypso Bridge: Update version to 2.5.3 [#38302]
1310

1411
## 3.27.3 - 2024-07-08
1512
### Added

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"wordpress/classic-editor-plugin": "1.5",
1414
"automattic/jetpack-config": "^2.0.4",
1515
"automattic/jetpack-post-list": "^0.6.2",
16-
"automattic/jetpack-mu-wpcom": "^5.44.0-alpha",
16+
"automattic/jetpack-mu-wpcom": "^5.44.0",
1717
"tubalmartin/cssmin": "^4.1"
1818
},
1919
"require-dev": {
@@ -123,7 +123,7 @@
123123
"composer/installers": true,
124124
"roots/wordpress-core-installer": true
125125
},
126-
"autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_28_0_alpha"
126+
"autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_28_0"
127127
},
128128
"extra": {
129129
"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": "3.28.0-alpha",
6+
"version": "3.28.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ⓥ3_28_0_alpha::getLoader();
25+
return ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_28_0::getLoader();

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

1919
/**
2020
* Modules to include.

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.3.1-alpha';
17+
const PACKAGE_VERSION = '0.3.1';
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
@@ -13,7 +13,7 @@
1313
* Jetpack_Mu_Wpcom main class.
1414
*/
1515
class Jetpack_Mu_Wpcom {
16-
const PACKAGE_VERSION = '5.44.0-alpha';
16+
const PACKAGE_VERSION = '5.44.0';
1717
const PKG_DIR = __DIR__ . '/../';
1818
const BASE_DIR = __DIR__ . '/';
1919
const BASE_FILE = __FILE__;

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.3.0-alpha';
15+
const PACKAGE_VERSION = '3.3.0';
1616

1717
const PACKAGE_SLUG = 'sync';
1818

vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ protected function enable_woocommerce_tables() {
886886
*
887887
* @see Automattic\Jetpack\SyncActions::initialize_woocommerce
888888
*
889-
* @since 3.3.0-alpha
889+
* @since 3.3.0
890890
*
891891
* @return bool
892892
*/
@@ -895,7 +895,7 @@ public static function enable_woocommerce_hpos_tables() {
895895
* On WordPress.com, we can't directly check if the site has support for WooCommerce HPOS tables.
896896
* Having the option to override the functionality here helps with syncing WooCommerce HPOS tables.
897897
*
898-
* @since 3.3.0-alpha
898+
* @since 3.3.0
899899
*
900900
* @param bool If we should we force-enable WooCommerce HPOS tables support.
901901
*/

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

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

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

37-
$filesToLoad = \Composer\Autoload\ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_28_0_alpha::$files;
37+
$filesToLoad = \Composer\Autoload\ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_28_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;

0 commit comments

Comments
 (0)