From a44b51b2cb9d464781a7f90760064e72b226601b Mon Sep 17 00:00:00 2001 From: arthur791004 Date: Thu, 8 Aug 2024 18:30:17 +0800 Subject: [PATCH] Changelog and readme.txt edits. (#38776) --- projects/js-packages/script-data/CHANGELOG.md | 4 ++++ .../changelog/add-consolidate-initial-state | 4 ---- projects/js-packages/script-data/package.json | 2 +- projects/js-packages/webpack-config/CHANGELOG.md | 4 ++++ .../changelog/add-consolidate-initial-state | 4 ---- projects/js-packages/webpack-config/package.json | 2 +- projects/packages/assets/CHANGELOG.md | 5 +++++ .../changelog/add-consolidate-initial-state | 4 ---- .../packages/assets/src/class-script-data.php | 4 ++-- projects/packages/jetpack-mu-wpcom/CHANGELOG.md | 16 ++++++++++++++++ .../changelog/add-help-center-frontend | 4 ---- .../changelog/add-profile-link-towpcom | 4 ---- .../changelog/clean-calypso-locale-sync-files | 4 ---- .../changelog/fix-disabled-email-address | 4 ---- .../jetpack-mu-wpcom/changelog/mu-wpcom-coblocks | 4 ---- .../changelog/mu-wpcom-newspack-blocks | 4 ---- ...ve-wpcom-admin-interface-setting-field-gating | 4 ---- .../changelog/update-patch-profile-links | 4 ---- .../changelog/update-rt-launchpad | 5 ----- projects/packages/jetpack-mu-wpcom/package.json | 2 +- .../src/class-jetpack-mu-wpcom.php | 2 +- projects/packages/jitm/CHANGELOG.md | 5 +++++ .../jitm/changelog/fix-jitm-background-rtl | 4 ---- projects/packages/jitm/src/class-jitm.php | 2 +- projects/packages/sync/CHANGELOG.md | 5 +++++ .../changelog/fix-sync-remove-waf-class-usage | 4 ---- .../packages/sync/src/class-package-version.php | 2 +- .../packages/sync/src/modules/class-protect.php | 2 +- projects/plugins/wpcomsh/CHANGELOG.md | 8 ++++++++ .../changelog/add-consolidate-initial-state | 5 ----- .../wpcomsh/changelog/add-profile-link-towpcom | 5 ----- .../plugins/wpcomsh/changelog/mu-wpcom-coblocks | 5 ----- .../wpcomsh/changelog/mu-wpcom-newspack-blocks | 5 ----- .../wpcomsh/changelog/mu-wpcom-newspack-blocks#2 | 5 ----- .../wpcomsh/changelog/mu-wpcom-newspack-blocks#3 | 5 ----- .../wpcomsh/changelog/plan-name-change-i18n | 4 ---- .../update-sync-hpos-checksum-fields-to-consider | 5 ----- .../wpcomsh/changelog/update-wpcomsh-update-i18n | 4 ---- .../changelog/update-wpcomsh-update-translations | 4 ---- projects/plugins/wpcomsh/composer.json | 2 +- projects/plugins/wpcomsh/package.json | 2 +- projects/plugins/wpcomsh/wpcomsh.php | 4 ++-- 42 files changed, 60 insertions(+), 117 deletions(-) delete mode 100644 projects/js-packages/script-data/changelog/add-consolidate-initial-state delete mode 100644 projects/js-packages/webpack-config/changelog/add-consolidate-initial-state delete mode 100644 projects/packages/assets/changelog/add-consolidate-initial-state delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/add-help-center-frontend delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/add-profile-link-towpcom delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/clean-calypso-locale-sync-files delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/fix-disabled-email-address delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/mu-wpcom-coblocks delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/mu-wpcom-newspack-blocks delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/remove-wpcom-admin-interface-setting-field-gating delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/update-patch-profile-links delete mode 100644 projects/packages/jetpack-mu-wpcom/changelog/update-rt-launchpad delete mode 100644 projects/packages/jitm/changelog/fix-jitm-background-rtl delete mode 100644 projects/packages/sync/changelog/fix-sync-remove-waf-class-usage delete mode 100644 projects/plugins/wpcomsh/changelog/add-consolidate-initial-state delete mode 100644 projects/plugins/wpcomsh/changelog/add-profile-link-towpcom delete mode 100644 projects/plugins/wpcomsh/changelog/mu-wpcom-coblocks delete mode 100644 projects/plugins/wpcomsh/changelog/mu-wpcom-newspack-blocks delete mode 100644 projects/plugins/wpcomsh/changelog/mu-wpcom-newspack-blocks#2 delete mode 100644 projects/plugins/wpcomsh/changelog/mu-wpcom-newspack-blocks#3 delete mode 100644 projects/plugins/wpcomsh/changelog/plan-name-change-i18n delete mode 100644 projects/plugins/wpcomsh/changelog/update-sync-hpos-checksum-fields-to-consider delete mode 100644 projects/plugins/wpcomsh/changelog/update-wpcomsh-update-i18n delete mode 100644 projects/plugins/wpcomsh/changelog/update-wpcomsh-update-translations diff --git a/projects/js-packages/script-data/CHANGELOG.md b/projects/js-packages/script-data/CHANGELOG.md index 03a962f457f66..1cd4a8ab9bc42 100644 --- a/projects/js-packages/script-data/CHANGELOG.md +++ b/projects/js-packages/script-data/CHANGELOG.md @@ -4,3 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## 0.1.0 - 2024-08-08 +### Added +- Added jetpack-script-data package to consolidate the logic for Jetpack Initial state [#38430] diff --git a/projects/js-packages/script-data/changelog/add-consolidate-initial-state b/projects/js-packages/script-data/changelog/add-consolidate-initial-state deleted file mode 100644 index 3f32249189e3e..0000000000000 --- a/projects/js-packages/script-data/changelog/add-consolidate-initial-state +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Added jetpack-script-data package to consolidate the logic for Jetpack Initial state diff --git a/projects/js-packages/script-data/package.json b/projects/js-packages/script-data/package.json index 4ac99169506c8..acf7abcac4791 100644 --- a/projects/js-packages/script-data/package.json +++ b/projects/js-packages/script-data/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-script-data", - "version": "0.1.0-alpha", + "version": "0.1.0", "description": "A library to provide data for script handles and the corresponding utility functions for Jetpack.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/script-data/#readme", "bugs": { diff --git a/projects/js-packages/webpack-config/CHANGELOG.md b/projects/js-packages/webpack-config/CHANGELOG.md index 74a905137f5b8..d9885d65390f5 100644 --- a/projects/js-packages/webpack-config/CHANGELOG.md +++ b/projects/js-packages/webpack-config/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 3.3.0 - 2024-08-08 +### Added +- Added jetpack-initial-state package to consolidate the logic for Initial state [#38430] + ## 3.2.11 - 2024-07-24 ### Added - Pass default Babel options to I18nCheckWebpackPlugin if none are supplied, as we already do for TranspileRule. [#38482] diff --git a/projects/js-packages/webpack-config/changelog/add-consolidate-initial-state b/projects/js-packages/webpack-config/changelog/add-consolidate-initial-state deleted file mode 100644 index 6f421510aa313..0000000000000 --- a/projects/js-packages/webpack-config/changelog/add-consolidate-initial-state +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Added jetpack-initial-state package to consolidate the logic for Initial state diff --git a/projects/js-packages/webpack-config/package.json b/projects/js-packages/webpack-config/package.json index 320134eae4321..e3da32d9b3480 100644 --- a/projects/js-packages/webpack-config/package.json +++ b/projects/js-packages/webpack-config/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-webpack-config", - "version": "3.3.0-alpha", + "version": "3.3.0", "description": "Library of pieces for webpack config in Jetpack projects.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/webpack-config/#readme", "bugs": { diff --git a/projects/packages/assets/CHANGELOG.md b/projects/packages/assets/CHANGELOG.md index 1257c9a7d2f25..edb352e1682f0 100644 --- a/projects/packages/assets/CHANGELOG.md +++ b/projects/packages/assets/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.3.0] - 2024-08-08 +### Added +- Added jetpack-initial-state package to consolidate the logic for Initial state [#38430] + ## [2.2.0] - 2024-07-23 ### Added - Assets: Add JSX runtime polyfill `react-jsx-runtime` for WordPress < 6.6. [#38428] @@ -462,6 +466,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Statically access asset tools +[2.3.0]: https://github.com/Automattic/jetpack-assets/compare/v2.2.0...v2.3.0 [2.2.0]: https://github.com/Automattic/jetpack-assets/compare/v2.1.13...v2.2.0 [2.1.13]: https://github.com/Automattic/jetpack-assets/compare/v2.1.12...v2.1.13 [2.1.12]: https://github.com/Automattic/jetpack-assets/compare/v2.1.11...v2.1.12 diff --git a/projects/packages/assets/changelog/add-consolidate-initial-state b/projects/packages/assets/changelog/add-consolidate-initial-state deleted file mode 100644 index 6f421510aa313..0000000000000 --- a/projects/packages/assets/changelog/add-consolidate-initial-state +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Added jetpack-initial-state package to consolidate the logic for Initial state diff --git a/projects/packages/assets/src/class-script-data.php b/projects/packages/assets/src/class-script-data.php index 3f6df1de4dad3..2acc72c916388 100644 --- a/projects/packages/assets/src/class-script-data.php +++ b/projects/packages/assets/src/class-script-data.php @@ -123,7 +123,7 @@ protected static function get_admin_script_data() { * For example, the social (publicize) data is used only on Social admin page, Jetpack settings page and the post editor. * So, the social data should be added only on those pages. * - * @since $$next-version$$ + * @since 2.3.0 * * @param array $state The script data. */ @@ -149,7 +149,7 @@ protected static function get_public_script_data() { * * See the docs for `jetpack_admin_js_script_data` filter for more information. * - * @since $$next-version$$ + * @since 2.3.0 * * @param array $state The script data. */ diff --git a/projects/packages/jetpack-mu-wpcom/CHANGELOG.md b/projects/packages/jetpack-mu-wpcom/CHANGELOG.md index ad2c4e966f50c..e8b0a2b0d0430 100644 --- a/projects/packages/jetpack-mu-wpcom/CHANGELOG.md +++ b/projects/packages/jetpack-mu-wpcom/CHANGELOG.md @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [5.54.0] - 2024-08-08 +### Added +- MU WPCOM: Port enqueue_coblocks_gallery_scripts from the ETK [#38731] +- MU WPCOM: Port the newspack blocks from the ETK [#38724] +- Point Edit Profile link to wpcalypso.* [#38775] +- Show Help center in front end admin bar [#38651] +- Show links back to WordPress.com for them to manage their WordPress.com profile [#38638] + +### Changed +- Removed gating logic for wpcom_admin_interface_settings_field [#38774] +- WordPress.com Features: Remove unused files for Calypso Locale Bidirectional Sync [#38773] + +### Fixed +- Simple Classic: make Users -> Profile -> Email input readonly instead of disabled [#38752] + ## [5.53.1] - 2024-08-05 ### Changed - Internal updates. @@ -1101,6 +1116,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Testing initial package release. +[5.54.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.53.1...v5.54.0 [5.53.1]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.53.0...v5.53.1 [5.53.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.52.1...v5.53.0 [5.52.1]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.52.0...v5.52.1 diff --git a/projects/packages/jetpack-mu-wpcom/changelog/add-help-center-frontend b/projects/packages/jetpack-mu-wpcom/changelog/add-help-center-frontend deleted file mode 100644 index eed1a0cedfd0d..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/add-help-center-frontend +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Show Help center in front end admin bar diff --git a/projects/packages/jetpack-mu-wpcom/changelog/add-profile-link-towpcom b/projects/packages/jetpack-mu-wpcom/changelog/add-profile-link-towpcom deleted file mode 100644 index 3ca3f919731e3..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/add-profile-link-towpcom +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Show links back to WordPress.com for them to manage their WordPress.com profile diff --git a/projects/packages/jetpack-mu-wpcom/changelog/clean-calypso-locale-sync-files b/projects/packages/jetpack-mu-wpcom/changelog/clean-calypso-locale-sync-files deleted file mode 100644 index 100abbd55b0f2..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/clean-calypso-locale-sync-files +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -WordPress.com Features: Remove unused files for Calypso Locale Bidirectional Sync diff --git a/projects/packages/jetpack-mu-wpcom/changelog/fix-disabled-email-address b/projects/packages/jetpack-mu-wpcom/changelog/fix-disabled-email-address deleted file mode 100644 index c2091fe0b6bab..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/fix-disabled-email-address +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Simple Classic: make Users -> Profile -> Email input readonly instead of disabled diff --git a/projects/packages/jetpack-mu-wpcom/changelog/mu-wpcom-coblocks b/projects/packages/jetpack-mu-wpcom/changelog/mu-wpcom-coblocks deleted file mode 100644 index 64d2bae0483ab..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/mu-wpcom-coblocks +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -MU WPCOM: Port enqueue_coblocks_gallery_scripts from the ETK diff --git a/projects/packages/jetpack-mu-wpcom/changelog/mu-wpcom-newspack-blocks b/projects/packages/jetpack-mu-wpcom/changelog/mu-wpcom-newspack-blocks deleted file mode 100644 index 25e66796713d6..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/mu-wpcom-newspack-blocks +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -MU WPCOM: Port the newspack blocks from the ETK diff --git a/projects/packages/jetpack-mu-wpcom/changelog/remove-wpcom-admin-interface-setting-field-gating b/projects/packages/jetpack-mu-wpcom/changelog/remove-wpcom-admin-interface-setting-field-gating deleted file mode 100644 index 74ca458807ad8..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/remove-wpcom-admin-interface-setting-field-gating +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Removed gating logic for wpcom_admin_interface_settings_field diff --git a/projects/packages/jetpack-mu-wpcom/changelog/update-patch-profile-links b/projects/packages/jetpack-mu-wpcom/changelog/update-patch-profile-links deleted file mode 100644 index 3b745639e6b34..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/update-patch-profile-links +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Point Edit Profile link to wpcalypso.* diff --git a/projects/packages/jetpack-mu-wpcom/changelog/update-rt-launchpad b/projects/packages/jetpack-mu-wpcom/changelog/update-rt-launchpad deleted file mode 100644 index ce033044513b6..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/update-rt-launchpad +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Minor change to replace a launchpad task of the RT flow - - diff --git a/projects/packages/jetpack-mu-wpcom/package.json b/projects/packages/jetpack-mu-wpcom/package.json index d152c4c71ed3d..487ac43ea90ce 100644 --- a/projects/packages/jetpack-mu-wpcom/package.json +++ b/projects/packages/jetpack-mu-wpcom/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-mu-wpcom", - "version": "5.54.0-alpha", + "version": "5.54.0", "description": "Enhances your site with features powered by WordPress.com", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/jetpack-mu-wpcom/#readme", "bugs": { diff --git a/projects/packages/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php b/projects/packages/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php index 834edd40c1c8d..dcf9ad119bc81 100644 --- a/projects/packages/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php +++ b/projects/packages/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php @@ -13,7 +13,7 @@ * Jetpack_Mu_Wpcom main class. */ class Jetpack_Mu_Wpcom { - const PACKAGE_VERSION = '5.54.0-alpha'; + const PACKAGE_VERSION = '5.54.0'; const PKG_DIR = __DIR__ . '/../'; const BASE_DIR = __DIR__ . '/'; const BASE_FILE = __FILE__; diff --git a/projects/packages/jitm/CHANGELOG.md b/projects/packages/jitm/CHANGELOG.md index 8a8dd0a056ad4..46aeb546ab55d 100644 --- a/projects/packages/jitm/CHANGELOG.md +++ b/projects/packages/jitm/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.1.15] - 2024-08-08 +### Fixed +- JITM: Fix background for RTL languages. [#38706] + ## [3.1.14] - 2024-07-18 ### Changed - Update margins on jitms in my jetpack [#38283] @@ -735,6 +739,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update Jetpack to use new JITM package +[3.1.15]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.14...v3.1.15 [3.1.14]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.13...v3.1.14 [3.1.13]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.12...v3.1.13 [3.1.12]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.11...v3.1.12 diff --git a/projects/packages/jitm/changelog/fix-jitm-background-rtl b/projects/packages/jitm/changelog/fix-jitm-background-rtl deleted file mode 100644 index f8ef961c945a2..0000000000000 --- a/projects/packages/jitm/changelog/fix-jitm-background-rtl +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -JITM: Fix background for RTL languages. diff --git a/projects/packages/jitm/src/class-jitm.php b/projects/packages/jitm/src/class-jitm.php index 61ed9c6e722cb..02fbd82af4b65 100644 --- a/projects/packages/jitm/src/class-jitm.php +++ b/projects/packages/jitm/src/class-jitm.php @@ -20,7 +20,7 @@ */ class JITM { - const PACKAGE_VERSION = '3.1.15-alpha'; + const PACKAGE_VERSION = '3.1.15'; /** * The configuration method that is called from the jetpack-config package. diff --git a/projects/packages/sync/CHANGELOG.md b/projects/packages/sync/CHANGELOG.md index 2818131f4cddd..a0aeb80506330 100644 --- a/projects/packages/sync/CHANGELOG.md +++ b/projects/packages/sync/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.5.1] - 2024-08-08 +### Fixed +- Sync: Fix integration of Brute Force Login Protection [#38518] + ## [3.5.0] - 2024-08-06 ### Changed - Sync: Change fields for HPOS checksums [#38713] @@ -1227,6 +1231,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Packages: Move sync to a classmapped package +[3.5.1]: https://github.com/Automattic/jetpack-sync/compare/v3.5.0...v3.5.1 [3.5.0]: https://github.com/Automattic/jetpack-sync/compare/v3.4.1...v3.5.0 [3.4.1]: https://github.com/Automattic/jetpack-sync/compare/v3.4.0...v3.4.1 [3.4.0]: https://github.com/Automattic/jetpack-sync/compare/v3.3.1...v3.4.0 diff --git a/projects/packages/sync/changelog/fix-sync-remove-waf-class-usage b/projects/packages/sync/changelog/fix-sync-remove-waf-class-usage deleted file mode 100644 index 47e64706f6932..0000000000000 --- a/projects/packages/sync/changelog/fix-sync-remove-waf-class-usage +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Sync: Fix integration of Brute Force Login Protection diff --git a/projects/packages/sync/src/class-package-version.php b/projects/packages/sync/src/class-package-version.php index b5f158437e5c7..f65c8659412f6 100644 --- a/projects/packages/sync/src/class-package-version.php +++ b/projects/packages/sync/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '3.5.1-alpha'; + const PACKAGE_VERSION = '3.5.1'; const PACKAGE_SLUG = 'sync'; diff --git a/projects/packages/sync/src/modules/class-protect.php b/projects/packages/sync/src/modules/class-protect.php index 2db07463d0876..95e1efb1c5838 100644 --- a/projects/packages/sync/src/modules/class-protect.php +++ b/projects/packages/sync/src/modules/class-protect.php @@ -68,7 +68,7 @@ public function maybe_log_failed_login_attempt( $failed_attempt ) { * * Example: When Jetpack's Brute Force Login Protection is active, this filter will return false if the user is currently locked out. * - * @since $$next-version$$ + * @since 3.5.1 * * @package sync * diff --git a/projects/plugins/wpcomsh/CHANGELOG.md b/projects/plugins/wpcomsh/CHANGELOG.md index aa83d84cb6e0e..038a8d275caea 100644 --- a/projects/plugins/wpcomsh/CHANGELOG.md +++ b/projects/plugins/wpcomsh/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 5.3.0 - 2024-08-08 +### Changed +- Plan name change: Add translations [#38726] +- Update translation files [#38736] + +### Fixed +- Update wpcomsh POT file [#38728] + ## 5.2.1 - 2024-08-05 ### Changed - Internal updates. diff --git a/projects/plugins/wpcomsh/changelog/add-consolidate-initial-state b/projects/plugins/wpcomsh/changelog/add-consolidate-initial-state deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/wpcomsh/changelog/add-consolidate-initial-state +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/wpcomsh/changelog/add-profile-link-towpcom b/projects/plugins/wpcomsh/changelog/add-profile-link-towpcom deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/wpcomsh/changelog/add-profile-link-towpcom +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/wpcomsh/changelog/mu-wpcom-coblocks b/projects/plugins/wpcomsh/changelog/mu-wpcom-coblocks deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/wpcomsh/changelog/mu-wpcom-coblocks +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/wpcomsh/changelog/mu-wpcom-newspack-blocks b/projects/plugins/wpcomsh/changelog/mu-wpcom-newspack-blocks deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/wpcomsh/changelog/mu-wpcom-newspack-blocks +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/wpcomsh/changelog/mu-wpcom-newspack-blocks#2 b/projects/plugins/wpcomsh/changelog/mu-wpcom-newspack-blocks#2 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/wpcomsh/changelog/mu-wpcom-newspack-blocks#2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/wpcomsh/changelog/mu-wpcom-newspack-blocks#3 b/projects/plugins/wpcomsh/changelog/mu-wpcom-newspack-blocks#3 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/wpcomsh/changelog/mu-wpcom-newspack-blocks#3 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/wpcomsh/changelog/plan-name-change-i18n b/projects/plugins/wpcomsh/changelog/plan-name-change-i18n deleted file mode 100644 index 575fd81c77df6..0000000000000 --- a/projects/plugins/wpcomsh/changelog/plan-name-change-i18n +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Plan name change: Add translations diff --git a/projects/plugins/wpcomsh/changelog/update-sync-hpos-checksum-fields-to-consider b/projects/plugins/wpcomsh/changelog/update-sync-hpos-checksum-fields-to-consider deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/wpcomsh/changelog/update-sync-hpos-checksum-fields-to-consider +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/wpcomsh/changelog/update-wpcomsh-update-i18n b/projects/plugins/wpcomsh/changelog/update-wpcomsh-update-i18n deleted file mode 100644 index 10ad2edcd3a62..0000000000000 --- a/projects/plugins/wpcomsh/changelog/update-wpcomsh-update-i18n +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Update wpcomsh POT file diff --git a/projects/plugins/wpcomsh/changelog/update-wpcomsh-update-translations b/projects/plugins/wpcomsh/changelog/update-wpcomsh-update-translations deleted file mode 100644 index a887dd4cb2217..0000000000000 --- a/projects/plugins/wpcomsh/changelog/update-wpcomsh-update-translations +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update translation files diff --git a/projects/plugins/wpcomsh/composer.json b/projects/plugins/wpcomsh/composer.json index 70e8a85d11313..b85fe1f3a3f5d 100644 --- a/projects/plugins/wpcomsh/composer.json +++ b/projects/plugins/wpcomsh/composer.json @@ -128,7 +128,7 @@ "composer/installers": true, "roots/wordpress-core-installer": true }, - "autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_3_0_alpha" + "autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_3_0" }, "extra": { "mirror-repo": "Automattic/wpcom-site-helper", diff --git a/projects/plugins/wpcomsh/package.json b/projects/plugins/wpcomsh/package.json index 6cc369084d11b..aec62178a7ad3 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.3.0-alpha", + "version": "5.3.0", "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 61c2eb9c1865b..fa2227a0ec4be 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.3.0-alpha + * Version: 5.3.0 * Author: Automattic * Author URI: http://automattic.com/ * * @package wpcomsh */ -define( 'WPCOMSH_VERSION', '5.3.0-alpha' ); +define( 'WPCOMSH_VERSION', '5.3.0' ); // If true, Typekit fonts will be available in addition to Google fonts add_filter( 'jetpack_fonts_enable_typekit', '__return_true' );