Skip to content

Commit 3d58134

Browse files
zinigormatticbot
authored andcommitted
Updated package versions for automattic/wpcomsh
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9841937441 Upstream-Ref: Automattic/jetpack@3984270
1 parent cdd27ec commit 3d58134

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+534
-677
lines changed

CHANGELOG.md

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

3-
## 3.27.3-alpha - unreleased
4-
5-
This is an alpha version! The changes listed here are not final.
6-
3+
## 3.27.3 - 2024-07-08
74
### Added
8-
- Add post transfer woo express deactivate plugins, post process cache flush, and post clone set staging environment
5+
- Add post transfer woo express deactivate plugins, post process cache flush, and post clone set staging environment [#38183]
96

107
### Changed
11-
- Updated package dependencies.
12-
- Use wp-cli `success` function for messages
8+
- Updated package dependencies. [#38228]
9+
- Use wp-cli `success` function for messages [#38201]
1310

1411
### Fixed
15-
- Fix generate POT script to follow symlinks in vendor/* and update language files.
12+
- Fix generate POT script to follow symlinks in vendor/* and update language files. [#38153]
1613

1714
## 3.27.2 - 2024-07-01
1815
### Changed

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.43.0-alpha",
16+
"automattic/jetpack-mu-wpcom": "^5.43.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_27_3_alpha"
126+
"autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_27_3"
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.27.3-alpha",
6+
"version": "3.27.3",
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_27_3_alpha::getLoader();
25+
return ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ3_27_3::getLoader();

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.0-alpha';
24+
const PACKAGE_VERSION = '0.22.0';
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.2-alpha';
18+
const PACKAGE_VERSION = '0.1.2';
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.4.0-alpha';
17+
const PACKAGE_VERSION = '0.4.0';
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.0-alpha';
17+
const PACKAGE_VERSION = '0.3.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
@@ -13,7 +13,7 @@
1313
* Jetpack_Mu_Wpcom main class.
1414
*/
1515
class Jetpack_Mu_Wpcom {
16-
const PACKAGE_VERSION = '5.43.0-alpha';
16+
const PACKAGE_VERSION = '5.43.0';
1717
const PKG_DIR = __DIR__ . '/../';
1818
const BASE_DIR = __DIR__ . '/';
1919
const BASE_FILE = __FILE__;

vendor/automattic/jetpack-mu-wpcom/src/features/help-center/languages/ar-help-center.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)