diff --git a/projects/js-packages/boost-score-api/CHANGELOG.md b/projects/js-packages/boost-score-api/CHANGELOG.md index 96f0fdd2ea2be..a5f400840ce72 100644 --- a/projects/js-packages/boost-score-api/CHANGELOG.md +++ b/projects/js-packages/boost-score-api/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). +## [0.1.39] - 2024-09-05 +### Changed +- Internal updates. + ## [0.1.38] - 2024-09-05 ### Changed - Updated package dependencies. [#39176] @@ -167,6 +171,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Create package for the boost score bar API [#30781] +[0.1.39]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.38...v0.1.39 [0.1.38]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.37...v0.1.38 [0.1.37]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.36...v0.1.37 [0.1.36]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.35...v0.1.36 diff --git a/projects/js-packages/boost-score-api/changelog/remove-eslintrc-unneeded-parseroptions b/projects/js-packages/boost-score-api/changelog/remove-eslintrc-unneeded-parseroptions deleted file mode 100644 index e9871ae770e2f..0000000000000 --- a/projects/js-packages/boost-score-api/changelog/remove-eslintrc-unneeded-parseroptions +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: removed -Comment: Remove unneeded `parserOptions` from eslintrc. - - diff --git a/projects/js-packages/boost-score-api/package.json b/projects/js-packages/boost-score-api/package.json index ef32db11b8ced..5a5b54fe2abd3 100644 --- a/projects/js-packages/boost-score-api/package.json +++ b/projects/js-packages/boost-score-api/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-boost-score-api", - "version": "0.1.38", + "version": "0.1.39", "description": "A package to get the Jetpack Boost score of a site", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/boost-score-api/#readme", "bugs": { diff --git a/projects/js-packages/components/CHANGELOG.md b/projects/js-packages/components/CHANGELOG.md index cadbd0f2f21ae..20fb24f91f96f 100644 --- a/projects/js-packages/components/CHANGELOG.md +++ b/projects/js-packages/components/CHANGELOG.md @@ -2,6 +2,10 @@ ### This is a list detailing changes for the Jetpack RNA Components package releases. +## [0.55.13] - 2024-09-05 +### Changed +- Internal updates. + ## [0.55.12] - 2024-09-05 ### Changed - Updated package dependencies. [#39176] @@ -1148,6 +1152,7 @@ ### Changed - Update node version requirement to 14.16.1 +[0.55.13]: https://github.com/Automattic/jetpack-components/compare/0.55.12...0.55.13 [0.55.12]: https://github.com/Automattic/jetpack-components/compare/0.55.11...0.55.12 [0.55.11]: https://github.com/Automattic/jetpack-components/compare/0.55.10...0.55.11 [0.55.10]: https://github.com/Automattic/jetpack-components/compare/0.55.9...0.55.10 diff --git a/projects/js-packages/components/changelog/remove-eslintrc-unneeded-parseroptions b/projects/js-packages/components/changelog/remove-eslintrc-unneeded-parseroptions deleted file mode 100644 index e9871ae770e2f..0000000000000 --- a/projects/js-packages/components/changelog/remove-eslintrc-unneeded-parseroptions +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: removed -Comment: Remove unneeded `parserOptions` from eslintrc. - - diff --git a/projects/js-packages/components/package.json b/projects/js-packages/components/package.json index 7ab723a3d2236..c82b4c48e0536 100644 --- a/projects/js-packages/components/package.json +++ b/projects/js-packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-components", - "version": "0.55.12", + "version": "0.55.13", "description": "Jetpack Components Package", "author": "Automattic", "license": "GPL-2.0-or-later", diff --git a/projects/js-packages/connection/CHANGELOG.md b/projects/js-packages/connection/CHANGELOG.md index 1b774f272ff64..67c920f8cc584 100644 --- a/projects/js-packages/connection/CHANGELOG.md +++ b/projects/js-packages/connection/CHANGELOG.md @@ -2,6 +2,10 @@ ### This is a list detailing changes for the Jetpack RNA Connection Component releases. +## [0.35.5] - 2024-09-05 +### Changed +- Internal updates. + ## [0.35.4] - 2024-09-05 ### Changed - Updated package dependencies. [#39176] @@ -835,6 +839,7 @@ - `Main` and `ConnectUser` components added. - `JetpackRestApiClient` API client added. +[0.35.5]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.4...v0.35.5 [0.35.4]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.3...v0.35.4 [0.35.3]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.2...v0.35.3 [0.35.2]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.1...v0.35.2 diff --git a/projects/js-packages/connection/changelog/remove-eslintrc-unneeded-parseroptions b/projects/js-packages/connection/changelog/remove-eslintrc-unneeded-parseroptions deleted file mode 100644 index e9871ae770e2f..0000000000000 --- a/projects/js-packages/connection/changelog/remove-eslintrc-unneeded-parseroptions +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: removed -Comment: Remove unneeded `parserOptions` from eslintrc. - - diff --git a/projects/js-packages/connection/package.json b/projects/js-packages/connection/package.json index f0d25899b975e..1c23fb7ce0b1d 100644 --- a/projects/js-packages/connection/package.json +++ b/projects/js-packages/connection/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-connection", - "version": "0.35.4", + "version": "0.35.5", "description": "Jetpack Connection Component", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme", "bugs": { diff --git a/projects/js-packages/idc/CHANGELOG.md b/projects/js-packages/idc/CHANGELOG.md index 644a5739cdb48..e20b005abb83e 100644 --- a/projects/js-packages/idc/CHANGELOG.md +++ b/projects/js-packages/idc/CHANGELOG.md @@ -2,6 +2,10 @@ ### This is a list detailing changes for the Jetpack RNA IDC package releases. +## 0.11.11 - 2024-09-05 +### Changed +- Internal updates. + ## 0.11.10 - 2024-09-05 ### Changed - Updated package dependencies. [#39176] diff --git a/projects/js-packages/idc/changelog/remove-eslintrc-unneeded-parseroptions b/projects/js-packages/idc/changelog/remove-eslintrc-unneeded-parseroptions deleted file mode 100644 index e9871ae770e2f..0000000000000 --- a/projects/js-packages/idc/changelog/remove-eslintrc-unneeded-parseroptions +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: removed -Comment: Remove unneeded `parserOptions` from eslintrc. - - diff --git a/projects/js-packages/idc/package.json b/projects/js-packages/idc/package.json index 6ed942f721137..c4569c7581b93 100644 --- a/projects/js-packages/idc/package.json +++ b/projects/js-packages/idc/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-idc", - "version": "0.11.10", + "version": "0.11.11", "description": "Jetpack Connection Component", "author": "Automattic", "license": "GPL-2.0-or-later", diff --git a/projects/js-packages/licensing/CHANGELOG.md b/projects/js-packages/licensing/CHANGELOG.md index e0f066e00ed6a..dc78e0a623c71 100644 --- a/projects/js-packages/licensing/CHANGELOG.md +++ b/projects/js-packages/licensing/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). +## 0.12.28 - 2024-09-05 +### Changed +- Internal updates. + ## 0.12.27 - 2024-09-05 ### Changed - Adds a conditional Protect redirect post scan license activation [#39007] diff --git a/projects/js-packages/licensing/changelog/remove-eslintrc-unneeded-parseroptions b/projects/js-packages/licensing/changelog/remove-eslintrc-unneeded-parseroptions deleted file mode 100644 index e9871ae770e2f..0000000000000 --- a/projects/js-packages/licensing/changelog/remove-eslintrc-unneeded-parseroptions +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: removed -Comment: Remove unneeded `parserOptions` from eslintrc. - - diff --git a/projects/js-packages/licensing/package.json b/projects/js-packages/licensing/package.json index da0d87b44e2d4..1f03ee5aec7e9 100644 --- a/projects/js-packages/licensing/package.json +++ b/projects/js-packages/licensing/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-licensing", - "version": "0.12.27", + "version": "0.12.28", "description": "Jetpack licensing flow", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/licensing/#readme", "bugs": { diff --git a/projects/js-packages/shared-extension-utils/CHANGELOG.md b/projects/js-packages/shared-extension-utils/CHANGELOG.md index e61cf1555eb87..8f4efce309326 100644 --- a/projects/js-packages/shared-extension-utils/CHANGELOG.md +++ b/projects/js-packages/shared-extension-utils/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). +## [0.15.7] - 2024-09-05 +### Changed +- Internal updates. + ## [0.15.6] - 2024-09-05 ### Changed - Updated package dependencies. [#39176] @@ -440,6 +444,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Core: prepare utility for release +[0.15.7]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.6...0.15.7 [0.15.6]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.5...0.15.6 [0.15.5]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.4...0.15.5 [0.15.4]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.3...0.15.4 diff --git a/projects/js-packages/shared-extension-utils/changelog/remove-eslintrc-unneeded-parseroptions b/projects/js-packages/shared-extension-utils/changelog/remove-eslintrc-unneeded-parseroptions deleted file mode 100644 index e9871ae770e2f..0000000000000 --- a/projects/js-packages/shared-extension-utils/changelog/remove-eslintrc-unneeded-parseroptions +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: removed -Comment: Remove unneeded `parserOptions` from eslintrc. - - diff --git a/projects/js-packages/shared-extension-utils/package.json b/projects/js-packages/shared-extension-utils/package.json index 27d772a334127..71667ae36ea7a 100644 --- a/projects/js-packages/shared-extension-utils/package.json +++ b/projects/js-packages/shared-extension-utils/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-shared-extension-utils", - "version": "0.15.6", + "version": "0.15.7", "description": "Utility functions used by the block editor extensions", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/shared-extension-utils/#readme", "bugs": { diff --git a/projects/js-packages/social-logos/CHANGELOG.md b/projects/js-packages/social-logos/CHANGELOG.md index 16049d165c89c..bff69d8b1aa8d 100644 --- a/projects/js-packages/social-logos/CHANGELOG.md +++ b/projects/js-packages/social-logos/CHANGELOG.md @@ -1,3 +1,7 @@ +## [3.1.8] - 2024-09-05 +### Fixed +- Address React usage issues found by eslint in example.tsx. [#39214] + ## [3.1.7] - 2024-08-23 ### Changed - Internal updates. @@ -149,6 +153,7 @@ - Build: Refactored (aligned build system with Gridicons). +[3.1.8]: https://github.com/Automattic/social-logos/compare/v3.1.7...v3.1.8 [3.1.7]: https://github.com/Automattic/social-logos/compare/v3.1.6...v3.1.7 [3.1.6]: https://github.com/Automattic/social-logos/compare/v3.1.5...v3.1.6 [3.1.5]: https://github.com/Automattic/social-logos/compare/v3.1.4...v3.1.5 diff --git a/projects/js-packages/social-logos/changelog/add-structure-lint-eslint-react b/projects/js-packages/social-logos/changelog/add-structure-lint-eslint-react deleted file mode 100644 index 839576fa9c235..0000000000000 --- a/projects/js-packages/social-logos/changelog/add-structure-lint-eslint-react +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Address React usage issues found by eslint in example.tsx. diff --git a/projects/js-packages/social-logos/package.json b/projects/js-packages/social-logos/package.json index 0393fd816828e..889396052a556 100644 --- a/projects/js-packages/social-logos/package.json +++ b/projects/js-packages/social-logos/package.json @@ -1,6 +1,6 @@ { "name": "social-logos", - "version": "3.1.7", + "version": "3.1.8", "description": "A repository of all the social logos used on WordPress.com.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/social-logos/", "bugs": { diff --git a/projects/packages/assets/CHANGELOG.md b/projects/packages/assets/CHANGELOG.md index f7be5f6c108e7..2a0750246efa5 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.7] - 2024-09-05 +### Changed +- Internal updates. + ## [2.3.6] - 2024-09-05 ### Changed - Updated package dependencies. [#39176] @@ -493,6 +497,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Statically access asset tools +[2.3.7]: https://github.com/Automattic/jetpack-assets/compare/v2.3.6...v2.3.7 [2.3.6]: https://github.com/Automattic/jetpack-assets/compare/v2.3.5...v2.3.6 [2.3.5]: https://github.com/Automattic/jetpack-assets/compare/v2.3.4...v2.3.5 [2.3.4]: https://github.com/Automattic/jetpack-assets/compare/v2.3.3...v2.3.4 diff --git a/projects/packages/assets/changelog/add-structure-lint-eslint-react b/projects/packages/assets/changelog/add-structure-lint-eslint-react deleted file mode 100644 index 19f7194325ec8..0000000000000 --- a/projects/packages/assets/changelog/add-structure-lint-eslint-react +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: added -Comment: Enable `jetpack-js-tools/eslintrc/react` eslint ruleset. - - diff --git a/projects/packages/backup/CHANGELOG.md b/projects/packages/backup/CHANGELOG.md index 75f6979a05b6b..e609236dade1c 100644 --- a/projects/packages/backup/CHANGELOG.md +++ b/projects/packages/backup/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.4.7] - 2024-09-05 +### Changed +- Updated package dependencies. [#39176] + ## [3.4.6] - 2024-09-02 ### Changed - Admin menu: change order of Jetpack sub-menu items [#39095] @@ -681,6 +685,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add API endpoints and Jetpack Backup package for managing Help… +[3.4.7]: https://github.com/Automattic/jetpack-backup/compare/v3.4.6...v3.4.7 [3.4.6]: https://github.com/Automattic/jetpack-backup/compare/v3.4.5...v3.4.6 [3.4.5]: https://github.com/Automattic/jetpack-backup/compare/v3.4.4...v3.4.5 [3.4.4]: https://github.com/Automattic/jetpack-backup/compare/v3.4.3...v3.4.4 diff --git a/projects/packages/backup/changelog/remove-eslintrc-unneeded-parseroptions b/projects/packages/backup/changelog/remove-eslintrc-unneeded-parseroptions deleted file mode 100644 index e9871ae770e2f..0000000000000 --- a/projects/packages/backup/changelog/remove-eslintrc-unneeded-parseroptions +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: removed -Comment: Remove unneeded `parserOptions` from eslintrc. - - diff --git a/projects/packages/backup/changelog/renovate-wordpress-monorepo b/projects/packages/backup/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/backup/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/backup/src/class-package-version.php b/projects/packages/backup/src/class-package-version.php index fc3f466384776..46939ecaa7e0d 100644 --- a/projects/packages/backup/src/class-package-version.php +++ b/projects/packages/backup/src/class-package-version.php @@ -16,7 +16,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '3.4.6'; + const PACKAGE_VERSION = '3.4.7'; const PACKAGE_SLUG = 'backup'; diff --git a/projects/packages/boost-core/CHANGELOG.md b/projects/packages/boost-core/CHANGELOG.md index 361350c30c661..7331a4f32db14 100644 --- a/projects/packages/boost-core/CHANGELOG.md +++ b/projects/packages/boost-core/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). +## [0.2.11] - 2024-09-05 +### Changed +- Update dependencies. + ## [0.2.10] - 2024-09-05 ### Changed - Update dependencies. @@ -69,6 +73,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Introduce new package. [#31163] +[0.2.11]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.10...v0.2.11 [0.2.10]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.9...v0.2.10 [0.2.9]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.8...v0.2.9 [0.2.8]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.7...v0.2.8 diff --git a/projects/packages/boost-core/package.json b/projects/packages/boost-core/package.json index ef5ab8ddcaf03..1d8536181c441 100644 --- a/projects/packages/boost-core/package.json +++ b/projects/packages/boost-core/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-boost-core", - "version": "0.2.10", + "version": "0.2.11", "description": "Core functionality for boost and relevant packages to depend on", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/boost-core/#readme", "bugs": { diff --git a/projects/packages/connection/CHANGELOG.md b/projects/packages/connection/CHANGELOG.md index 2800724f10657..c44fc4fa14101 100644 --- a/projects/packages/connection/CHANGELOG.md +++ b/projects/packages/connection/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). +## [4.0.0] - 2024-09-05 +### Deprecated +- Deprecated Jetpack Onboarding system. [#39229] + ## [3.0.0] - 2024-09-05 ### Changed - Jetpack Connection: Restrict handling verified errors on admin pages only [#39233] @@ -1179,6 +1183,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Separate the connection library into its own package. +[4.0.0]: https://github.com/Automattic/jetpack-connection/compare/v3.0.0...v4.0.0 [3.0.0]: https://github.com/Automattic/jetpack-connection/compare/v2.12.5...v3.0.0 [2.12.5]: https://github.com/Automattic/jetpack-connection/compare/v2.12.4...v2.12.5 [2.12.4]: https://github.com/Automattic/jetpack-connection/compare/v2.12.3...v2.12.4 diff --git a/projects/packages/connection/changelog/add-structure-lint-eslint-react b/projects/packages/connection/changelog/add-structure-lint-eslint-react deleted file mode 100644 index 19f7194325ec8..0000000000000 --- a/projects/packages/connection/changelog/add-structure-lint-eslint-react +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: added -Comment: Enable `jetpack-js-tools/eslintrc/react` eslint ruleset. - - diff --git a/projects/packages/connection/changelog/update-remove-jpo b/projects/packages/connection/changelog/update-remove-jpo deleted file mode 100644 index 84852b4ab8d2e..0000000000000 --- a/projects/packages/connection/changelog/update-remove-jpo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: deprecated - -Deprecated Jetpack Onboarding system diff --git a/projects/packages/connection/composer.json b/projects/packages/connection/composer.json index b94a49af7603d..e823cf4154bd7 100644 --- a/projects/packages/connection/composer.json +++ b/projects/packages/connection/composer.json @@ -73,7 +73,7 @@ "link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.0.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/packages/connection/src/class-package-version.php b/projects/packages/connection/src/class-package-version.php index 844919b87ac9b..acf427cd2d956 100644 --- a/projects/packages/connection/src/class-package-version.php +++ b/projects/packages/connection/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '3.0.0'; + const PACKAGE_VERSION = '4.0.0'; const PACKAGE_SLUG = 'connection'; diff --git a/projects/packages/explat/CHANGELOG.md b/projects/packages/explat/CHANGELOG.md index 86f1b9e1cfc0a..4fd0cbdb3eb99 100644 --- a/projects/packages/explat/CHANGELOG.md +++ b/projects/packages/explat/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). +## [0.1.7] - 2024-09-05 +### Changed +- Update dependencies. + ## [0.1.6] - 2024-09-05 ### Changed - Updated package dependencies. [#39176] @@ -39,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ExPlat: add condition to prevent fetching the experiment assignment if there's not anon id (meaning that Tracks is likely disabled) [#38327] - Updated package dependencies. [#38132] +[0.1.7]: https://github.com/Automattic/jetpack-explat/compare/v0.1.6...v0.1.7 [0.1.6]: https://github.com/Automattic/jetpack-explat/compare/v0.1.5...v0.1.6 [0.1.5]: https://github.com/Automattic/jetpack-explat/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/Automattic/jetpack-explat/compare/v0.1.3...v0.1.4 diff --git a/projects/packages/explat/package.json b/projects/packages/explat/package.json index d0da6ba3406f8..62884a6fec615 100644 --- a/projects/packages/explat/package.json +++ b/projects/packages/explat/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-explat", - "version": "0.1.6", + "version": "0.1.7", "description": "A package for running A/B tests on the Experimentation Platform (ExPlat) in the plugin.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/explat/#readme", "bugs": { diff --git a/projects/packages/explat/src/class-explat.php b/projects/packages/explat/src/class-explat.php index 19206d223e036..39ee3f9b00de5 100644 --- a/projects/packages/explat/src/class-explat.php +++ b/projects/packages/explat/src/class-explat.php @@ -20,7 +20,7 @@ class ExPlat { * * @var string */ - const PACKAGE_VERSION = '0.1.6'; + const PACKAGE_VERSION = '0.1.7'; /** * Initializer. diff --git a/projects/packages/stats/changelog/force-a-release b/projects/packages/google-analytics/changelog/force-a-release similarity index 100% rename from projects/packages/stats/changelog/force-a-release rename to projects/packages/google-analytics/changelog/force-a-release diff --git a/projects/plugins/backup/changelog/update-my-jetpack-protect-card-waf-dependency b/projects/packages/image-cdn/changelog/force-a-release similarity index 57% rename from projects/plugins/backup/changelog/update-my-jetpack-protect-card-waf-dependency rename to projects/packages/image-cdn/changelog/force-a-release index 59c80f69574e5..d4ad6c7cc3379 100644 --- a/projects/plugins/backup/changelog/update-my-jetpack-protect-card-waf-dependency +++ b/projects/packages/image-cdn/changelog/force-a-release @@ -1,4 +1,4 @@ Significance: patch Type: changed -Update composer lock file +Update dependencies. diff --git a/projects/packages/jitm/CHANGELOG.md b/projects/packages/jitm/CHANGELOG.md index 3479744df33e8..d8c3bdc2c1866 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.21] - 2024-09-05 +### Changed +- Update dependencies. + ## [3.1.20] - 2024-09-05 ### Changed - Updated package dependencies. [#39176] @@ -759,6 +763,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update Jetpack to use new JITM package +[3.1.21]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.20...v3.1.21 [3.1.20]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.19...v3.1.20 [3.1.19]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.18...v3.1.19 [3.1.18]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.17...v3.1.18 diff --git a/projects/packages/jitm/src/class-jitm.php b/projects/packages/jitm/src/class-jitm.php index 1b4f199547cfd..802cce7d1a976 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.20'; + const PACKAGE_VERSION = '3.1.21'; /** * The configuration method that is called from the jetpack-config package. diff --git a/projects/packages/licensing/CHANGELOG.md b/projects/packages/licensing/CHANGELOG.md index e03446675f7a1..9722b347a1efe 100644 --- a/projects/packages/licensing/CHANGELOG.md +++ b/projects/packages/licensing/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.0.9] - 2024-09-05 +### Changed +- Update dependencies. + ## [2.0.8] - 2024-09-05 ### Changed - Update dependencies. @@ -284,6 +288,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Licensing: Add support for Jetpack licenses +[2.0.9]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.8...v2.0.9 [2.0.8]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.7...v2.0.8 [2.0.7]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.6...v2.0.7 [2.0.6]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.5...v2.0.6 diff --git a/projects/packages/my-jetpack/CHANGELOG.md b/projects/packages/my-jetpack/CHANGELOG.md index ece2177b68c73..3aeb2efb4595d 100644 --- a/projects/packages/my-jetpack/CHANGELOG.md +++ b/projects/packages/my-jetpack/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). +## [4.35.1] - 2024-09-05 +### Changed +- Internal updates. + ## [4.35.0] - 2024-09-05 ### Added - My Jetpack: add support for feature-specific handling to product interstitials. [#38661] @@ -1698,6 +1702,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created package +[4.35.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.0...4.35.1 [4.35.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.34.0...4.35.0 [4.34.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.33.1...4.34.0 [4.33.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.33.0...4.33.1 diff --git a/projects/packages/my-jetpack/changelog/remove-eslintrc-unneeded-parseroptions b/projects/packages/my-jetpack/changelog/remove-eslintrc-unneeded-parseroptions deleted file mode 100644 index e9871ae770e2f..0000000000000 --- a/projects/packages/my-jetpack/changelog/remove-eslintrc-unneeded-parseroptions +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: removed -Comment: Remove unneeded `parserOptions` from eslintrc. - - diff --git a/projects/packages/my-jetpack/package.json b/projects/packages/my-jetpack/package.json index 44642d83bcbc1..b43ddc5181d7e 100644 --- a/projects/packages/my-jetpack/package.json +++ b/projects/packages/my-jetpack/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-my-jetpack", - "version": "4.35.0", + "version": "4.35.1", "description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/my-jetpack/#readme", "bugs": { diff --git a/projects/packages/my-jetpack/src/class-initializer.php b/projects/packages/my-jetpack/src/class-initializer.php index d10f16207cd57..31859382c9baf 100644 --- a/projects/packages/my-jetpack/src/class-initializer.php +++ b/projects/packages/my-jetpack/src/class-initializer.php @@ -42,7 +42,7 @@ class Initializer { * * @var string */ - const PACKAGE_VERSION = '4.35.0'; + const PACKAGE_VERSION = '4.35.1'; /** * HTML container ID for the IDC screen on My Jetpack page. diff --git a/projects/packages/plans/CHANGELOG.md b/projects/packages/plans/CHANGELOG.md index c9d4288e326af..248f0a1771f02 100644 --- a/projects/packages/plans/CHANGELOG.md +++ b/projects/packages/plans/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). +## [0.4.10] - 2024-09-05 +### Changed +- Update dependencies. + ## [0.4.9] - 2024-09-05 ### Changed - Update dependencies. @@ -146,6 +150,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated - Moved the options class into Connection. [#24095] +[0.4.10]: https://github.com/Automattic/jetpack-plans/compare/v0.4.9...v0.4.10 [0.4.9]: https://github.com/Automattic/jetpack-plans/compare/v0.4.8...v0.4.9 [0.4.8]: https://github.com/Automattic/jetpack-plans/compare/v0.4.7...v0.4.8 [0.4.7]: https://github.com/Automattic/jetpack-plans/compare/v0.4.6...v0.4.7 diff --git a/projects/packages/plans/package.json b/projects/packages/plans/package.json index 4c8113ec98dc5..d29088458c064 100644 --- a/projects/packages/plans/package.json +++ b/projects/packages/plans/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-plans", - "version": "0.4.9", + "version": "0.4.10", "description": "Fetch information about Jetpack Plans from wpcom", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/plans/#readme", "bugs": { diff --git a/projects/packages/plugins-installer/CHANGELOG.md b/projects/packages/plugins-installer/CHANGELOG.md index e36de6fe51a36..0ea536bbc3125 100644 --- a/projects/packages/plugins-installer/CHANGELOG.md +++ b/projects/packages/plugins-installer/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). +## [0.4.3] - 2024-09-05 +### Changed +- Update dependencies. + ## [0.4.2] - 2024-08-26 ### Changed - Updated package dependencies. [#39004] @@ -94,6 +98,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix method logic +[0.4.3]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.4.2...v0.4.3 [0.4.2]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.3.5...v0.4.0 diff --git a/projects/packages/protect-status/CHANGELOG.md b/projects/packages/protect-status/CHANGELOG.md index 1d3b499173ae3..277db26f84e78 100644 --- a/projects/packages/protect-status/CHANGELOG.md +++ b/projects/packages/protect-status/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). +## [0.1.5] - 2024-09-05 +### Changed +- Update dependencies. + ## [0.1.4] - 2024-09-05 ### Changed - Update dependencies. @@ -28,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#37894] +[0.1.5]: https://github.com/Automattic/jetpack-protect-status/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/Automattic/jetpack-protect-status/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/Automattic/jetpack-protect-status/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/Automattic/jetpack-protect-status/compare/v0.1.1...v0.1.2 diff --git a/projects/packages/protect-status/package.json b/projects/packages/protect-status/package.json index ba443b4917372..d58a672ce8896 100644 --- a/projects/packages/protect-status/package.json +++ b/projects/packages/protect-status/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-protect-status", - "version": "0.1.4", + "version": "0.1.5", "description": "This package contains the Protect Status API functionality to retrieve a site's scan status (WordPress, Themes, and Plugins threats).", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/protect-status/#readme", "bugs": { diff --git a/projects/packages/protect-status/src/class-status.php b/projects/packages/protect-status/src/class-status.php index 789080b4fed20..184f546cb0264 100644 --- a/projects/packages/protect-status/src/class-status.php +++ b/projects/packages/protect-status/src/class-status.php @@ -15,7 +15,7 @@ */ class Status { - const PACKAGE_VERSION = '0.1.4'; + const PACKAGE_VERSION = '0.1.5'; /** * Name of the option where status is stored * diff --git a/projects/packages/redirect/CHANGELOG.md b/projects/packages/redirect/CHANGELOG.md index bfbc04631fb50..27729362595ca 100644 --- a/projects/packages/redirect/CHANGELOG.md +++ b/projects/packages/redirect/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.0.4] - 2024-09-05 +### Changed +- Update dependencies. + ## [2.0.3] - 2024-08-23 ### Changed - Updated package dependencies. [#39004] @@ -205,6 +209,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Create Jetpack Redirect package +[2.0.4]: https://github.com/Automattic/jetpack-redirect/compare/v2.0.3...v2.0.4 [2.0.3]: https://github.com/Automattic/jetpack-redirect/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/Automattic/jetpack-redirect/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/Automattic/jetpack-redirect/compare/v2.0.0...v2.0.1 diff --git a/projects/packages/search/CHANGELOG.md b/projects/packages/search/CHANGELOG.md index 4cfe6cf4d9b2d..c44669e7a6698 100644 --- a/projects/packages/search/CHANGELOG.md +++ b/projects/packages/search/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). +## [0.45.1] - 2024-09-05 +### Changed +- Updated package dependencies. [#39176] + ## [0.45.0] - 2024-09-02 ### Added - Search: allow customizing highlighted fields [#39053] @@ -1022,6 +1026,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. - Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't. +[0.45.1]: https://github.com/Automattic/jetpack-search/compare/v0.45.0...v0.45.1 [0.45.0]: https://github.com/Automattic/jetpack-search/compare/v0.44.17...v0.45.0 [0.44.17]: https://github.com/Automattic/jetpack-search/compare/v0.44.16...v0.44.17 [0.44.16]: https://github.com/Automattic/jetpack-search/compare/v0.44.15...v0.44.16 diff --git a/projects/packages/search/changelog/remove-eslintrc-unneeded-parseroptions b/projects/packages/search/changelog/remove-eslintrc-unneeded-parseroptions deleted file mode 100644 index e9871ae770e2f..0000000000000 --- a/projects/packages/search/changelog/remove-eslintrc-unneeded-parseroptions +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: removed -Comment: Remove unneeded `parserOptions` from eslintrc. - - diff --git a/projects/packages/search/changelog/renovate-wordpress-monorepo b/projects/packages/search/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/search/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/search/package.json b/projects/packages/search/package.json index 0ed4d224cf277..c39028aa09d25 100644 --- a/projects/packages/search/package.json +++ b/projects/packages/search/package.json @@ -1,6 +1,6 @@ { "name": "jetpack-search", - "version": "0.45.0", + "version": "0.45.1", "description": "Package for Jetpack Search products", "main": "main.js", "directories": { diff --git a/projects/packages/search/src/class-package.php b/projects/packages/search/src/class-package.php index 442e9c0faf265..0e1acf564070a 100644 --- a/projects/packages/search/src/class-package.php +++ b/projects/packages/search/src/class-package.php @@ -11,7 +11,7 @@ * Search package general information */ class Package { - const VERSION = '0.45.0'; + const VERSION = '0.45.1'; const SLUG = 'search'; /** diff --git a/projects/packages/stats/CHANGELOG.md b/projects/packages/stats/CHANGELOG.md index a8301159a65fb..7447e45146c52 100644 --- a/projects/packages/stats/CHANGELOG.md +++ b/projects/packages/stats/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). +## [0.13.2] - 2024-09-05 +### Changed +- Update dependencies. [#39253] + ## [0.13.1] - 2024-08-23 ### Changed - Updated package dependencies. [#39004] @@ -178,6 +182,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixing static method which was called without self reference. [#26640] +[0.13.2]: https://github.com/Automattic/jetpack-stats/compare/v0.13.1...v0.13.2 [0.13.1]: https://github.com/Automattic/jetpack-stats/compare/v0.13.0...v0.13.1 [0.13.0]: https://github.com/Automattic/jetpack-stats/compare/v0.12.5...v0.13.0 [0.12.5]: https://github.com/Automattic/jetpack-stats/compare/v0.12.4...v0.12.5 diff --git a/projects/packages/stats/src/class-package-version.php b/projects/packages/stats/src/class-package-version.php index 35e9ebcf8dae5..39c02b65891e0 100644 --- a/projects/packages/stats/src/class-package-version.php +++ b/projects/packages/stats/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '0.13.1'; + const PACKAGE_VERSION = '0.13.2'; const PACKAGE_SLUG = 'stats'; diff --git a/projects/packages/status/CHANGELOG.md b/projects/packages/status/CHANGELOG.md index ed2449849431f..84f871226f4ca 100644 --- a/projects/packages/status/CHANGELOG.md +++ b/projects/packages/status/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). +## [4.0.0] - 2024-09-05 +### Deprecated +- Deprecated Jetpack Onboarding system. [#39229] + ## [3.3.4] - 2024-08-23 ### Changed - Updated package dependencies. [#39004] @@ -389,6 +393,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Packages: Introduce a status package +[4.0.0]: https://github.com/Automattic/jetpack-status/compare/v3.3.4...v4.0.0 [3.3.4]: https://github.com/Automattic/jetpack-status/compare/v3.3.3...v3.3.4 [3.3.3]: https://github.com/Automattic/jetpack-status/compare/v3.3.2...v3.3.3 [3.3.2]: https://github.com/Automattic/jetpack-status/compare/v3.3.1...v3.3.2 diff --git a/projects/packages/status/changelog/update-remove-jpo b/projects/packages/status/changelog/update-remove-jpo deleted file mode 100644 index 84852b4ab8d2e..0000000000000 --- a/projects/packages/status/changelog/update-remove-jpo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: deprecated - -Deprecated Jetpack Onboarding system diff --git a/projects/packages/status/composer.json b/projects/packages/status/composer.json index cf7d7f895a4b5..e499134960e7e 100644 --- a/projects/packages/status/composer.json +++ b/projects/packages/status/composer.json @@ -49,7 +49,7 @@ "link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.3.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/packages/status/src/class-status.php b/projects/packages/status/src/class-status.php index 0a981260c3418..8ceb72e20ed49 100644 --- a/projects/packages/status/src/class-status.php +++ b/projects/packages/status/src/class-status.php @@ -326,7 +326,7 @@ public static function is_development_site() { * * @since-jetpack 5.8 * - * @deprecated since $$next-version$$ + * @deprecated since 4.0.0 * * @access public * @static @@ -334,7 +334,7 @@ public static function is_development_site() { * @return bool True if the site is currently onboarding, false otherwise */ public function is_onboarding() { - _deprecated_function( __FUNCTION__, '$$next-version$$' ); + _deprecated_function( __FUNCTION__, '4.0.0' ); return \Jetpack_Options::get_option( 'onboarding' ) !== false; } diff --git a/projects/packages/sync/CHANGELOG.md b/projects/packages/sync/CHANGELOG.md index 930ad9d1c8146..c24a01aea5c6d 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.10.0] - 2024-09-05 +### Added +- Sync: Add a filter that allows modification of the default modules list used for full sync procedure. [#39117] + ## [3.9.1] - 2024-09-05 ### Changed - Optimized performance by moving the IDC safe mode check after the connection check, reducing unnecessary get_option() requests for jetpack_sync_error_idc [#39205] @@ -1269,6 +1273,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Packages: Move sync to a classmapped package +[3.10.0]: https://github.com/Automattic/jetpack-sync/compare/v3.9.1...v3.10.0 [3.9.1]: https://github.com/Automattic/jetpack-sync/compare/v3.9.0...v3.9.1 [3.9.0]: https://github.com/Automattic/jetpack-sync/compare/v3.8.1...v3.9.0 [3.8.1]: https://github.com/Automattic/jetpack-sync/compare/v3.8.0...v3.8.1 diff --git a/projects/packages/sync/changelog/add-default-full-sync-config-filter b/projects/packages/sync/changelog/add-default-full-sync-config-filter deleted file mode 100644 index 7dc154d0f8b7c..0000000000000 --- a/projects/packages/sync/changelog/add-default-full-sync-config-filter +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Sync: add a filter that allows modification of the default modules list used for full sync procedure. diff --git a/projects/packages/sync/composer.json b/projects/packages/sync/composer.json index f6a9b40d4e769..b1ce2d0dd6d96 100644 --- a/projects/packages/sync/composer.json +++ b/projects/packages/sync/composer.json @@ -59,7 +59,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.9.x-dev" + "dev-trunk": "3.10.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/packages/sync/src/class-package-version.php b/projects/packages/sync/src/class-package-version.php index edfee975f2bd2..87ff65b521722 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.9.1'; + const PACKAGE_VERSION = '3.10.0'; const PACKAGE_SLUG = 'sync'; diff --git a/projects/packages/sync/src/modules/class-full-sync-immediately.php b/projects/packages/sync/src/modules/class-full-sync-immediately.php index dbeca817ad399..72fa43f601e0f 100644 --- a/projects/packages/sync/src/modules/class-full-sync-immediately.php +++ b/projects/packages/sync/src/modules/class-full-sync-immediately.php @@ -85,7 +85,7 @@ public function start( $full_sync_config = null ) { * * @param array $full_sync_config Sync configuration for all sync modules. * - * @since $$next-version$$ + * @since 3.10.0 */ $full_sync_config = apply_filters( 'jetpack_full_sync_config', Defaults::$default_full_sync_config ); if ( is_multisite() ) { diff --git a/projects/packages/videopress/CHANGELOG.md b/projects/packages/videopress/CHANGELOG.md index 7800eda6d7bf0..ba0e29f2546d2 100644 --- a/projects/packages/videopress/CHANGELOG.md +++ b/projects/packages/videopress/CHANGELOG.md @@ -5,6 +5,13 @@ 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.24.5] - 2024-09-05 +### Changed +- Updated package dependencies. [#39176] + +### Fixed +- Fix translation issue with VideoPress data [#39242] + ## [0.24.4] - 2024-09-02 ### Changed - Admin menu: change order of Jetpack sub-menu items [#39095] @@ -1421,6 +1428,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created empty package [#24952] +[0.24.5]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.4...v0.24.5 [0.24.4]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.3...v0.24.4 [0.24.3]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.2...v0.24.3 [0.24.2]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.1...v0.24.2 diff --git a/projects/packages/videopress/changelog/add-structure-lint-eslint-react b/projects/packages/videopress/changelog/add-structure-lint-eslint-react deleted file mode 100644 index deab1a20d649c..0000000000000 --- a/projects/packages/videopress/changelog/add-structure-lint-eslint-react +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: added -Comment: Add `@todo` comment about enabling jetpack-js-tools/eslintrc/react. - - diff --git a/projects/packages/videopress/changelog/fix-translation-issue b/projects/packages/videopress/changelog/fix-translation-issue deleted file mode 100644 index ddcabb85b71ef..0000000000000 --- a/projects/packages/videopress/changelog/fix-translation-issue +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fix translation issue with VideoPress data diff --git a/projects/packages/videopress/changelog/renovate-wordpress-monorepo b/projects/packages/videopress/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/videopress/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/videopress/package.json b/projects/packages/videopress/package.json index e93e3162e4420..a7daad23bb509 100644 --- a/projects/packages/videopress/package.json +++ b/projects/packages/videopress/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-videopress", - "version": "0.24.4", + "version": "0.24.5", "description": "VideoPress package", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/videopress/#readme", "bugs": { diff --git a/projects/packages/videopress/src/class-package-version.php b/projects/packages/videopress/src/class-package-version.php index 542b204506156..722cb368b6614 100644 --- a/projects/packages/videopress/src/class-package-version.php +++ b/projects/packages/videopress/src/class-package-version.php @@ -11,7 +11,7 @@ * The Package_Version class. */ class Package_Version { - const PACKAGE_VERSION = '0.24.4'; + const PACKAGE_VERSION = '0.24.5'; const PACKAGE_SLUG = 'videopress'; diff --git a/projects/plugins/backup/changelog/prerelease#3 b/projects/plugins/automattic-for-agencies-client/changelog/prerelease#3 similarity index 100% rename from projects/plugins/backup/changelog/prerelease#3 rename to projects/plugins/automattic-for-agencies-client/changelog/prerelease#3 diff --git a/projects/plugins/backup/changelog/prerelease#4 b/projects/plugins/automattic-for-agencies-client/changelog/prerelease#4 similarity index 100% rename from projects/plugins/backup/changelog/prerelease#4 rename to projects/plugins/automattic-for-agencies-client/changelog/prerelease#4 diff --git a/projects/plugins/backup/changelog/add-consolidate-initial-state b/projects/plugins/automattic-for-agencies-client/changelog/prerelease#5 similarity index 100% rename from projects/plugins/backup/changelog/add-consolidate-initial-state rename to projects/plugins/automattic-for-agencies-client/changelog/prerelease#5 diff --git a/projects/plugins/automattic-for-agencies-client/composer.lock b/projects/plugins/automattic-for-agencies-client/composer.lock index 16870d0df7c98..594542f2c8e74 100644 --- a/projects/plugins/automattic-for-agencies-client/composer.lock +++ b/projects/plugins/automattic-for-agencies-client/composer.lock @@ -383,7 +383,7 @@ "dist": { "type": "path", "url": "../../packages/connection", - "reference": "b5f7c6732e10f0a4827e26a273ef103078fb6340" + "reference": "ba6b4c5a04498f466aea16c82dd43f4563c0c859" }, "require": { "automattic/jetpack-a8c-mc-stats": "@dev", @@ -418,7 +418,7 @@ "link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.0.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ @@ -804,7 +804,7 @@ "dist": { "type": "path", "url": "../../packages/status", - "reference": "7ff2e0454b5d9dafdd6ddd7c1917065f739408e0" + "reference": "fb9d7919368d5fcea47f659fa2a7532ada3477a0" }, "require": { "automattic/jetpack-constants": "@dev", @@ -829,7 +829,7 @@ "link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.3.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ @@ -865,7 +865,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "526ab81e23c778c2c3462149febe2f7a9fd0df50" + "reference": "57b44f5733993fc13ee01f04b351e569fdab4522" }, "require": { "automattic/jetpack-connection": "@dev", @@ -898,7 +898,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.9.x-dev" + "dev-trunk": "3.10.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/backup/CHANGELOG.md b/projects/plugins/backup/CHANGELOG.md index d5549d85ea42b..cbe8b2fd72abd 100644 --- a/projects/plugins/backup/CHANGELOG.md +++ b/projects/plugins/backup/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +## [2.8] - 2024-09-05 +### Changed +- General: Update WordPress version requirements to WordPress 6.5. [#38382] +- Docs: Update README to include on-demand backups reference. [#38960] + ## [2.7] - 2024-06-27 ### Added - On-demand backups feature @@ -233,6 +238,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Use `absoluteRuntime` in babel JS build to avoid module not found errors. [2.2-beta]: https://github.com/Automattic/jetpack-backup-plugin/compare/2.1...2.2-beta +[2.8]: https://github.com/Automattic/jetpack-backup-plugin/compare/2.7...2.8 [2.7]: https://github.com/Automattic/jetpack-backup-plugin/compare/2.6...2.7 [2.6]: https://github.com/Automattic/jetpack-backup-plugin/compare/2.5...2.6 [2.5]: https://github.com/Automattic/jetpack-backup-plugin/compare/2.4...2.5 diff --git a/projects/plugins/backup/changelog/add-mj-protect-card-auto-firewall-status b/projects/plugins/backup/changelog/add-mj-protect-card-auto-firewall-status deleted file mode 100644 index 66603f18e7ca1..0000000000000 --- a/projects/plugins/backup/changelog/add-mj-protect-card-auto-firewall-status +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: update lock file - - diff --git a/projects/plugins/backup/changelog/fix-mu-wpcom-scssphp b/projects/plugins/backup/changelog/fix-mu-wpcom-scssphp deleted file mode 100644 index 427aa2192f0dc..0000000000000 --- a/projects/plugins/backup/changelog/fix-mu-wpcom-scssphp +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: added -Comment: Add production-include for wikimedia/aho-corasick, now required via my-jetpack in #38332. - - diff --git a/projects/plugins/backup/changelog/prerelease b/projects/plugins/backup/changelog/prerelease deleted file mode 100644 index 7d3f9cba4bc0e..0000000000000 --- a/projects/plugins/backup/changelog/prerelease +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Updated package dependencies. diff --git a/projects/plugins/backup/changelog/renovate-lock-file-maintenance b/projects/plugins/backup/changelog/renovate-lock-file-maintenance deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/backup/changelog/renovate-lock-file-maintenance +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/backup/changelog/renovate-lock-file-maintenance#2 b/projects/plugins/backup/changelog/renovate-lock-file-maintenance#2 deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/backup/changelog/renovate-lock-file-maintenance#2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/backup/changelog/renovate-yoast-phpunit-polyfills-1.x b/projects/plugins/backup/changelog/renovate-yoast-phpunit-polyfills-1.x deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/backup/changelog/renovate-yoast-phpunit-polyfills-1.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/backup/changelog/revert-svg-image-optimizations b/projects/plugins/backup/changelog/revert-svg-image-optimizations deleted file mode 100644 index 356496f8a1f8f..0000000000000 --- a/projects/plugins/backup/changelog/revert-svg-image-optimizations +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Revert recent SVG image optimizations. diff --git a/projects/plugins/backup/changelog/try-lossless-image-optmization-part-2 b/projects/plugins/backup/changelog/try-lossless-image-optmization-part-2 deleted file mode 100644 index 69c2d0f105cb4..0000000000000 --- a/projects/plugins/backup/changelog/try-lossless-image-optmization-part-2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Lossless image optimization of images in projects/plugins [subdirectories from a* through social] diff --git a/projects/plugins/backup/changelog/try-lossless-image-optmization-part-3 b/projects/plugins/backup/changelog/try-lossless-image-optmization-part-3 deleted file mode 100644 index cf77a8b55bb43..0000000000000 --- a/projects/plugins/backup/changelog/try-lossless-image-optmization-part-3 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Lossless image optimization for images (should improve performance with no visible changes). diff --git a/projects/plugins/backup/changelog/try-no-version-bumps-in-trunk b/projects/plugins/backup/changelog/try-no-version-bumps-in-trunk deleted file mode 100644 index 91efe85c55e06..0000000000000 --- a/projects/plugins/backup/changelog/try-no-version-bumps-in-trunk +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Un-bump version numbers in trunk. The build will now update the version numbers as needed for mirrors. - - diff --git a/projects/plugins/backup/changelog/update-backup-plugin-readme b/projects/plugins/backup/changelog/update-backup-plugin-readme deleted file mode 100644 index ced85440b41d7..0000000000000 --- a/projects/plugins/backup/changelog/update-backup-plugin-readme +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update README to include on-demand backups reference diff --git a/projects/plugins/backup/changelog/update-minimum-wp-to-6.5 b/projects/plugins/backup/changelog/update-minimum-wp-to-6.5 deleted file mode 100644 index 324db53ba465c..0000000000000 --- a/projects/plugins/backup/changelog/update-minimum-wp-to-6.5 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: update WordPress version requirements to WordPress 6.5. diff --git a/projects/plugins/backup/changelog/update-sync-must-sync-data-settings b/projects/plugins/backup/changelog/update-sync-must-sync-data-settings deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/backup/changelog/update-sync-must-sync-data-settings +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/backup/composer.json b/projects/plugins/backup/composer.json index 095b8ef28b795..8a376590fcc70 100644 --- a/projects/plugins/backup/composer.json +++ b/projects/plugins/backup/composer.json @@ -34,7 +34,7 @@ "minimum-stability": "dev", "prefer-stable": true, "config": { - "autoloader-suffix": "9559eef123208b7d1b9c15b978567267_backupⓥ2_7", + "autoloader-suffix": "9559eef123208b7d1b9c15b978567267_backupⓥ2_8", "allow-plugins": { "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true diff --git a/projects/plugins/backup/composer.lock b/projects/plugins/backup/composer.lock index 2f9b7db52fef9..95141f166eb27 100644 --- a/projects/plugins/backup/composer.lock +++ b/projects/plugins/backup/composer.lock @@ -665,7 +665,7 @@ "dist": { "type": "path", "url": "../../packages/connection", - "reference": "b5f7c6732e10f0a4827e26a273ef103078fb6340" + "reference": "ba6b4c5a04498f466aea16c82dd43f4563c0c859" }, "require": { "automattic/jetpack-a8c-mc-stats": "@dev", @@ -700,7 +700,7 @@ "link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.0.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ @@ -1682,7 +1682,7 @@ "dist": { "type": "path", "url": "../../packages/status", - "reference": "7ff2e0454b5d9dafdd6ddd7c1917065f739408e0" + "reference": "fb9d7919368d5fcea47f659fa2a7532ada3477a0" }, "require": { "automattic/jetpack-constants": "@dev", @@ -1707,7 +1707,7 @@ "link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.3.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ @@ -1743,7 +1743,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "526ab81e23c778c2c3462149febe2f7a9fd0df50" + "reference": "57b44f5733993fc13ee01f04b351e569fdab4522" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1776,7 +1776,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.9.x-dev" + "dev-trunk": "3.10.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/backup/jetpack-backup.php b/projects/plugins/backup/jetpack-backup.php index 1b35b0b85515c..e6f55e2bae64b 100644 --- a/projects/plugins/backup/jetpack-backup.php +++ b/projects/plugins/backup/jetpack-backup.php @@ -4,7 +4,7 @@ * Plugin Name: Jetpack VaultPress Backup * Plugin URI: https://jetpack.com/jetpack-backup * Description: Easily restore or download a backup of your site from a specific moment in time. - * Version: 2.7 + * Version: 2.8 * Author: Automattic - Jetpack Backup team * Author URI: https://jetpack.com/ * License: GPLv2 or later diff --git a/projects/plugins/backup/readme.txt b/projects/plugins/backup/readme.txt index 7d2fd0b975e27..02ea91ec4779d 100644 --- a/projects/plugins/backup/readme.txt +++ b/projects/plugins/backup/readme.txt @@ -175,15 +175,10 @@ No, Jetpack VaultPress Backup does not currently support split site or split hom 2. Your site backups are stored in multiple locations on our world-class cloud infrastructure so you can recover them at any moment. == Changelog == -### 2.7 - 2024-06-27 -#### Added -- On-demand backups feature - +### 2.8 - 2024-09-05 #### Changed -- General: indicate compatibility with the upcoming version of WordPress - 6.6. -- Remove the explicit Plugin Install package dependency. -- Updated package dependencies. -- Updated backup header layout for responsive design +- General: Update WordPress version requirements to WordPress 6.5. +- Docs: Update README to include on-demand backups reference. -------- diff --git a/projects/plugins/backup/changelog/prerelease#2 b/projects/plugins/boost/changelog/prerelease#2 similarity index 100% rename from projects/plugins/backup/changelog/prerelease#2 rename to projects/plugins/boost/changelog/prerelease#2 diff --git a/projects/plugins/search/changelog/prerelease#3 b/projects/plugins/boost/changelog/prerelease#3 similarity index 100% rename from projects/plugins/search/changelog/prerelease#3 rename to projects/plugins/boost/changelog/prerelease#3 diff --git a/projects/plugins/search/changelog/prerelease#4 b/projects/plugins/boost/changelog/prerelease#4 similarity index 100% rename from projects/plugins/search/changelog/prerelease#4 rename to projects/plugins/boost/changelog/prerelease#4 diff --git a/projects/plugins/boost/composer.lock b/projects/plugins/boost/composer.lock index fa479cee6e13d..7be93642949c3 100644 --- a/projects/plugins/boost/composer.lock +++ b/projects/plugins/boost/composer.lock @@ -521,7 +521,7 @@ "dist": { "type": "path", "url": "../../packages/connection", - "reference": "b5f7c6732e10f0a4827e26a273ef103078fb6340" + "reference": "ba6b4c5a04498f466aea16c82dd43f4563c0c859" }, "require": { "automattic/jetpack-a8c-mc-stats": "@dev", @@ -556,7 +556,7 @@ "link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.0.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ @@ -1733,7 +1733,7 @@ "dist": { "type": "path", "url": "../../packages/status", - "reference": "7ff2e0454b5d9dafdd6ddd7c1917065f739408e0" + "reference": "fb9d7919368d5fcea47f659fa2a7532ada3477a0" }, "require": { "automattic/jetpack-constants": "@dev", @@ -1758,7 +1758,7 @@ "link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.3.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ @@ -1794,7 +1794,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "526ab81e23c778c2c3462149febe2f7a9fd0df50" + "reference": "57b44f5733993fc13ee01f04b351e569fdab4522" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1827,7 +1827,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.9.x-dev" + "dev-trunk": "3.10.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/videopress/changelog/prerelease b/projects/plugins/classic-theme-helper-plugin/changelog/prerelease similarity index 100% rename from projects/plugins/videopress/changelog/prerelease rename to projects/plugins/classic-theme-helper-plugin/changelog/prerelease diff --git a/projects/plugins/search/changelog/prerelease#2 b/projects/plugins/classic-theme-helper-plugin/changelog/prerelease#2 similarity index 100% rename from projects/plugins/search/changelog/prerelease#2 rename to projects/plugins/classic-theme-helper-plugin/changelog/prerelease#2 diff --git a/projects/plugins/videopress/changelog/prerelease#3 b/projects/plugins/classic-theme-helper-plugin/changelog/prerelease#3 similarity index 100% rename from projects/plugins/videopress/changelog/prerelease#3 rename to projects/plugins/classic-theme-helper-plugin/changelog/prerelease#3 diff --git a/projects/plugins/classic-theme-helper-plugin/composer.lock b/projects/plugins/classic-theme-helper-plugin/composer.lock index 781950b32ae46..d5022a0deff32 100644 --- a/projects/plugins/classic-theme-helper-plugin/composer.lock +++ b/projects/plugins/classic-theme-helper-plugin/composer.lock @@ -493,7 +493,7 @@ "dist": { "type": "path", "url": "../../packages/status", - "reference": "7ff2e0454b5d9dafdd6ddd7c1917065f739408e0" + "reference": "fb9d7919368d5fcea47f659fa2a7532ada3477a0" }, "require": { "automattic/jetpack-constants": "@dev", @@ -518,7 +518,7 @@ "link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.3.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/backup/changelog/add-filter-for-filtered-order-data b/projects/plugins/inspect/changelog/prerelease#3 similarity index 100% rename from projects/plugins/backup/changelog/add-filter-for-filtered-order-data rename to projects/plugins/inspect/changelog/prerelease#3 diff --git a/projects/plugins/backup/changelog/add-ga-deprecation-notice b/projects/plugins/inspect/changelog/prerelease#4 similarity index 100% rename from projects/plugins/backup/changelog/add-ga-deprecation-notice rename to projects/plugins/inspect/changelog/prerelease#4 diff --git a/projects/plugins/backup/changelog/add-mj-protect-card-last-scan-time b/projects/plugins/inspect/changelog/prerelease#5 similarity index 100% rename from projects/plugins/backup/changelog/add-mj-protect-card-last-scan-time rename to projects/plugins/inspect/changelog/prerelease#5 diff --git a/projects/plugins/inspect/composer.lock b/projects/plugins/inspect/composer.lock index 90ee263aef206..0cfa97acafd15 100644 --- a/projects/plugins/inspect/composer.lock +++ b/projects/plugins/inspect/composer.lock @@ -383,7 +383,7 @@ "dist": { "type": "path", "url": "../../packages/connection", - "reference": "b5f7c6732e10f0a4827e26a273ef103078fb6340" + "reference": "ba6b4c5a04498f466aea16c82dd43f4563c0c859" }, "require": { "automattic/jetpack-a8c-mc-stats": "@dev", @@ -418,7 +418,7 @@ "link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.0.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ @@ -626,7 +626,7 @@ "dist": { "type": "path", "url": "../../packages/status", - "reference": "7ff2e0454b5d9dafdd6ddd7c1917065f739408e0" + "reference": "fb9d7919368d5fcea47f659fa2a7532ada3477a0" }, "require": { "automattic/jetpack-constants": "@dev", @@ -651,7 +651,7 @@ "link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.3.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/backup/changelog/update-sync-hpos-add-shop-subscription-to-types b/projects/plugins/jetpack/changelog/prerelease#2 similarity index 79% rename from projects/plugins/backup/changelog/update-sync-hpos-add-shop-subscription-to-types rename to projects/plugins/jetpack/changelog/prerelease#2 index 9aa70e3ec1f75..a1c1831fa1ef7 100644 --- a/projects/plugins/backup/changelog/update-sync-hpos-add-shop-subscription-to-types +++ b/projects/plugins/jetpack/changelog/prerelease#2 @@ -1,5 +1,5 @@ Significance: patch -Type: changed +Type: other Comment: Updated composer.lock. diff --git a/projects/plugins/backup/changelog/update-sync-hpos-checksum-fields-to-consider b/projects/plugins/jetpack/changelog/prerelease#3 similarity index 79% rename from projects/plugins/backup/changelog/update-sync-hpos-checksum-fields-to-consider rename to projects/plugins/jetpack/changelog/prerelease#3 index 9aa70e3ec1f75..a1c1831fa1ef7 100644 --- a/projects/plugins/backup/changelog/update-sync-hpos-checksum-fields-to-consider +++ b/projects/plugins/jetpack/changelog/prerelease#3 @@ -1,5 +1,5 @@ Significance: patch -Type: changed +Type: other Comment: Updated composer.lock. diff --git a/projects/plugins/search/changelog/add-consolidate-initial-state b/projects/plugins/jetpack/changelog/prerelease#4 similarity index 79% rename from projects/plugins/search/changelog/add-consolidate-initial-state rename to projects/plugins/jetpack/changelog/prerelease#4 index 9aa70e3ec1f75..a1c1831fa1ef7 100644 --- a/projects/plugins/search/changelog/add-consolidate-initial-state +++ b/projects/plugins/jetpack/changelog/prerelease#4 @@ -1,5 +1,5 @@ Significance: patch -Type: changed +Type: other Comment: Updated composer.lock. diff --git a/projects/plugins/jetpack/composer.lock b/projects/plugins/jetpack/composer.lock index c77076a1461ab..cdb63f44ee568 100644 --- a/projects/plugins/jetpack/composer.lock +++ b/projects/plugins/jetpack/composer.lock @@ -907,7 +907,7 @@ "dist": { "type": "path", "url": "../../packages/connection", - "reference": "b5f7c6732e10f0a4827e26a273ef103078fb6340" + "reference": "ba6b4c5a04498f466aea16c82dd43f4563c0c859" }, "require": { "automattic/jetpack-a8c-mc-stats": "@dev", @@ -942,7 +942,7 @@ "link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.0.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ @@ -2625,7 +2625,7 @@ "dist": { "type": "path", "url": "../../packages/status", - "reference": "7ff2e0454b5d9dafdd6ddd7c1917065f739408e0" + "reference": "fb9d7919368d5fcea47f659fa2a7532ada3477a0" }, "require": { "automattic/jetpack-constants": "@dev", @@ -2650,7 +2650,7 @@ "link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.3.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ @@ -2686,7 +2686,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "526ab81e23c778c2c3462149febe2f7a9fd0df50" + "reference": "57b44f5733993fc13ee01f04b351e569fdab4522" }, "require": { "automattic/jetpack-connection": "@dev", @@ -2719,7 +2719,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.9.x-dev" + "dev-trunk": "3.10.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/backup/changelog/add-mj-protect-card-last-scan-time#2 b/projects/plugins/migration/changelog/prerelease#7 similarity index 100% rename from projects/plugins/backup/changelog/add-mj-protect-card-last-scan-time#2 rename to projects/plugins/migration/changelog/prerelease#7 diff --git a/projects/plugins/backup/changelog/add-mj-protect-card-last-scan-time#3 b/projects/plugins/migration/changelog/prerelease#8 similarity index 100% rename from projects/plugins/backup/changelog/add-mj-protect-card-last-scan-time#3 rename to projects/plugins/migration/changelog/prerelease#8 diff --git a/projects/plugins/backup/changelog/add-my-jetpack-aa-experiment b/projects/plugins/migration/changelog/prerelease#9 similarity index 100% rename from projects/plugins/backup/changelog/add-my-jetpack-aa-experiment rename to projects/plugins/migration/changelog/prerelease#9 diff --git a/projects/plugins/migration/composer.lock b/projects/plugins/migration/composer.lock index 0477685fc601b..f5605f7273b1c 100644 --- a/projects/plugins/migration/composer.lock +++ b/projects/plugins/migration/composer.lock @@ -665,7 +665,7 @@ "dist": { "type": "path", "url": "../../packages/connection", - "reference": "b5f7c6732e10f0a4827e26a273ef103078fb6340" + "reference": "ba6b4c5a04498f466aea16c82dd43f4563c0c859" }, "require": { "automattic/jetpack-a8c-mc-stats": "@dev", @@ -700,7 +700,7 @@ "link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.0.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ @@ -1682,7 +1682,7 @@ "dist": { "type": "path", "url": "../../packages/status", - "reference": "7ff2e0454b5d9dafdd6ddd7c1917065f739408e0" + "reference": "fb9d7919368d5fcea47f659fa2a7532ada3477a0" }, "require": { "automattic/jetpack-constants": "@dev", @@ -1707,7 +1707,7 @@ "link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.3.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ @@ -1743,7 +1743,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "526ab81e23c778c2c3462149febe2f7a9fd0df50" + "reference": "57b44f5733993fc13ee01f04b351e569fdab4522" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1776,7 +1776,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.9.x-dev" + "dev-trunk": "3.10.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/videopress/changelog/prerelease#2 b/projects/plugins/mu-wpcom-plugin/changelog/prerelease#2 similarity index 100% rename from projects/plugins/videopress/changelog/prerelease#2 rename to projects/plugins/mu-wpcom-plugin/changelog/prerelease#2 diff --git a/projects/plugins/backup/changelog/add-my-jetpack-aa-experiment#2 b/projects/plugins/mu-wpcom-plugin/changelog/prerelease#3 similarity index 100% rename from projects/plugins/backup/changelog/add-my-jetpack-aa-experiment#2 rename to projects/plugins/mu-wpcom-plugin/changelog/prerelease#3 diff --git a/projects/plugins/backup/changelog/add-new-sync-active-modules-callable b/projects/plugins/mu-wpcom-plugin/changelog/prerelease#4 similarity index 100% rename from projects/plugins/backup/changelog/add-new-sync-active-modules-callable rename to projects/plugins/mu-wpcom-plugin/changelog/prerelease#4 diff --git a/projects/plugins/mu-wpcom-plugin/composer.lock b/projects/plugins/mu-wpcom-plugin/composer.lock index d94ea6578752d..1ad4aff8ecc68 100644 --- a/projects/plugins/mu-wpcom-plugin/composer.lock +++ b/projects/plugins/mu-wpcom-plugin/composer.lock @@ -494,7 +494,7 @@ "dist": { "type": "path", "url": "../../packages/connection", - "reference": "b5f7c6732e10f0a4827e26a273ef103078fb6340" + "reference": "ba6b4c5a04498f466aea16c82dd43f4563c0c859" }, "require": { "automattic/jetpack-a8c-mc-stats": "@dev", @@ -529,7 +529,7 @@ "link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.0.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ @@ -1448,7 +1448,7 @@ "dist": { "type": "path", "url": "../../packages/status", - "reference": "7ff2e0454b5d9dafdd6ddd7c1917065f739408e0" + "reference": "fb9d7919368d5fcea47f659fa2a7532ada3477a0" }, "require": { "automattic/jetpack-constants": "@dev", @@ -1473,7 +1473,7 @@ "link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.3.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ @@ -1509,7 +1509,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "526ab81e23c778c2c3462149febe2f7a9fd0df50" + "reference": "57b44f5733993fc13ee01f04b351e569fdab4522" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1542,7 +1542,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.9.x-dev" + "dev-trunk": "3.10.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/backup/changelog/add-protect-global-waf-stats b/projects/plugins/protect/changelog/prerelease#4 similarity index 100% rename from projects/plugins/backup/changelog/add-protect-global-waf-stats rename to projects/plugins/protect/changelog/prerelease#4 diff --git a/projects/plugins/backup/changelog/add-protect-threat-history b/projects/plugins/protect/changelog/prerelease#5 similarity index 100% rename from projects/plugins/backup/changelog/add-protect-threat-history rename to projects/plugins/protect/changelog/prerelease#5 diff --git a/projects/plugins/backup/changelog/add-segmentation-to-jetpack-products-my-jetpack b/projects/plugins/protect/changelog/prerelease#6 similarity index 100% rename from projects/plugins/backup/changelog/add-segmentation-to-jetpack-products-my-jetpack rename to projects/plugins/protect/changelog/prerelease#6 diff --git a/projects/plugins/protect/composer.lock b/projects/plugins/protect/composer.lock index 497559d1e5b32..c1904e87c90a4 100644 --- a/projects/plugins/protect/composer.lock +++ b/projects/plugins/protect/composer.lock @@ -578,7 +578,7 @@ "dist": { "type": "path", "url": "../../packages/connection", - "reference": "b5f7c6732e10f0a4827e26a273ef103078fb6340" + "reference": "ba6b4c5a04498f466aea16c82dd43f4563c0c859" }, "require": { "automattic/jetpack-a8c-mc-stats": "@dev", @@ -613,7 +613,7 @@ "link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.0.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ @@ -1595,7 +1595,7 @@ "dist": { "type": "path", "url": "../../packages/status", - "reference": "7ff2e0454b5d9dafdd6ddd7c1917065f739408e0" + "reference": "fb9d7919368d5fcea47f659fa2a7532ada3477a0" }, "require": { "automattic/jetpack-constants": "@dev", @@ -1620,7 +1620,7 @@ "link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.3.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ @@ -1656,7 +1656,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "526ab81e23c778c2c3462149febe2f7a9fd0df50" + "reference": "57b44f5733993fc13ee01f04b351e569fdab4522" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1689,7 +1689,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.9.x-dev" + "dev-trunk": "3.10.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/search/CHANGELOG.md b/projects/plugins/search/CHANGELOG.md index ab0a37e1a6e20..c8043a4973367 100644 --- a/projects/plugins/search/CHANGELOG.md +++ b/projects/plugins/search/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.0.0] - 2024-09-05 +### Changed +- General: Update WordPress version requirements to WordPress 6.5 and indicate compatibility with WordPress 6.6. [#38382] + ## [2.1.0] - 2024-05-23 ### Added - Trigger a red bubble notification when bad plugin install is detected. [#36449] @@ -141,6 +145,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [1.1.0-beta]: https://github.com/Automattic/jetpack-search-plugin/compare/1.0.0...1.1.0-beta [1.2.0-beta]: https://github.com/Automattic/jetpack-search-plugin/compare/1.1.0...1.2.0-beta +[3.0.0]: https://github.com/Automattic/jetpack-search-plugin/compare/2.1.0...3.0.0 [2.1.0]: https://github.com/Automattic/jetpack-search-plugin/compare/2.0.0...2.1.0 [2.0.0]: https://github.com/Automattic/jetpack-search-plugin/compare/1.4.1...2.0.0 [1.4.1]: https://github.com/Automattic/jetpack-search-plugin/compare/v1.4.0...v1.4.1 diff --git a/projects/plugins/search/changelog/add-filter-for-filtered-order-data b/projects/plugins/search/changelog/add-filter-for-filtered-order-data deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/add-filter-for-filtered-order-data +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/add-ga-deprecation-notice b/projects/plugins/search/changelog/add-ga-deprecation-notice deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/add-ga-deprecation-notice +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/add-jetpack-development-mode b/projects/plugins/search/changelog/add-jetpack-development-mode deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/add-jetpack-development-mode +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/add-jetpack-development-mode#2 b/projects/plugins/search/changelog/add-jetpack-development-mode#2 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/add-jetpack-development-mode#2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/add-jetpack-development-mode#3 b/projects/plugins/search/changelog/add-jetpack-development-mode#3 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/add-jetpack-development-mode#3 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/add-jetpack-development-mode#4 b/projects/plugins/search/changelog/add-jetpack-development-mode#4 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/add-jetpack-development-mode#4 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/add-jetpack-development-mode#5 b/projects/plugins/search/changelog/add-jetpack-development-mode#5 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/add-jetpack-development-mode#5 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/add-mj-protect-card-auto-firewall-status b/projects/plugins/search/changelog/add-mj-protect-card-auto-firewall-status deleted file mode 100644 index 66603f18e7ca1..0000000000000 --- a/projects/plugins/search/changelog/add-mj-protect-card-auto-firewall-status +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: update lock file - - diff --git a/projects/plugins/search/changelog/add-mj-protect-card-last-scan-time b/projects/plugins/search/changelog/add-mj-protect-card-last-scan-time deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/add-mj-protect-card-last-scan-time +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/add-mj-protect-card-last-scan-time#2 b/projects/plugins/search/changelog/add-mj-protect-card-last-scan-time#2 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/add-mj-protect-card-last-scan-time#2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/add-mj-protect-card-last-scan-time#3 b/projects/plugins/search/changelog/add-mj-protect-card-last-scan-time#3 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/add-mj-protect-card-last-scan-time#3 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/add-my-jetpack-aa-experiment b/projects/plugins/search/changelog/add-my-jetpack-aa-experiment deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/add-my-jetpack-aa-experiment +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/add-my-jetpack-aa-experiment#2 b/projects/plugins/search/changelog/add-my-jetpack-aa-experiment#2 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/add-my-jetpack-aa-experiment#2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/add-new-sync-active-modules-callable b/projects/plugins/search/changelog/add-new-sync-active-modules-callable deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/add-new-sync-active-modules-callable +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/add-protect-global-waf-stats b/projects/plugins/search/changelog/add-protect-global-waf-stats deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/add-protect-global-waf-stats +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/add-protect-threat-history b/projects/plugins/search/changelog/add-protect-threat-history deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/add-protect-threat-history +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/add-segmentation-to-jetpack-products-my-jetpack b/projects/plugins/search/changelog/add-segmentation-to-jetpack-products-my-jetpack deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/add-segmentation-to-jetpack-products-my-jetpack +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/add-sync-waf-options b/projects/plugins/search/changelog/add-sync-waf-options deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/add-sync-waf-options +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/add-welcome-flow-tracks-events b/projects/plugins/search/changelog/add-welcome-flow-tracks-events deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/add-welcome-flow-tracks-events +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/change-my-jetpack-ai-card b/projects/plugins/search/changelog/change-my-jetpack-ai-card deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/change-my-jetpack-ai-card +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/delete-idc-dependency-from-packages b/projects/plugins/search/changelog/delete-idc-dependency-from-packages deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/delete-idc-dependency-from-packages +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/fix-connection-assets-for-wpcom-simple-sites b/projects/plugins/search/changelog/fix-connection-assets-for-wpcom-simple-sites deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/fix-connection-assets-for-wpcom-simple-sites +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/fix-eslint-e2e b/projects/plugins/search/changelog/fix-eslint-e2e deleted file mode 100644 index 262fa2706f9c7..0000000000000 --- a/projects/plugins/search/changelog/fix-eslint-e2e +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix eslint issues in tests/e2e. No change to functionality. - - diff --git a/projects/plugins/search/changelog/fix-jsx-runtime-react-19-polyfill b/projects/plugins/search/changelog/fix-jsx-runtime-react-19-polyfill deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/fix-jsx-runtime-react-19-polyfill +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/fix-mu-wpcom-scssphp b/projects/plugins/search/changelog/fix-mu-wpcom-scssphp deleted file mode 100644 index 427aa2192f0dc..0000000000000 --- a/projects/plugins/search/changelog/fix-mu-wpcom-scssphp +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: added -Comment: Add production-include for wikimedia/aho-corasick, now required via my-jetpack in #38332. - - diff --git a/projects/plugins/search/changelog/fix-my-jetpack-currency b/projects/plugins/search/changelog/fix-my-jetpack-currency deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/fix-my-jetpack-currency +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/fix-sync-hpos-checksum-support b/projects/plugins/search/changelog/fix-sync-hpos-checksum-support deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/fix-sync-hpos-checksum-support +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/port-wpcomsh-1904 b/projects/plugins/search/changelog/port-wpcomsh-1904 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/port-wpcomsh-1904 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/prerelease b/projects/plugins/search/changelog/prerelease deleted file mode 100644 index 7d3f9cba4bc0e..0000000000000 --- a/projects/plugins/search/changelog/prerelease +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Updated package dependencies. diff --git a/projects/plugins/search/changelog/remove-ref-to-removed-idc-package b/projects/plugins/search/changelog/remove-ref-to-removed-idc-package deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/remove-ref-to-removed-idc-package +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/renovate-lock-file-maintenance b/projects/plugins/search/changelog/renovate-lock-file-maintenance deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/search/changelog/renovate-lock-file-maintenance +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/search/changelog/renovate-lock-file-maintenance#2 b/projects/plugins/search/changelog/renovate-lock-file-maintenance#2 deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/search/changelog/renovate-lock-file-maintenance#2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/search/changelog/renovate-lock-file-maintenance#3 b/projects/plugins/search/changelog/renovate-lock-file-maintenance#3 deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/search/changelog/renovate-lock-file-maintenance#3 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/search/changelog/renovate-playwright-monorepo b/projects/plugins/search/changelog/renovate-playwright-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/search/changelog/renovate-playwright-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/search/changelog/renovate-playwright-monorepo#2 b/projects/plugins/search/changelog/renovate-playwright-monorepo#2 deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/search/changelog/renovate-playwright-monorepo#2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/search/changelog/renovate-yoast-phpunit-polyfills-1.x b/projects/plugins/search/changelog/renovate-yoast-phpunit-polyfills-1.x deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/search/changelog/renovate-yoast-phpunit-polyfills-1.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/search/changelog/revert-svg-image-optimizations b/projects/plugins/search/changelog/revert-svg-image-optimizations deleted file mode 100644 index 356496f8a1f8f..0000000000000 --- a/projects/plugins/search/changelog/revert-svg-image-optimizations +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Revert recent SVG image optimizations. diff --git a/projects/plugins/search/changelog/try-lossless-image-optmization-part-2 b/projects/plugins/search/changelog/try-lossless-image-optmization-part-2 deleted file mode 100644 index 69c2d0f105cb4..0000000000000 --- a/projects/plugins/search/changelog/try-lossless-image-optmization-part-2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Lossless image optimization of images in projects/plugins [subdirectories from a* through social] diff --git a/projects/plugins/search/changelog/try-no-version-bumps-in-trunk b/projects/plugins/search/changelog/try-no-version-bumps-in-trunk deleted file mode 100644 index 91efe85c55e06..0000000000000 --- a/projects/plugins/search/changelog/try-no-version-bumps-in-trunk +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Un-bump version numbers in trunk. The build will now update the version numbers as needed for mirrors. - - diff --git a/projects/plugins/search/changelog/update-coditionally-render-connection-footer-with-unlock b/projects/plugins/search/changelog/update-coditionally-render-connection-footer-with-unlock deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/update-coditionally-render-connection-footer-with-unlock +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/update-connection-initial-state b/projects/plugins/search/changelog/update-connection-initial-state deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/update-connection-initial-state +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/update-idc-to-connection b/projects/plugins/search/changelog/update-idc-to-connection deleted file mode 100644 index a81e4000da338..0000000000000 --- a/projects/plugins/search/changelog/update-idc-to-connection +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Remove the 'jetpack-identity-crisis' dependency. diff --git a/projects/plugins/search/changelog/update-jetpack-ai-add-title-optimization-video-to-product-page b/projects/plugins/search/changelog/update-jetpack-ai-add-title-optimization-video-to-product-page deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/update-jetpack-ai-add-title-optimization-video-to-product-page +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/update-jsdoc-comments-for-wp-coding-standards b/projects/plugins/search/changelog/update-jsdoc-comments-for-wp-coding-standards deleted file mode 100644 index 0e655b2b8b7a3..0000000000000 --- a/projects/plugins/search/changelog/update-jsdoc-comments-for-wp-coding-standards +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Reformat jsdoc comments. No change to meaning or functionality. - - diff --git a/projects/plugins/search/changelog/update-load-connection-js-bundle-via-connection-package b/projects/plugins/search/changelog/update-load-connection-js-bundle-via-connection-package deleted file mode 100644 index 34cd6f32680e5..0000000000000 --- a/projects/plugins/search/changelog/update-load-connection-js-bundle-via-connection-package +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Updated connection js to load its bundle via connection package diff --git a/projects/plugins/search/changelog/update-minimum-wp-to-6.5 b/projects/plugins/search/changelog/update-minimum-wp-to-6.5 deleted file mode 100644 index 324db53ba465c..0000000000000 --- a/projects/plugins/search/changelog/update-minimum-wp-to-6.5 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: update WordPress version requirements to WordPress 6.5. diff --git a/projects/plugins/search/changelog/update-my-jetpack-protect-card-waf-dependency b/projects/plugins/search/changelog/update-my-jetpack-protect-card-waf-dependency deleted file mode 100644 index 59c80f69574e5..0000000000000 --- a/projects/plugins/search/changelog/update-my-jetpack-protect-card-waf-dependency +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update composer lock file diff --git a/projects/plugins/search/changelog/update-remove-redundant-sync-action b/projects/plugins/search/changelog/update-remove-redundant-sync-action deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/update-remove-redundant-sync-action +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/update-remove-stats-from-connection-interstitial b/projects/plugins/search/changelog/update-remove-stats-from-connection-interstitial deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/update-remove-stats-from-connection-interstitial +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/update-sync-hpos-add-shop-subscription-to-types b/projects/plugins/search/changelog/update-sync-hpos-add-shop-subscription-to-types deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/update-sync-hpos-add-shop-subscription-to-types +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/update-sync-hpos-checksum-fields-to-consider b/projects/plugins/search/changelog/update-sync-hpos-checksum-fields-to-consider deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/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/search/changelog/update-sync-must-sync-data-settings b/projects/plugins/search/changelog/update-sync-must-sync-data-settings deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/search/changelog/update-sync-must-sync-data-settings +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/search/changelog/update-tested-to-6-6 b/projects/plugins/search/changelog/update-tested-to-6-6 deleted file mode 100644 index 6cf57dbe55f90..0000000000000 --- a/projects/plugins/search/changelog/update-tested-to-6-6 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -General: indicate compatibility with the upcoming version of WordPress - 6.6. diff --git a/projects/plugins/search/composer.json b/projects/plugins/search/composer.json index 735e35c801fb4..8af85a6619ef9 100644 --- a/projects/plugins/search/composer.json +++ b/projects/plugins/search/composer.json @@ -62,7 +62,7 @@ }, "config": { "sort-packages": true, - "autoloader-suffix": "b462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ2_1_0", + "autoloader-suffix": "b462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ3_0_0", "allow-plugins": { "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true, diff --git a/projects/plugins/search/composer.lock b/projects/plugins/search/composer.lock index a0711011bc322..f33c7ce0ec445 100644 --- a/projects/plugins/search/composer.lock +++ b/projects/plugins/search/composer.lock @@ -521,7 +521,7 @@ "dist": { "type": "path", "url": "../../packages/connection", - "reference": "b5f7c6732e10f0a4827e26a273ef103078fb6340" + "reference": "ba6b4c5a04498f466aea16c82dd43f4563c0c859" }, "require": { "automattic/jetpack-a8c-mc-stats": "@dev", @@ -556,7 +556,7 @@ "link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.0.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ @@ -1687,7 +1687,7 @@ "dist": { "type": "path", "url": "../../packages/status", - "reference": "7ff2e0454b5d9dafdd6ddd7c1917065f739408e0" + "reference": "fb9d7919368d5fcea47f659fa2a7532ada3477a0" }, "require": { "automattic/jetpack-constants": "@dev", @@ -1712,7 +1712,7 @@ "link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.3.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ @@ -1748,7 +1748,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "526ab81e23c778c2c3462149febe2f7a9fd0df50" + "reference": "57b44f5733993fc13ee01f04b351e569fdab4522" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1781,7 +1781,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.9.x-dev" + "dev-trunk": "3.10.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/search/jetpack-search.php b/projects/plugins/search/jetpack-search.php index 98c1c8d2cf20f..f8c6fa04a4df7 100644 --- a/projects/plugins/search/jetpack-search.php +++ b/projects/plugins/search/jetpack-search.php @@ -4,7 +4,7 @@ * Plugin Name: Jetpack Search * Plugin URI: https://jetpack.com/search/ * Description: Easily add cloud-powered instant search and filters to your website or WooCommerce store with advanced algorithms that boost your search results based on traffic to your site. - * Version: 2.1.0 + * Version: 3.0.0 * Author: Automattic - Jetpack Search team * Author URI: https://jetpack.com/ * License: GPLv2 or later @@ -26,7 +26,7 @@ define( 'JETPACK_SEARCH_PLUGIN__FILE', __FILE__ ); define( 'JETPACK_SEARCH_PLUGIN__FILE_RELATIVE_PATH', plugin_basename( __FILE__ ) ); define( 'JETPACK_SEARCH_PLUGIN__SLUG', 'jetpack-search' ); -define( 'JETPACK_SEARCH_PLUGIN__VERSION', '2.1.0' ); +define( 'JETPACK_SEARCH_PLUGIN__VERSION', '3.0.0' ); defined( 'JETPACK_CLIENT__AUTH_LOCATION' ) || define( 'JETPACK_CLIENT__AUTH_LOCATION', 'header' ); diff --git a/projects/plugins/search/readme.txt b/projects/plugins/search/readme.txt index f82869d9fb87a..d301fa6194272 100644 --- a/projects/plugins/search/readme.txt +++ b/projects/plugins/search/readme.txt @@ -122,15 +122,9 @@ If you are using the Jetpack Search free option, and you have more than 5000 rec 5. Manage all of your Jetpack products, including Search, in a single place. == Changelog == -### 2.1.0 - 2024-05-23 -#### Added -- Trigger a red bubble notification when bad plugin install is detected. - +### 3.0.0 - 2024-09-05 #### Changed -- Update WordPRess tested version to 6.5. -- Update minimum WordPress version requirement to WordPress 6.4. -- Only show installation errors on the plugins page. -- Show My Jetpack link on the plugins page even if the plugin is not installed. +- General: Update WordPress version requirements to WordPress 6.5 and indicate compatibility with WordPress 6.6. == Testimonials == diff --git a/projects/plugins/backup/changelog/add-sync-waf-options b/projects/plugins/social/changelog/prerelease similarity index 100% rename from projects/plugins/backup/changelog/add-sync-waf-options rename to projects/plugins/social/changelog/prerelease diff --git a/projects/plugins/backup/changelog/add-welcome-flow-tracks-events b/projects/plugins/social/changelog/prerelease#2 similarity index 100% rename from projects/plugins/backup/changelog/add-welcome-flow-tracks-events rename to projects/plugins/social/changelog/prerelease#2 diff --git a/projects/plugins/backup/changelog/change-my-jetpack-ai-card b/projects/plugins/social/changelog/prerelease#3 similarity index 100% rename from projects/plugins/backup/changelog/change-my-jetpack-ai-card rename to projects/plugins/social/changelog/prerelease#3 diff --git a/projects/plugins/social/composer.lock b/projects/plugins/social/composer.lock index 1f40b75a2eef5..bfa7f1e378c85 100644 --- a/projects/plugins/social/composer.lock +++ b/projects/plugins/social/composer.lock @@ -521,7 +521,7 @@ "dist": { "type": "path", "url": "../../packages/connection", - "reference": "b5f7c6732e10f0a4827e26a273ef103078fb6340" + "reference": "ba6b4c5a04498f466aea16c82dd43f4563c0c859" }, "require": { "automattic/jetpack-a8c-mc-stats": "@dev", @@ -556,7 +556,7 @@ "link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.0.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ @@ -1678,7 +1678,7 @@ "dist": { "type": "path", "url": "../../packages/status", - "reference": "7ff2e0454b5d9dafdd6ddd7c1917065f739408e0" + "reference": "fb9d7919368d5fcea47f659fa2a7532ada3477a0" }, "require": { "automattic/jetpack-constants": "@dev", @@ -1703,7 +1703,7 @@ "link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.3.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ @@ -1739,7 +1739,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "526ab81e23c778c2c3462149febe2f7a9fd0df50" + "reference": "57b44f5733993fc13ee01f04b351e569fdab4522" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1772,7 +1772,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.9.x-dev" + "dev-trunk": "3.10.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/backup/changelog/fix-connection-assets-for-wpcom-simple-sites b/projects/plugins/starter-plugin/changelog/prerelease#6 similarity index 100% rename from projects/plugins/backup/changelog/fix-connection-assets-for-wpcom-simple-sites rename to projects/plugins/starter-plugin/changelog/prerelease#6 diff --git a/projects/plugins/backup/changelog/fix-jsx-runtime-react-19-polyfill b/projects/plugins/starter-plugin/changelog/prerelease#7 similarity index 100% rename from projects/plugins/backup/changelog/fix-jsx-runtime-react-19-polyfill rename to projects/plugins/starter-plugin/changelog/prerelease#7 diff --git a/projects/plugins/backup/changelog/fix-my-jetpack-currency b/projects/plugins/starter-plugin/changelog/prerelease#8 similarity index 100% rename from projects/plugins/backup/changelog/fix-my-jetpack-currency rename to projects/plugins/starter-plugin/changelog/prerelease#8 diff --git a/projects/plugins/starter-plugin/composer.lock b/projects/plugins/starter-plugin/composer.lock index a5e8a24307ba6..c010510c14ecf 100644 --- a/projects/plugins/starter-plugin/composer.lock +++ b/projects/plugins/starter-plugin/composer.lock @@ -521,7 +521,7 @@ "dist": { "type": "path", "url": "../../packages/connection", - "reference": "b5f7c6732e10f0a4827e26a273ef103078fb6340" + "reference": "ba6b4c5a04498f466aea16c82dd43f4563c0c859" }, "require": { "automattic/jetpack-a8c-mc-stats": "@dev", @@ -556,7 +556,7 @@ "link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.0.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ @@ -1538,7 +1538,7 @@ "dist": { "type": "path", "url": "../../packages/status", - "reference": "7ff2e0454b5d9dafdd6ddd7c1917065f739408e0" + "reference": "fb9d7919368d5fcea47f659fa2a7532ada3477a0" }, "require": { "automattic/jetpack-constants": "@dev", @@ -1563,7 +1563,7 @@ "link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.3.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ @@ -1599,7 +1599,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "526ab81e23c778c2c3462149febe2f7a9fd0df50" + "reference": "57b44f5733993fc13ee01f04b351e569fdab4522" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1632,7 +1632,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.9.x-dev" + "dev-trunk": "3.10.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/videopress/CHANGELOG.md b/projects/plugins/videopress/CHANGELOG.md index 64a0b9a57ffaf..d9bf5758f19b0 100644 --- a/projects/plugins/videopress/CHANGELOG.md +++ b/projects/plugins/videopress/CHANGELOG.md @@ -4,6 +4,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/). +## 2.0 - 2024-09-05 +### Changed +- General: Dependency updates. [#38942] [#38822] [#39004] [#39111] [#39176] + ## 1.9 - 2024-08-15 ### Changed - General: indicate compatibility with the upcoming version of WordPress - 6.6. diff --git a/projects/plugins/videopress/changelog/add-filter-for-filtered-order-data b/projects/plugins/videopress/changelog/add-filter-for-filtered-order-data deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/videopress/changelog/add-filter-for-filtered-order-data +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/videopress/changelog/fix-connection-assets-for-wpcom-simple-sites b/projects/plugins/videopress/changelog/fix-connection-assets-for-wpcom-simple-sites deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/videopress/changelog/fix-connection-assets-for-wpcom-simple-sites +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/videopress/changelog/fix-my-jetpack-currency b/projects/plugins/videopress/changelog/fix-my-jetpack-currency deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/videopress/changelog/fix-my-jetpack-currency +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/videopress/changelog/remove-eslintrc-unneeded-parseroptions b/projects/plugins/videopress/changelog/remove-eslintrc-unneeded-parseroptions deleted file mode 100644 index e9871ae770e2f..0000000000000 --- a/projects/plugins/videopress/changelog/remove-eslintrc-unneeded-parseroptions +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: removed -Comment: Remove unneeded `parserOptions` from eslintrc. - - diff --git a/projects/plugins/videopress/changelog/renovate-lock-file-maintenance b/projects/plugins/videopress/changelog/renovate-lock-file-maintenance deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/videopress/changelog/renovate-lock-file-maintenance +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/videopress/changelog/renovate-npm-webpack-vulnerability b/projects/plugins/videopress/changelog/renovate-npm-webpack-vulnerability deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/videopress/changelog/renovate-npm-webpack-vulnerability +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/videopress/changelog/renovate-wordpress-monorepo b/projects/plugins/videopress/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/videopress/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/videopress/changelog/renovate-yoast-phpunit-polyfills-1.x b/projects/plugins/videopress/changelog/renovate-yoast-phpunit-polyfills-1.x deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/videopress/changelog/renovate-yoast-phpunit-polyfills-1.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/videopress/changelog/revert-svg-image-optimizations b/projects/plugins/videopress/changelog/revert-svg-image-optimizations deleted file mode 100644 index 356496f8a1f8f..0000000000000 --- a/projects/plugins/videopress/changelog/revert-svg-image-optimizations +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Revert recent SVG image optimizations. diff --git a/projects/plugins/videopress/changelog/try-lossless-image-optmization-part-3 b/projects/plugins/videopress/changelog/try-lossless-image-optmization-part-3 deleted file mode 100644 index cf77a8b55bb43..0000000000000 --- a/projects/plugins/videopress/changelog/try-lossless-image-optmization-part-3 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Lossless image optimization for images (should improve performance with no visible changes). diff --git a/projects/plugins/videopress/changelog/try-no-version-bumps-in-trunk b/projects/plugins/videopress/changelog/try-no-version-bumps-in-trunk deleted file mode 100644 index 91efe85c55e06..0000000000000 --- a/projects/plugins/videopress/changelog/try-no-version-bumps-in-trunk +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Un-bump version numbers in trunk. The build will now update the version numbers as needed for mirrors. - - diff --git a/projects/plugins/videopress/changelog/update-my-jetpack-protect-card-waf-dependency b/projects/plugins/videopress/changelog/update-my-jetpack-protect-card-waf-dependency deleted file mode 100644 index 59c80f69574e5..0000000000000 --- a/projects/plugins/videopress/changelog/update-my-jetpack-protect-card-waf-dependency +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update composer lock file diff --git a/projects/plugins/videopress/changelog/update-sync-hpos-add-shop-subscription-to-types b/projects/plugins/videopress/changelog/update-sync-hpos-add-shop-subscription-to-types deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/videopress/changelog/update-sync-hpos-add-shop-subscription-to-types +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/videopress/composer.json b/projects/plugins/videopress/composer.json index 8065aa4ac5c45..dcdd1afbd77a3 100644 --- a/projects/plugins/videopress/composer.json +++ b/projects/plugins/videopress/composer.json @@ -58,6 +58,6 @@ "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true }, - "autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ1_9" + "autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_videopressⓥ2_0" } } diff --git a/projects/plugins/videopress/composer.lock b/projects/plugins/videopress/composer.lock index 54eb2964e268f..6bde006fe60be 100644 --- a/projects/plugins/videopress/composer.lock +++ b/projects/plugins/videopress/composer.lock @@ -521,7 +521,7 @@ "dist": { "type": "path", "url": "../../packages/connection", - "reference": "b5f7c6732e10f0a4827e26a273ef103078fb6340" + "reference": "ba6b4c5a04498f466aea16c82dd43f4563c0c859" }, "require": { "automattic/jetpack-a8c-mc-stats": "@dev", @@ -556,7 +556,7 @@ "link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.0.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ @@ -1538,7 +1538,7 @@ "dist": { "type": "path", "url": "../../packages/status", - "reference": "7ff2e0454b5d9dafdd6ddd7c1917065f739408e0" + "reference": "fb9d7919368d5fcea47f659fa2a7532ada3477a0" }, "require": { "automattic/jetpack-constants": "@dev", @@ -1563,7 +1563,7 @@ "link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.3.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ @@ -1599,7 +1599,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "526ab81e23c778c2c3462149febe2f7a9fd0df50" + "reference": "57b44f5733993fc13ee01f04b351e569fdab4522" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1632,7 +1632,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.9.x-dev" + "dev-trunk": "3.10.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/videopress/jetpack-videopress.php b/projects/plugins/videopress/jetpack-videopress.php index 3e59d692e9669..6e515e821355f 100644 --- a/projects/plugins/videopress/jetpack-videopress.php +++ b/projects/plugins/videopress/jetpack-videopress.php @@ -4,7 +4,7 @@ * Plugin Name: Jetpack VideoPress * Plugin URI: https://wordpress.org/plugins/jetpack-videopress * Description: High quality, ad-free video. - * Version: 1.9 + * Version: 2.0 * Author: Automattic - Jetpack Video team * Author URI: https://jetpack.com/videopress/ * License: GPLv2 or later diff --git a/projects/plugins/videopress/readme.txt b/projects/plugins/videopress/readme.txt index ed1e56a09a196..814d29ef0c9c3 100644 --- a/projects/plugins/videopress/readme.txt +++ b/projects/plugins/videopress/readme.txt @@ -84,14 +84,7 @@ The file size limit is 5 GB. However, on slower networks, there is a chance the 4. Edit your video details, cover image, and privacy from your VideoPress library. == Changelog == -### 1.9 - 2024-08-15 +### 2.0 - 2024-09-05 #### Changed -- General: indicate compatibility with the upcoming version of WordPress - 6.6. -- Updated package dependencies. - -#### Removed -- General: update WordPress version requirements to WordPress 6.5. - -#### Fixed -- Updated package dependencies. +- General: Dependency updates. diff --git a/projects/plugins/backup/changelog/fix-sync-hpos-checksum-support b/projects/plugins/wpcomsh/changelog/prerelease#2 similarity index 100% rename from projects/plugins/backup/changelog/fix-sync-hpos-checksum-support rename to projects/plugins/wpcomsh/changelog/prerelease#2 diff --git a/projects/plugins/backup/changelog/update-connection-initial-state b/projects/plugins/wpcomsh/changelog/prerelease#3 similarity index 100% rename from projects/plugins/backup/changelog/update-connection-initial-state rename to projects/plugins/wpcomsh/changelog/prerelease#3 diff --git a/projects/plugins/backup/changelog/update-remove-stats-from-connection-interstitial b/projects/plugins/wpcomsh/changelog/prerelease#4 similarity index 100% rename from projects/plugins/backup/changelog/update-remove-stats-from-connection-interstitial rename to projects/plugins/wpcomsh/changelog/prerelease#4 diff --git a/projects/plugins/wpcomsh/composer.lock b/projects/plugins/wpcomsh/composer.lock index 49b6daa11f389..7a078370241cc 100644 --- a/projects/plugins/wpcomsh/composer.lock +++ b/projects/plugins/wpcomsh/composer.lock @@ -631,7 +631,7 @@ "dist": { "type": "path", "url": "../../packages/connection", - "reference": "b5f7c6732e10f0a4827e26a273ef103078fb6340" + "reference": "ba6b4c5a04498f466aea16c82dd43f4563c0c859" }, "require": { "automattic/jetpack-a8c-mc-stats": "@dev", @@ -666,7 +666,7 @@ "link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.0.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ @@ -1647,7 +1647,7 @@ "dist": { "type": "path", "url": "../../packages/status", - "reference": "7ff2e0454b5d9dafdd6ddd7c1917065f739408e0" + "reference": "fb9d7919368d5fcea47f659fa2a7532ada3477a0" }, "require": { "automattic/jetpack-constants": "@dev", @@ -1672,7 +1672,7 @@ "link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.3.x-dev" + "dev-trunk": "4.0.x-dev" }, "dependencies": { "test-only": [ @@ -1708,7 +1708,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "526ab81e23c778c2c3462149febe2f7a9fd0df50" + "reference": "57b44f5733993fc13ee01f04b351e569fdab4522" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1741,7 +1741,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.9.x-dev" + "dev-trunk": "3.10.x-dev" }, "dependencies": { "test-only": [