diff --git a/projects/plugins/wpcomsh/CHANGELOG.md b/projects/plugins/wpcomsh/CHANGELOG.md index 25944295d4453..bf119be69e61d 100644 --- a/projects/plugins/wpcomsh/CHANGELOG.md +++ b/projects/plugins/wpcomsh/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5.0.1 - 2024-07-25 +### Changed +- WooCommerce Calypso Bridge version update to 2.5.5 [#38469] + ## 5.0.0 - 2024-07-23 ### Added - Added new feature for social editor preview. [#38425] diff --git a/projects/plugins/wpcomsh/changelog/add-require-social-menu-classic-theme-helper-package b/projects/plugins/wpcomsh/changelog/add-require-social-menu-classic-theme-helper-package deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/wpcomsh/changelog/add-require-social-menu-classic-theme-helper-package +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/wpcomsh/changelog/add-require-social-menu-classic-theme-helper-package#2 b/projects/plugins/wpcomsh/changelog/add-require-social-menu-classic-theme-helper-package#2 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/wpcomsh/changelog/add-require-social-menu-classic-theme-helper-package#2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/wpcomsh/changelog/update-do-not-add-originsiteid b/projects/plugins/wpcomsh/changelog/update-do-not-add-originsiteid deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/wpcomsh/changelog/update-do-not-add-originsiteid +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/wpcomsh/changelog/update-wc-calypso-bridge-2.5.5 b/projects/plugins/wpcomsh/changelog/update-wc-calypso-bridge-2.5.5 deleted file mode 100644 index f6d2c65814938..0000000000000 --- a/projects/plugins/wpcomsh/changelog/update-wc-calypso-bridge-2.5.5 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -WooCommerce Calypso Bridge version update to 2.5.5 diff --git a/projects/plugins/wpcomsh/composer.json b/projects/plugins/wpcomsh/composer.json index acb63ee240362..d24c83b4e46b2 100644 --- a/projects/plugins/wpcomsh/composer.json +++ b/projects/plugins/wpcomsh/composer.json @@ -129,7 +129,7 @@ "composer/installers": true, "roots/wordpress-core-installer": true }, - "autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_0_1_alpha" + "autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_0_1" }, "extra": { "mirror-repo": "Automattic/wpcom-site-helper", diff --git a/projects/plugins/wpcomsh/package.json b/projects/plugins/wpcomsh/package.json index dc9ffb13f0b2f..ee6bb6bcab1ad 100644 --- a/projects/plugins/wpcomsh/package.json +++ b/projects/plugins/wpcomsh/package.json @@ -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": "5.0.1-alpha", + "version": "5.0.1", "bugs": { "url": "https://github.com/Automattic/jetpack/labels/[Plugin] Wpcomsh" }, diff --git a/projects/plugins/wpcomsh/wpcomsh.php b/projects/plugins/wpcomsh/wpcomsh.php index 2f6083c07a12f..297a03092f966 100644 --- a/projects/plugins/wpcomsh/wpcomsh.php +++ b/projects/plugins/wpcomsh/wpcomsh.php @@ -2,14 +2,14 @@ /** * Plugin Name: WordPress.com Site Helper * Description: A helper for connecting WordPress.com sites to external host infrastructure. - * Version: 5.0.1-alpha + * Version: 5.0.1 * Author: Automattic * Author URI: http://automattic.com/ * * @package wpcomsh */ -define( 'WPCOMSH_VERSION', '5.0.1-alpha' ); +define( 'WPCOMSH_VERSION', '5.0.1' ); // If true, Typekit fonts will be available in addition to Google fonts add_filter( 'jetpack_fonts_enable_typekit', '__return_true' );