diff --git a/projects/github-actions/test-results-to-slack/CHANGELOG.md b/projects/github-actions/test-results-to-slack/CHANGELOG.md index b9909250a7005..847e6402f2eb9 100644 --- a/projects/github-actions/test-results-to-slack/CHANGELOG.md +++ b/projects/github-actions/test-results-to-slack/CHANGELOG.md @@ -16,10 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.3.0] - 2024-02-07 ### Changed - Update doc example to use `actions/upload-artifact@v4`. [#34997] -- Updated package dependencies. [#33650] -- Updated package dependencies. [#34193] -- Updated package dependencies. [#34427] -- Updated package dependencies. [#35385] +- Updated package dependencies. [#33650] [#34193] [#34427] [#35385] - Use the node20 runner instead of the deprecated node16 runner. [#35262] ## [0.2.1] - 2023-04-07 diff --git a/projects/js-packages/ai-client/CHANGELOG.md b/projects/js-packages/ai-client/CHANGELOG.md index dce35e42ff0af..a968c8c667acb 100644 --- a/projects/js-packages/ai-client/CHANGELOG.md +++ b/projects/js-packages/ai-client/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.24.3] - 2024-11-18 +### Changed +- AI Client: add effect on AiModalInputPrompt to update/set prompt on prop update [#40113] + ## [0.24.2] - 2024-11-11 ### Changed - Updated package dependencies. [#39999] [#40000] @@ -228,8 +232,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - AI Client: change loading and error state handling on media recording hook. [#36001] - AI Client: publish audio information on the validation success callback of the audio validation hook. [#36094] -- Updated package dependencies. [#36095] -- Updated package dependencies. [#36143] +- Updated package dependencies. [#36095] [#36143] ### Fixed - AI Client: fixed transcription request from P2 editor [#36081] @@ -458,10 +461,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - AI Client: stop using smart document visibility handling on the fetchEventSource library, so it does not restart the completion when changing tabs. [#32004] -- Updated package dependencies. [#31468] -- Updated package dependencies. [#31659] -- Updated package dependencies. [#31785] +- Updated package dependencies. [#31468] [#31659] [#31785] +[0.24.3]: https://github.com/Automattic/jetpack-ai-client/compare/v0.24.2...v0.24.3 [0.24.2]: https://github.com/Automattic/jetpack-ai-client/compare/v0.24.1...v0.24.2 [0.24.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.24.0...v0.24.1 [0.24.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.23.0...v0.24.0 diff --git a/projects/js-packages/ai-client/changelog/add-jetpack-ai-featured-image-styles b/projects/js-packages/ai-client/changelog/add-jetpack-ai-featured-image-styles deleted file mode 100644 index 3158566b27130..0000000000000 --- a/projects/js-packages/ai-client/changelog/add-jetpack-ai-featured-image-styles +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -AI Client: add effect on AiModalInputPrompt to update/set prompt on prop update diff --git a/projects/js-packages/ai-client/package.json b/projects/js-packages/ai-client/package.json index fa9db13c0378b..0febb05d9f972 100644 --- a/projects/js-packages/ai-client/package.json +++ b/projects/js-packages/ai-client/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@automattic/jetpack-ai-client", - "version": "0.24.2", + "version": "0.24.3", "description": "A JS client for consuming Jetpack AI services", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/ai-client/#readme", "bugs": { diff --git a/projects/js-packages/api/CHANGELOG.md b/projects/js-packages/api/CHANGELOG.md index 36edfca5f01bc..ee94bf4b20d8b 100644 --- a/projects/js-packages/api/CHANGELOG.md +++ b/projects/js-packages/api/CHANGELOG.md @@ -92,8 +92,7 @@ ## [0.16.7] - 2023-12-03 ### Changed -- Updated package dependencies. [#34411] -- Updated package dependencies. [#34427] +- Updated package dependencies. [#34411] [#34427] ## [0.16.6] - 2023-11-20 diff --git a/projects/js-packages/components/CHANGELOG.md b/projects/js-packages/components/CHANGELOG.md index 8eda6bd0801a3..c13df911bfaf4 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.61.0] - 2024-11-18 +### Added +- Gridicon Component: Add support for help-outline icon. [#39867] + ## [0.60.0] - 2024-11-14 ### Added - Adds tooltips for each ThreatFixerButton state [#40111] @@ -17,9 +21,7 @@ ### Changed - Add ToggleGroupControl to ThreatsDataViews for easily toggling between Active and Historical threats [#39901] -- Updated package dependencies. [#39999] -- Updated package dependencies. [#40000] -- Updated package dependencies. [#40060] +- Updated package dependencies. [#39999] [#40000] [#40060] ## [0.58.1] - 2024-11-04 ### Added @@ -189,9 +191,7 @@ - Social | Wired up confirmation UI with connect button [#37295] ### Changed -- Updated package dependencies. [#37379] -- Updated package dependencies. [#37380] -- Updated package dependencies. [#37382] +- Updated package dependencies. [#37379] [#37380] [#37382] ## [0.53.2] - 2024-05-13 ### Added @@ -416,8 +416,7 @@ ## [0.42.1] - 2023-09-04 ### Changed -- Updated package dependencies. [#32803] -- Updated package dependencies. [#32804] +- Updated package dependencies. [#32803] [#32804] ## [0.42.0] - 2023-09-01 ### Added @@ -467,8 +466,7 @@ ## [0.40.1] - 2023-07-05 ### Changed - Adjust component pricing slider border and box-shadow styling. [#31593] -- Updated package dependencies. [#31659] -- Updated package dependencies. [#31661] +- Updated package dependencies. [#31659] [#31661] - Update storybook mdx to use `@storybook/blocks` directly rather than `@storybook/addon-docs`. [#31607] ### Fixed @@ -746,8 +744,7 @@ - Fix ProductPrice layout for long prices [#26595] - IconTooltip: Use click instead of mouseover for summoning [#26457] - Refactor props for structure consistency with JetpackLogo component. [#26510] -- Updated package dependencies. [#26568] -- Updated package dependencies. [#26583] +- Updated package dependencies. [#26568] [#26583] ### Fixed - Components: fix the positio of TOS component of the PricingTable cmp [#26509] @@ -1221,6 +1218,7 @@ ### Changed - Update node version requirement to 14.16.1 +[0.61.0]: https://github.com/Automattic/jetpack-components/compare/0.60.0...0.61.0 [0.60.0]: https://github.com/Automattic/jetpack-components/compare/0.59.0...0.60.0 [0.59.0]: https://github.com/Automattic/jetpack-components/compare/0.58.1...0.59.0 [0.58.1]: https://github.com/Automattic/jetpack-components/compare/0.58.0...0.58.1 diff --git a/projects/js-packages/components/changelog/add-gridicons-help-outline b/projects/js-packages/components/changelog/add-gridicons-help-outline deleted file mode 100644 index 112c340396ab8..0000000000000 --- a/projects/js-packages/components/changelog/add-gridicons-help-outline +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Gridicon Component: Add support for help-outline icon. diff --git a/projects/js-packages/components/package.json b/projects/js-packages/components/package.json index e7c140d4ccdf2..3291eaeb81a5e 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.60.0", + "version": "0.61.0", "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 ae3f00b71ad7d..5d71f852da8a8 100644 --- a/projects/js-packages/connection/CHANGELOG.md +++ b/projects/js-packages/connection/CHANGELOG.md @@ -2,15 +2,17 @@ ### This is a list detailing changes for the Jetpack RNA Connection Component releases. +## [0.35.18] - 2024-11-18 +### Changed +- Update dependencies. + ## [0.35.17] - 2024-11-14 ### Changed - Update dependencies. ## [0.35.16] - 2024-11-11 ### Changed -- Updated package dependencies. [#39999] -- Updated package dependencies. [#40000] -- Updated package dependencies. [#40060] +- Updated package dependencies. [#39999] [#40000] [#40060] ## [0.35.15] - 2024-11-04 ### Added @@ -272,8 +274,7 @@ ## [0.29.9] - 2023-09-04 ### Changed -- Updated package dependencies. [#32803] -- Updated package dependencies. [#32804] +- Updated package dependencies. [#32803] [#32804] ## [0.29.8] - 2023-08-21 ### Added @@ -892,6 +893,7 @@ - `Main` and `ConnectUser` components added. - `JetpackRestApiClient` API client added. +[0.35.18]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.17...v0.35.18 [0.35.17]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.16...v0.35.17 [0.35.16]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.15...v0.35.16 [0.35.15]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.14...v0.35.15 diff --git a/projects/js-packages/connection/package.json b/projects/js-packages/connection/package.json index 11f5abc8d61f3..4ca26d372bb44 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.17", + "version": "0.35.18", "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 db9e166357f80..452e81a4976f2 100644 --- a/projects/js-packages/idc/CHANGELOG.md +++ b/projects/js-packages/idc/CHANGELOG.md @@ -2,14 +2,17 @@ ### This is a list detailing changes for the Jetpack RNA IDC package releases. +## 0.11.20 - 2024-11-18 +### Changed +- Update dependencies. + ## 0.11.19 - 2024-11-14 ### Changed - Update dependencies. ## 0.11.18 - 2024-11-11 ### Changed -- Updated package dependencies. [#39999] -- Updated package dependencies. [#40060] +- Updated package dependencies. [#39999] [#40060] ## 0.11.17 - 2024-10-15 ### Changed @@ -89,8 +92,7 @@ ## 0.10.72 - 2024-05-16 ### Changed -- Updated package dependencies. [#37379] -- Updated package dependencies. [#37380] +- Updated package dependencies. [#37379] [#37380] ## 0.10.71 - 2024-05-08 ### Changed @@ -196,8 +198,7 @@ ## 0.10.45 - 2023-09-04 ### Changed -- Updated package dependencies. [#32803] -- Updated package dependencies. [#32804] +- Updated package dependencies. [#32803] [#32804] ## 0.10.44 - 2023-08-09 ### Changed diff --git a/projects/js-packages/idc/package.json b/projects/js-packages/idc/package.json index f63f0920c6b8c..556faddb09046 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.19", + "version": "0.11.20", "description": "Jetpack Connection Component", "author": "Automattic", "license": "GPL-2.0-or-later", diff --git a/projects/js-packages/image-guide/CHANGELOG.md b/projects/js-packages/image-guide/CHANGELOG.md index 31d5a5e5bf641..7382172c78c1a 100644 --- a/projects/js-packages/image-guide/CHANGELOG.md +++ b/projects/js-packages/image-guide/CHANGELOG.md @@ -10,8 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Enable test coverage. [#39961] ### Changed -- Updated package dependencies. [#39898] -- Updated package dependencies. [#39910] +- Updated package dependencies. [#39898] [#39910] ## [0.5.12] - 2024-09-25 ### Security @@ -34,8 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.5.9] - 2024-06-21 ### Changed -- Updated package dependencies. [#37796] -- Updated package dependencies. [#37830] +- Updated package dependencies. [#37796] [#37830] ## [0.5.8] - 2024-03-29 ### Changed @@ -59,9 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.5.4] - 2023-10-26 ### Changed -- Updated package dependencies. [#32957] -- Updated package dependencies. [#33567] -- Updated package dependencies. [#33569] +- Updated package dependencies. [#32957] [#33567] [#33569] ## [0.5.3] - 2023-09-13 ### Changed diff --git a/projects/js-packages/licensing/CHANGELOG.md b/projects/js-packages/licensing/CHANGELOG.md index ba79474509581..e960e2029de8a 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.13.9 - 2024-11-18 +### Changed +- Update dependencies. [#37982] + ## 0.13.8 - 2024-11-14 ### Changed - Update dependencies. [#37982] @@ -230,8 +234,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 0.11.5 - 2023-09-04 ### Changed -- Updated package dependencies. [#32803] -- Updated package dependencies. [#32804] +- Updated package dependencies. [#32803] [#32804] ## 0.11.4 - 2023-08-23 ### Changed diff --git a/projects/js-packages/licensing/package.json b/projects/js-packages/licensing/package.json index c0d45340659a8..f8b533afa1597 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.13.8", + "version": "0.13.9", "description": "Jetpack licensing flow", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/licensing/#readme", "bugs": { diff --git a/projects/js-packages/partner-coupon/CHANGELOG.md b/projects/js-packages/partner-coupon/CHANGELOG.md index f9c53c0961a50..97f584fee035e 100644 --- a/projects/js-packages/partner-coupon/CHANGELOG.md +++ b/projects/js-packages/partner-coupon/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.96 - 2024-11-18 +### Changed +- Update dependencies. [#40194] + ## 0.2.95 - 2024-11-11 ### Changed - Updated package dependencies. [#39999] [#40060] @@ -176,8 +180,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 0.2.54 - 2023-09-04 ### Changed -- Updated package dependencies. [#32803] -- Updated package dependencies. [#32804] +- Updated package dependencies. [#32803] [#32804] ## 0.2.53 - 2023-08-09 ### Changed diff --git a/projects/js-packages/partner-coupon/changelog/force-a-release b/projects/js-packages/partner-coupon/changelog/force-a-release deleted file mode 100644 index d4ad6c7cc3379..0000000000000 --- a/projects/js-packages/partner-coupon/changelog/force-a-release +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update dependencies. diff --git a/projects/js-packages/partner-coupon/package.json b/projects/js-packages/partner-coupon/package.json index e91bdd2ec3350..dd9e1b39f0628 100644 --- a/projects/js-packages/partner-coupon/package.json +++ b/projects/js-packages/partner-coupon/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-partner-coupon", - "version": "0.2.95", + "version": "0.2.96", "description": "This package aims to add components to make it easier to redeem partner coupons", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/partner-coupon/#readme", "bugs": { diff --git a/projects/js-packages/publicize-components/CHANGELOG.md b/projects/js-packages/publicize-components/CHANGELOG.md index 62312a78ecaf3..3f207aea9658c 100644 --- a/projects/js-packages/publicize-components/CHANGELOG.md +++ b/projects/js-packages/publicize-components/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.73.0] - 2024-11-18 +### Added +- Added toggle for UTM settings. [#39998] + +### Changed +- Removed some unused code for Social. [#40122] + ## [0.72.1] - 2024-11-11 ### Changed - Social: Clean up social store. [#40033] @@ -280,8 +287,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.54.3] - 2024-06-13 ### Changed -- Updated package dependencies. [#37795] -- Updated package dependencies. [#37796] +- Updated package dependencies. [#37795] [#37796] ### Fixed - Social: Fixed WSOD on connections UI when an old Twitter connection exists. [#37836] @@ -382,8 +388,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Extracted the connection toggle state logic. [#36776] - Only show custom media picker for normal posts. [#36640] -- Updated package dependencies. [#36760] -- Updated package dependencies. [#36761] +- Updated package dependencies. [#36760] [#36761] - Update to the most recent version of Color Studio, 2.6.0. [#36751] ### Fixed @@ -589,8 +594,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.38.0] - 2023-09-19 ### Changed - Move auto-conversion notice near the Instagram one [#33106] -- Updated package dependencies. [#33001] -- Updated package dependencies. [#33043] +- Updated package dependencies. [#33001] [#33043] ### Fixed - Fixed video previews for Social Previews [#33132] @@ -607,8 +611,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.36.0] - 2023-09-04 ### Changed - Changed logic that disables the connections based on the auto-conversion feature [#32671] -- Updated package dependencies. [#32803] -- Updated package dependencies. [#32804] +- Updated package dependencies. [#32803] [#32804] ### Fixed - Fixed an issue with the logic of getting the enchanced publishing feature [#32707] @@ -675,8 +678,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.28.0] - 2023-07-05 ### Changed - Refactored the media validation so that it is done on a per connection basis [#31565] -- Updated package dependencies. [#31659] -- Updated package dependencies. [#31661] +- Updated package dependencies. [#31659] [#31661] ## [0.27.0] - 2023-06-26 ### Changed @@ -1010,6 +1012,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#24470] +[0.73.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.72.1...v0.73.0 [0.72.1]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.72.0...v0.72.1 [0.72.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.71.5...v0.72.0 [0.71.5]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.71.4...v0.71.5 diff --git a/projects/js-packages/publicize-components/changelog/add-social-utm-toggle b/projects/js-packages/publicize-components/changelog/add-social-utm-toggle deleted file mode 100644 index 8b8f84a2556c2..0000000000000 --- a/projects/js-packages/publicize-components/changelog/add-social-utm-toggle +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Added toggle for UTM settings diff --git a/projects/js-packages/publicize-components/changelog/update-remove-unused-code-for-social b/projects/js-packages/publicize-components/changelog/update-remove-unused-code-for-social deleted file mode 100644 index e47ab386b1029..0000000000000 --- a/projects/js-packages/publicize-components/changelog/update-remove-unused-code-for-social +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Removed some unused code for Social diff --git a/projects/js-packages/publicize-components/package.json b/projects/js-packages/publicize-components/package.json index b6119472b788d..141d9c3cc17c2 100644 --- a/projects/js-packages/publicize-components/package.json +++ b/projects/js-packages/publicize-components/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-publicize-components", - "version": "0.72.1", + "version": "0.73.0", "description": "A library of JS components required by the Publicize editor plugin", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/publicize-components/#readme", "bugs": { diff --git a/projects/js-packages/react-data-sync-client/CHANGELOG.md b/projects/js-packages/react-data-sync-client/CHANGELOG.md index 6e72682276c41..6977e92cd5344 100644 --- a/projects/js-packages/react-data-sync-client/CHANGELOG.md +++ b/projects/js-packages/react-data-sync-client/CHANGELOG.md @@ -15,8 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.4] - 2024-08-29 ### Changed -- Updated package dependencies. [#39004] -- Updated package dependencies. [#39111] +- Updated package dependencies. [#39004] [#39111] ## [0.1.3] - 2024-06-10 ### Changed diff --git a/projects/js-packages/remove-asset-webpack-plugin/CHANGELOG.md b/projects/js-packages/remove-asset-webpack-plugin/CHANGELOG.md index 169e546c60abe..9090b682a210b 100644 --- a/projects/js-packages/remove-asset-webpack-plugin/CHANGELOG.md +++ b/projects/js-packages/remove-asset-webpack-plugin/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). +## [1.0.24] - 2024-11-18 +### Changed +- Update dependencies. [#40194] + ## [1.0.23] - 2024-11-04 ### Added - Enable test coverage. [#39961] @@ -107,6 +111,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. +[1.0.24]: https://github.com/Automattic/remove-asset-webpack-plugin/compare/v1.0.23...v1.0.24 [1.0.23]: https://github.com/Automattic/remove-asset-webpack-plugin/compare/v1.0.22...v1.0.23 [1.0.22]: https://github.com/Automattic/remove-asset-webpack-plugin/compare/v1.0.21...v1.0.22 [1.0.21]: https://github.com/Automattic/remove-asset-webpack-plugin/compare/v1.0.20...v1.0.21 diff --git a/projects/js-packages/remove-asset-webpack-plugin/package.json b/projects/js-packages/remove-asset-webpack-plugin/package.json index 60886ff0c7ec4..16e087f18a5a5 100644 --- a/projects/js-packages/remove-asset-webpack-plugin/package.json +++ b/projects/js-packages/remove-asset-webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/remove-asset-webpack-plugin", - "version": "1.0.23", + "version": "1.0.24", "description": "A Webpack plugin to remove assets from the build.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/remove-asset-webpack-plugin/README.md#readme", "bugs": { diff --git a/projects/js-packages/shared-extension-utils/CHANGELOG.md b/projects/js-packages/shared-extension-utils/CHANGELOG.md index aa5df82c67da1..d3ec80bd771cd 100644 --- a/projects/js-packages/shared-extension-utils/CHANGELOG.md +++ b/projects/js-packages/shared-extension-utils/CHANGELOG.md @@ -5,10 +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.15.17] - 2024-11-18 +### Changed +- Update dependencies. [#40194] + ## [0.15.16] - 2024-11-11 ### Changed -- Updated package dependencies. [#39999] -- Updated package dependencies. [#40060] +- Updated package dependencies. [#39999] [#40060] ## [0.15.15] - 2024-11-04 ### Added @@ -243,8 +246,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.11.4] - 2023-09-04 ### Changed -- Updated package dependencies. [#32803] -- Updated package dependencies. [#32804] +- Updated package dependencies. [#32803] [#32804] ### Removed - Remove unnecessary files from mirror repo and published package. [#32674] @@ -484,6 +486,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Core: prepare utility for release +[0.15.17]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.16...0.15.17 [0.15.16]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.15...0.15.16 [0.15.15]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.14...0.15.15 [0.15.14]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.13...0.15.14 diff --git a/projects/js-packages/shared-extension-utils/changelog/force-a-release b/projects/js-packages/shared-extension-utils/changelog/force-a-release deleted file mode 100644 index d4ad6c7cc3379..0000000000000 --- a/projects/js-packages/shared-extension-utils/changelog/force-a-release +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update dependencies. diff --git a/projects/js-packages/shared-extension-utils/package.json b/projects/js-packages/shared-extension-utils/package.json index 9f17b51e7caeb..f583dbd6986b7 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.16", + "version": "0.15.17", "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/svelte-data-sync-client/CHANGELOG.md b/projects/js-packages/svelte-data-sync-client/CHANGELOG.md index fea039098e15d..49ceeedfd8682 100644 --- a/projects/js-packages/svelte-data-sync-client/CHANGELOG.md +++ b/projects/js-packages/svelte-data-sync-client/CHANGELOG.md @@ -12,10 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.3.4] - 2023-10-26 ### Changed - DataSync: Refactor the datasync interface [#33538] -- Updated package dependencies. [#32957] -- Updated package dependencies. [#33454] -- Updated package dependencies. [#33567] -- Updated package dependencies. [#33569] +- Updated package dependencies. [#32957] [#33454] [#33567] [#33569] ## [0.3.3] - 2023-09-13 ### Changed diff --git a/projects/js-packages/webpack-config/CHANGELOG.md b/projects/js-packages/webpack-config/CHANGELOG.md index 4ff1b241578db..7b4d4a1d1a66c 100644 --- a/projects/js-packages/webpack-config/CHANGELOG.md +++ b/projects/js-packages/webpack-config/CHANGELOG.md @@ -11,8 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 3.5.1 - 2024-11-11 ### Changed -- Updated package dependencies. [#39999] -- Updated package dependencies. [#40060] +- Updated package dependencies. [#39999] [#40060] ## 3.5.0 - 2024-10-14 ### Added @@ -178,8 +177,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 1.5.9 - 2023-09-04 ### Changed -- Updated package dependencies. [#32803] -- Updated package dependencies. [#32804] +- Updated package dependencies. [#32803] [#32804] ## 1.5.8 - 2023-08-09 ### Changed diff --git a/projects/packages/backup/CHANGELOG.md b/projects/packages/backup/CHANGELOG.md index 905ea8291fc7e..b9c4e8ae3ded1 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). +## [4.0.1] - 2024-11-18 +### Changed +- Update dependencies. [#39855] + ## [4.0.0] - 2024-11-14 ### Added - Backup: added next daily backup schedule time on admin page [#39914] @@ -266,8 +270,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.17.4] - 2023-09-04 ### Changed -- Updated package dependencies. [#32803] -- Updated package dependencies. [#32804] +- Updated package dependencies. [#32803] [#32804] ## [1.17.3] - 2023-08-28 ### Added @@ -737,6 +740,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… +[4.0.1]: https://github.com/Automattic/jetpack-backup/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/Automattic/jetpack-backup/compare/v3.4.17...v4.0.0 [3.4.17]: https://github.com/Automattic/jetpack-backup/compare/v3.4.16...v3.4.17 [3.4.16]: https://github.com/Automattic/jetpack-backup/compare/v3.4.15...v3.4.16 diff --git a/projects/packages/backup/src/class-package-version.php b/projects/packages/backup/src/class-package-version.php index d2bddba75fb5b..0e159ea620ae2 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 = '4.0.0'; + const PACKAGE_VERSION = '4.0.1'; const PACKAGE_SLUG = 'backup'; diff --git a/projects/packages/blaze/CHANGELOG.md b/projects/packages/blaze/CHANGELOG.md index 083330df29265..106cae729fd9a 100644 --- a/projects/packages/blaze/CHANGELOG.md +++ b/projects/packages/blaze/CHANGELOG.md @@ -5,13 +5,16 @@ 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.25.0] - 2024-11-18 +### Removed +- General: Update minimum PHP version to 7.2. [#40147] + ## [0.24.0] - 2024-11-11 ### Added - Adds /stats endpoints to the whitelist [#39995] ### Changed -- Updated package dependencies. [#39999] -- Updated package dependencies. [#40060] +- Updated package dependencies. [#39999] [#40060] ## [0.23.3] - 2024-11-04 ### Added @@ -286,8 +289,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.10.1] - 2023-09-04 ### Changed -- Updated package dependencies. [#32803] -- Updated package dependencies. [#32804] +- Updated package dependencies. [#32803] [#32804] ### Fixed - Fixes missing controller for DSP /subscriptions POST endpoint [#32752] @@ -482,6 +484,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#27906] +[0.25.0]: https://github.com/automattic/jetpack-blaze/compare/v0.24.0...v0.25.0 [0.24.0]: https://github.com/automattic/jetpack-blaze/compare/v0.23.3...v0.24.0 [0.23.3]: https://github.com/automattic/jetpack-blaze/compare/v0.23.2...v0.23.3 [0.23.2]: https://github.com/automattic/jetpack-blaze/compare/v0.23.1...v0.23.2 diff --git a/projects/packages/blaze/changelog/update-bump_min_php_to_7.2 b/projects/packages/blaze/changelog/update-bump_min_php_to_7.2 deleted file mode 100644 index 712ab5f494aaa..0000000000000 --- a/projects/packages/blaze/changelog/update-bump_min_php_to_7.2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: Update minimum PHP version to 7.2. diff --git a/projects/packages/blaze/changelog/update-cli-test-command b/projects/packages/blaze/changelog/update-cli-test-command deleted file mode 100644 index ab443a3809175..0000000000000 --- a/projects/packages/blaze/changelog/update-cli-test-command +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update `jetpack test` command in comment. - - diff --git a/projects/packages/blaze/composer.json b/projects/packages/blaze/composer.json index 064b4c85c494c..362666a0ff33a 100644 --- a/projects/packages/blaze/composer.json +++ b/projects/packages/blaze/composer.json @@ -67,7 +67,7 @@ "link-template": "https://github.com/automattic/jetpack-blaze/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.24.x-dev" + "dev-trunk": "0.25.x-dev" }, "textdomain": "jetpack-blaze", "version-constants": { diff --git a/projects/packages/blaze/package.json b/projects/packages/blaze/package.json index d93c512120337..9710471b7cc96 100644 --- a/projects/packages/blaze/package.json +++ b/projects/packages/blaze/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-blaze", - "version": "0.24.0", + "version": "0.25.0", "description": "Attract high-quality traffic to your site using Blaze. Using this service, you can advertise a post or page on some of the millions of pages across WordPress.com and Tumblr from just $5 per day.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/blaze/#readme", "bugs": { diff --git a/projects/packages/blaze/src/class-dashboard.php b/projects/packages/blaze/src/class-dashboard.php index a8034a4afa092..261d594e96a41 100644 --- a/projects/packages/blaze/src/class-dashboard.php +++ b/projects/packages/blaze/src/class-dashboard.php @@ -21,7 +21,7 @@ class Dashboard { * * @var string */ - const PACKAGE_VERSION = '0.24.0'; + const PACKAGE_VERSION = '0.25.0'; /** * List of dependencies needed to render the dashboard in wp-admin. diff --git a/projects/packages/blocks/CHANGELOG.md b/projects/packages/blocks/CHANGELOG.md index 6e31f618315b6..d4b0dca3c6e6d 100644 --- a/projects/packages/blocks/CHANGELOG.md +++ b/projects/packages/blocks/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-11-18 +### Removed +- General: Update minimum PHP version to 7.2. [#40147] + ## [2.0.7] - 2024-11-04 ### Added - Enable test coverage. [#39961] @@ -198,6 +202,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Blocks: introduce new package for block management +[3.0.0]: https://github.com/Automattic/jetpack-blocks/compare/v2.0.7...v3.0.0 [2.0.7]: https://github.com/Automattic/jetpack-blocks/compare/v2.0.6...v2.0.7 [2.0.6]: https://github.com/Automattic/jetpack-blocks/compare/v2.0.5...v2.0.6 [2.0.5]: https://github.com/Automattic/jetpack-blocks/compare/v2.0.4...v2.0.5 diff --git a/projects/packages/blocks/changelog/update-bump_min_php_to_7.2 b/projects/packages/blocks/changelog/update-bump_min_php_to_7.2 deleted file mode 100644 index 712ab5f494aaa..0000000000000 --- a/projects/packages/blocks/changelog/update-bump_min_php_to_7.2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: Update minimum PHP version to 7.2. diff --git a/projects/packages/blocks/composer.json b/projects/packages/blocks/composer.json index 8cd79f853a41c..b376679245876 100644 --- a/projects/packages/blocks/composer.json +++ b/projects/packages/blocks/composer.json @@ -52,7 +52,7 @@ "link-template": "https://github.com/Automattic/jetpack-blocks/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "2.0.x-dev" + "dev-trunk": "3.0.x-dev" } }, "config": { diff --git a/projects/packages/calypsoify/CHANGELOG.md b/projects/packages/calypsoify/CHANGELOG.md index 3e2531ec8dd41..8e4c023363bcb 100644 --- a/projects/packages/calypsoify/CHANGELOG.md +++ b/projects/packages/calypsoify/CHANGELOG.md @@ -18,13 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.7] - 2024-10-29 ### Changed -- Updated package dependencies. [#39594] -- Updated package dependencies. [#39707] +- Updated package dependencies. [#39594] [#39707] ## [0.1.6] - 2024-09-10 ### Changed -- Updated package dependencies. [#39176] -- Updated package dependencies. [#39302] +- Updated package dependencies. [#39176] [#39302] ## [0.1.5] - 2024-08-30 ### Changed diff --git a/projects/packages/classic-theme-helper/CHANGELOG.md b/projects/packages/classic-theme-helper/CHANGELOG.md index e53bf66b15689..eb63f2cd9d8fa 100644 --- a/projects/packages/classic-theme-helper/CHANGELOG.md +++ b/projects/packages/classic-theme-helper/CHANGELOG.md @@ -5,10 +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.7.0] - 2024-11-18 +### Removed +- General: Update minimum PHP version to 7.2. [#40147] + ## [0.6.7] - 2024-11-11 ### Changed -- Updated package dependencies. [#39999] -- Updated package dependencies. [#40060] +- Updated package dependencies. [#39999] [#40060] ## [0.6.6] - 2024-11-04 ### Added @@ -147,6 +150,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Add wordpress folder on gitignore. [#37177] +[0.7.0]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.7...v0.7.0 [0.6.7]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.6...v0.6.7 [0.6.6]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.5...v0.6.6 [0.6.5]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.4...v0.6.5 diff --git a/projects/packages/classic-theme-helper/changelog/update-bump_min_php_to_7.2 b/projects/packages/classic-theme-helper/changelog/update-bump_min_php_to_7.2 deleted file mode 100644 index 712ab5f494aaa..0000000000000 --- a/projects/packages/classic-theme-helper/changelog/update-bump_min_php_to_7.2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: Update minimum PHP version to 7.2. diff --git a/projects/packages/classic-theme-helper/composer.json b/projects/packages/classic-theme-helper/composer.json index 08fe9a41285e2..c432bb7e6efbf 100644 --- a/projects/packages/classic-theme-helper/composer.json +++ b/projects/packages/classic-theme-helper/composer.json @@ -55,7 +55,7 @@ "extra": { "autotagger": true, "branch-alias": { - "dev-trunk": "0.6.x-dev" + "dev-trunk": "0.7.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-classic-theme-helper/compare/v${old}...v${new}" diff --git a/projects/packages/classic-theme-helper/package.json b/projects/packages/classic-theme-helper/package.json index 65dd47c74a524..3a3c36010393b 100644 --- a/projects/packages/classic-theme-helper/package.json +++ b/projects/packages/classic-theme-helper/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-classic-theme-helper", - "version": "0.6.7", + "version": "0.7.0", "description": "Features used with classic themes", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/classic-theme-helper/#readme", "bugs": { diff --git a/projects/packages/classic-theme-helper/src/class-main.php b/projects/packages/classic-theme-helper/src/class-main.php index c132800de41ce..b4fa544ef6ad5 100644 --- a/projects/packages/classic-theme-helper/src/class-main.php +++ b/projects/packages/classic-theme-helper/src/class-main.php @@ -14,7 +14,7 @@ */ class Main { - const PACKAGE_VERSION = '0.6.7'; + const PACKAGE_VERSION = '0.7.0'; /** * Modules to include. diff --git a/projects/packages/codesniffer/CHANGELOG.md b/projects/packages/codesniffer/CHANGELOG.md index 7ea893653346b..215e4c007173d 100644 --- a/projects/packages/codesniffer/CHANGELOG.md +++ b/projects/packages/codesniffer/CHANGELOG.md @@ -30,9 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - BREAKING: Drop support for PHP 5.6. `testVersion` should be set to `7.0-`. [#34126] -- Updated package dependencies. [#31609] -- Updated package dependencies. [#32605] -- Updated package dependencies. [#34338] +- Updated package dependencies. [#31609] [#32605] [#34338] - Update to WordPress-Coding-Standards 3.0. [#32608] - Update `Jetpack-Compat-*` rulesets against PHPCompatibility develop branch. [#33112] diff --git a/projects/packages/compat/CHANGELOG.md b/projects/packages/compat/CHANGELOG.md index a64ff9a626c17..21c2195c0cf6d 100644 --- a/projects/packages/compat/CHANGELOG.md +++ b/projects/packages/compat/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-11-18 +### Removed +- General: Update minimum PHP version to 7.2. [#40147] + ## [3.0.2] - 2024-04-25 ### Changed - Internal updates. @@ -151,6 +155,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Jetpack 7.5: Back compatibility package +[4.0.0]: https://github.com/Automattic/jetpack-compat/compare/v3.0.2...v4.0.0 [3.0.2]: https://github.com/Automattic/jetpack-compat/compare/v3.0.1...v3.0.2 [3.0.1]: https://github.com/Automattic/jetpack-compat/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/Automattic/jetpack-compat/compare/v2.0.1...v3.0.0 diff --git a/projects/packages/compat/changelog/update-bump_min_php_to_7.2 b/projects/packages/compat/changelog/update-bump_min_php_to_7.2 deleted file mode 100644 index 712ab5f494aaa..0000000000000 --- a/projects/packages/compat/changelog/update-bump_min_php_to_7.2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: Update minimum PHP version to 7.2. diff --git a/projects/packages/compat/composer.json b/projects/packages/compat/composer.json index f532c84674daa..d072424d8e48d 100644 --- a/projects/packages/compat/composer.json +++ b/projects/packages/compat/composer.json @@ -32,7 +32,7 @@ "link-template": "https://github.com/Automattic/jetpack-compat/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.0.x-dev" + "dev-trunk": "4.0.x-dev" } } } diff --git a/projects/packages/connection/CHANGELOG.md b/projects/packages/connection/CHANGELOG.md index 28c735fab2422..8b07a44315c36 100644 --- a/projects/packages/connection/CHANGELOG.md +++ b/projects/packages/connection/CHANGELOG.md @@ -5,14 +5,17 @@ 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). +## [6.0.1] - 2024-11-18 +### Fixed +- Work around a WP user caching bug (https://core.trac.wordpress.org/ticket/62003). [#40188] + ## [6.0.0] - 2024-11-14 ### Removed - General: Update minimum PHP version to 7.2. [#40147] ## [5.1.7] - 2024-11-11 ### Changed -- Updated package dependencies. [#39999] -- Updated package dependencies. [#40060] +- Updated package dependencies. [#39999] [#40060] ## [5.1.6] - 2024-11-04 ### Added @@ -1247,6 +1250,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Separate the connection library into its own package. +[6.0.1]: https://github.com/Automattic/jetpack-connection/compare/v6.0.0...v6.0.1 [6.0.0]: https://github.com/Automattic/jetpack-connection/compare/v5.1.7...v6.0.0 [5.1.7]: https://github.com/Automattic/jetpack-connection/compare/v5.1.6...v5.1.7 [5.1.6]: https://github.com/Automattic/jetpack-connection/compare/v5.1.5...v5.1.6 diff --git a/projects/packages/connection/changelog/fix-connection-dotorg-user-cache-bug b/projects/packages/connection/changelog/fix-connection-dotorg-user-cache-bug deleted file mode 100644 index 5bafeb387ad19..0000000000000 --- a/projects/packages/connection/changelog/fix-connection-dotorg-user-cache-bug +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Work around a WP user caching bug (https://core.trac.wordpress.org/ticket/62003). diff --git a/projects/packages/connection/src/class-package-version.php b/projects/packages/connection/src/class-package-version.php index eb7160bcf9d75..d2cdd3c1d74b5 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 = '6.0.0'; + const PACKAGE_VERSION = '6.0.1'; const PACKAGE_SLUG = 'connection'; diff --git a/projects/packages/error/CHANGELOG.md b/projects/packages/error/CHANGELOG.md index 40bea9be6f61a..3999b4e31dce6 100644 --- a/projects/packages/error/CHANGELOG.md +++ b/projects/packages/error/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-11-18 +### Removed +- General: Update minimum PHP version to 7.2. [#40147] + ## [2.0.4] - 2024-11-04 ### Added - Enable test coverage. [#39961] @@ -148,6 +152,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Packages: Introduce a jetpack-error package +[3.0.0]: https://github.com/Automattic/jetpack-error/compare/v2.0.4...v3.0.0 [2.0.4]: https://github.com/Automattic/jetpack-error/compare/v2.0.3...v2.0.4 [2.0.3]: https://github.com/Automattic/jetpack-error/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/Automattic/jetpack-error/compare/v2.0.1...v2.0.2 diff --git a/projects/packages/error/changelog/update-bump_min_php_to_7.2 b/projects/packages/error/changelog/update-bump_min_php_to_7.2 deleted file mode 100644 index 712ab5f494aaa..0000000000000 --- a/projects/packages/error/changelog/update-bump_min_php_to_7.2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: Update minimum PHP version to 7.2. diff --git a/projects/packages/error/composer.json b/projects/packages/error/composer.json index 0e3972459b73e..6a50876097a60 100644 --- a/projects/packages/error/composer.json +++ b/projects/packages/error/composer.json @@ -47,7 +47,7 @@ "link-template": "https://github.com/Automattic/jetpack-error/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "2.0.x-dev" + "dev-trunk": "3.0.x-dev" } } } diff --git a/projects/packages/explat/CHANGELOG.md b/projects/packages/explat/CHANGELOG.md index 3ca24cb058231..37771bed6ce27 100644 --- a/projects/packages/explat/CHANGELOG.md +++ b/projects/packages/explat/CHANGELOG.md @@ -27,8 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.11] - 2024-10-10 ### Changed -- Updated package dependencies. [#39649] -- Updated package dependencies. [#39707] +- Updated package dependencies. [#39649] [#39707] ## [0.1.10] - 2024-10-07 ### Changed diff --git a/projects/packages/forms/CHANGELOG.md b/projects/packages/forms/CHANGELOG.md index 232da2f8dddca..2ee0a6b60c081 100644 --- a/projects/packages/forms/CHANGELOG.md +++ b/projects/packages/forms/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.34.0] - 2024-11-18 +### Removed +- General: Update minimum PHP version to 7.2. [#40147] + +### Fixed +- Fix a fatal error occurring due to a function receiving an unexpected input type. [#40183] + ## [0.33.8] - 2024-11-11 ### Changed - Updated package dependencies. [#39999] [#40060] @@ -395,8 +402,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add Jetpack AI Form section to new Forms landing page [#32726] ### Changed -- Updated package dependencies. [#32803] -- Updated package dependencies. [#32804] +- Updated package dependencies. [#32803] [#32804] ### Fixed - Fix block icons for display on wp.org [#32754] @@ -577,8 +583,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Forms: Include bulk actions menu [#29766] - Forms: Update Dashboard inbox columns responsiveness and sticky items style [#29914] - Updated form responses endpoint to embed available filter data. [#29805] -- Updated package dependencies. [#29854] -- Updated package dependencies. [#29857] +- Updated package dependencies. [#29854] [#29857] ### Fixed - Made feedback bulk actions more explicit and easier to work with. [#29884] @@ -712,6 +717,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added a new jetpack/forms package [#28409] - Added a public load_contact_form method for initializing the contact form module. [#28416] +[0.34.0]: https://github.com/automattic/jetpack-forms/compare/v0.33.8...v0.34.0 [0.33.8]: https://github.com/automattic/jetpack-forms/compare/v0.33.7...v0.33.8 [0.33.7]: https://github.com/automattic/jetpack-forms/compare/v0.33.6...v0.33.7 [0.33.6]: https://github.com/automattic/jetpack-forms/compare/v0.33.5...v0.33.6 diff --git a/projects/packages/forms/changelog/add-ci-always-process-coverage b/projects/packages/forms/changelog/add-ci-always-process-coverage deleted file mode 100644 index 387ca599c4182..0000000000000 --- a/projects/packages/forms/changelog/add-ci-always-process-coverage +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Always run JS coverage, even if PHP coverage fails. - - diff --git a/projects/packages/forms/changelog/fix-usort-grunion-shortcode-argument-expectation b/projects/packages/forms/changelog/fix-usort-grunion-shortcode-argument-expectation deleted file mode 100644 index 00c6eefe27c95..0000000000000 --- a/projects/packages/forms/changelog/fix-usort-grunion-shortcode-argument-expectation +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fix a fatal error occurring due to a function receiving an unexpected input type. diff --git a/projects/packages/forms/changelog/update-bump_min_php_to_7.2 b/projects/packages/forms/changelog/update-bump_min_php_to_7.2 deleted file mode 100644 index 712ab5f494aaa..0000000000000 --- a/projects/packages/forms/changelog/update-bump_min_php_to_7.2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: Update minimum PHP version to 7.2. diff --git a/projects/packages/forms/composer.json b/projects/packages/forms/composer.json index cf33af4bc0301..41f7fdb8ea2be 100644 --- a/projects/packages/forms/composer.json +++ b/projects/packages/forms/composer.json @@ -68,7 +68,7 @@ "link-template": "https://github.com/automattic/jetpack-forms/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.33.x-dev" + "dev-trunk": "0.34.x-dev" }, "textdomain": "jetpack-forms", "version-constants": { diff --git a/projects/packages/forms/package.json b/projects/packages/forms/package.json index 1043b23521d8e..fcf8a4cc48696 100644 --- a/projects/packages/forms/package.json +++ b/projects/packages/forms/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-forms", - "version": "0.33.8", + "version": "0.34.0", "description": "Jetpack Forms", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/forms/#readme", "bugs": { diff --git a/projects/packages/forms/src/class-jetpack-forms.php b/projects/packages/forms/src/class-jetpack-forms.php index 7d075ce62b5e8..1d83cc220c474 100644 --- a/projects/packages/forms/src/class-jetpack-forms.php +++ b/projects/packages/forms/src/class-jetpack-forms.php @@ -15,7 +15,7 @@ */ class Jetpack_Forms { - const PACKAGE_VERSION = '0.33.8'; + const PACKAGE_VERSION = '0.34.0'; /** * Load the contact form module. diff --git a/projects/packages/image-cdn/CHANGELOG.md b/projects/packages/image-cdn/CHANGELOG.md index 6bfc1a9594da2..a9194f1db94e8 100644 --- a/projects/packages/image-cdn/CHANGELOG.md +++ b/projects/packages/image-cdn/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.7.0] - 2024-11-18 +### Removed +- General: Update minimum PHP version to 7.2. [#40147] + ## [0.6.0] - 2024-11-11 ### Changed - Resource Hint: use preconnect instead of dns-prefetch [#39883] @@ -150,6 +154,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add image CDN package. [#29561] +[0.7.0]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.5.3...v0.6.0 [0.5.3]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.5.2...v0.5.3 [0.5.2]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.5.1...v0.5.2 diff --git a/projects/packages/image-cdn/changelog/update-bump_min_php_to_7.2 b/projects/packages/image-cdn/changelog/update-bump_min_php_to_7.2 deleted file mode 100644 index 712ab5f494aaa..0000000000000 --- a/projects/packages/image-cdn/changelog/update-bump_min_php_to_7.2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: Update minimum PHP version to 7.2. diff --git a/projects/packages/image-cdn/changelog/update-cli-test-command b/projects/packages/image-cdn/changelog/update-cli-test-command deleted file mode 100644 index ab443a3809175..0000000000000 --- a/projects/packages/image-cdn/changelog/update-cli-test-command +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update `jetpack test` command in comment. - - diff --git a/projects/packages/image-cdn/composer.json b/projects/packages/image-cdn/composer.json index d84a24ba29f00..339b0131e82c9 100644 --- a/projects/packages/image-cdn/composer.json +++ b/projects/packages/image-cdn/composer.json @@ -52,7 +52,7 @@ }, "autotagger": true, "branch-alias": { - "dev-trunk": "0.6.x-dev" + "dev-trunk": "0.7.x-dev" }, "textdomain": "jetpack-image-cdn", "version-constants": { diff --git a/projects/packages/image-cdn/src/class-image-cdn.php b/projects/packages/image-cdn/src/class-image-cdn.php index 1fb4d0d689f79..cbc3ff28e34e9 100644 --- a/projects/packages/image-cdn/src/class-image-cdn.php +++ b/projects/packages/image-cdn/src/class-image-cdn.php @@ -12,7 +12,7 @@ */ final class Image_CDN { - const PACKAGE_VERSION = '0.6.0'; + const PACKAGE_VERSION = '0.7.0'; /** * Singleton. diff --git a/projects/packages/import/CHANGELOG.md b/projects/packages/import/CHANGELOG.md index c43a172e5b696..114c7ea8f0843 100644 --- a/projects/packages/import/CHANGELOG.md +++ b/projects/packages/import/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.9.0] - 2024-11-18 +### Removed +- General: Update minimum PHP version to 7.2. [#40147] + ## [0.8.11] - 2024-11-04 ### Added - Enable test coverage. [#39961] @@ -122,6 +126,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed various imported resources hierarchies [#29012] +[0.9.0]: https://github.com/Automattic/jetpack-import/compare/v0.8.11...v0.9.0 [0.8.11]: https://github.com/Automattic/jetpack-import/compare/v0.8.10...v0.8.11 [0.8.10]: https://github.com/Automattic/jetpack-import/compare/v0.8.9...v0.8.10 [0.8.9]: https://github.com/Automattic/jetpack-import/compare/v0.8.8...v0.8.9 diff --git a/projects/packages/import/changelog/update-bump_min_php_to_7.2 b/projects/packages/import/changelog/update-bump_min_php_to_7.2 deleted file mode 100644 index 712ab5f494aaa..0000000000000 --- a/projects/packages/import/changelog/update-bump_min_php_to_7.2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: Update minimum PHP version to 7.2. diff --git a/projects/packages/import/composer.json b/projects/packages/import/composer.json index 3e8d4f689fd79..b7509366619d7 100644 --- a/projects/packages/import/composer.json +++ b/projects/packages/import/composer.json @@ -59,7 +59,7 @@ }, "autotagger": true, "branch-alias": { - "dev-trunk": "0.8.x-dev" + "dev-trunk": "0.9.x-dev" }, "textdomain": "jetpack-import", "version-constants": { diff --git a/projects/packages/import/package.json b/projects/packages/import/package.json index 21c9295a6274e..7d0ae6e36988f 100644 --- a/projects/packages/import/package.json +++ b/projects/packages/import/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-import", - "version": "0.8.11", + "version": "0.9.0", "description": "Set of REST API routes used in WPCOM Unified Importer.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/import/#readme", "bugs": { diff --git a/projects/packages/import/src/class-main.php b/projects/packages/import/src/class-main.php index e8a14a222d04f..bc21b02075b41 100644 --- a/projects/packages/import/src/class-main.php +++ b/projects/packages/import/src/class-main.php @@ -20,7 +20,7 @@ class Main { * * @var string */ - const PACKAGE_VERSION = '0.8.11'; + const PACKAGE_VERSION = '0.9.0'; /** * A list of all the routes. diff --git a/projects/packages/jetpack-mu-wpcom/CHANGELOG.md b/projects/packages/jetpack-mu-wpcom/CHANGELOG.md index 8fbe230cf79ae..953437fc74233 100644 --- a/projects/packages/jetpack-mu-wpcom/CHANGELOG.md +++ b/projects/packages/jetpack-mu-wpcom/CHANGELOG.md @@ -15,9 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Added feature check for the Global Styles on Personal plan changes. [#39986] -- Updated package dependencies. [#39999] -- Updated package dependencies. [#40000] -- Updated package dependencies. [#40060] +- Updated package dependencies. [#39999] [#40000] [#40060] ### Fixed - Fix PHPUnit coverage warnings. [#39989] @@ -50,9 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Site Management Panel: fix site name encoding display [#39756] - Site Management Panel: Migrate to react [#39742] - Updated copies used in the plugins banner for wpcom sites plugin-install.php page. [#39725] -- Updated package dependencies. [#39594] -- Updated package dependencies. [#39640] -- Updated package dependencies. [#39707] +- Updated package dependencies. [#39594] [#39640] [#39707] - Update Jetpack Scan link [#39619] - Update Verbum Comments resize logic [#39791] - wpcom_add_shopping_cart: Use Store_Shopping_Cart::is_cart_empty() when deciding to render icon for incrased performance [#39563] @@ -101,8 +97,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Admin bar: update 'My Account' link to /me [#39290] - Enable Users -> Profile (profile.php) on all sites [#39181] - Launchpad: Require a design is selected before marking the step as complete in both the Write and Free flows [#39189] -- Updated package dependencies. [#39176] -- Updated package dependencies. [#39302] +- Updated package dependencies. [#39176] [#39302] ### Fixed - Use the correct endpoint route for adding suggested tags on new posts. [#39175] @@ -363,8 +358,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - As we've launched untangling & nav redesign, the wpcom_is_nav_redesign_enabled() function name is not relevant anymore and can be confusing for future developers, so we replace it with the equivalent get_option call. [#38197] - Classic Theme Helper - initialize Featured Content from the mu-wpcom package [#37969] - Load ETK features with a higher priority to avoid the ETK plugin taking precedence. [#38230] -- Updated package dependencies. [#38132] -- Updated package dependencies. [#38235] +- Updated package dependencies. [#38132] [#38235] - Update Verbum Comments accessibility. [#38116] ### Removed diff --git a/projects/packages/masterbar/CHANGELOG.md b/projects/packages/masterbar/CHANGELOG.md index 0a73608bff0d8..462ecc3573ec8 100644 --- a/projects/packages/masterbar/CHANGELOG.md +++ b/projects/packages/masterbar/CHANGELOG.md @@ -5,10 +5,16 @@ 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.10.0] - 2024-11-18 +### Removed +- General: Update minimum PHP version to 7.2. [#40147] + +### Fixed +- Update the upgrade nudge for Additional CSS with the correct plan names. [#40107] + ## [0.9.9] - 2024-11-11 ### Changed -- Updated package dependencies. [#39999] -- Updated package dependencies. [#40060] +- Updated package dependencies. [#39999] [#40060] ## [0.9.8] - 2024-11-04 ### Added @@ -165,9 +171,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Auto-labeling: label changes to the Masterbar feature in the Masterbar package. [#37309] - Masterbar: Copy module code to package [#37342] - Notifications: Change Icon [#37676] -- Updated package dependencies. [#37669] -- Updated package dependencies. [#37706] +- Updated package dependencies. [#37669] [#37706] +[0.10.0]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.9...v0.10.0 [0.9.9]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.8...v0.9.9 [0.9.8]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.7...v0.9.8 [0.9.7]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.6...v0.9.7 diff --git a/projects/packages/masterbar/changelog/update-additional-css-plan-nudges b/projects/packages/masterbar/changelog/update-additional-css-plan-nudges deleted file mode 100644 index da3421f52816c..0000000000000 --- a/projects/packages/masterbar/changelog/update-additional-css-plan-nudges +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Update the upgrade nudge for Additional CSS with the correct plan names. diff --git a/projects/packages/masterbar/changelog/update-bump_min_php_to_7.2 b/projects/packages/masterbar/changelog/update-bump_min_php_to_7.2 deleted file mode 100644 index 712ab5f494aaa..0000000000000 --- a/projects/packages/masterbar/changelog/update-bump_min_php_to_7.2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: Update minimum PHP version to 7.2. diff --git a/projects/packages/masterbar/composer.json b/projects/packages/masterbar/composer.json index 4843be46c314b..f522542634a60 100644 --- a/projects/packages/masterbar/composer.json +++ b/projects/packages/masterbar/composer.json @@ -67,7 +67,7 @@ "extra": { "autotagger": true, "branch-alias": { - "dev-trunk": "0.9.x-dev" + "dev-trunk": "0.10.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-masterbar/compare/v${old}...v${new}" diff --git a/projects/packages/masterbar/package.json b/projects/packages/masterbar/package.json index 3458a2d4140d5..af3681c15d889 100644 --- a/projects/packages/masterbar/package.json +++ b/projects/packages/masterbar/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-masterbar", - "version": "0.9.9", + "version": "0.10.0", "description": "The WordPress.com Toolbar feature replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/masterbar/#readme", "bugs": { diff --git a/projects/packages/masterbar/src/class-main.php b/projects/packages/masterbar/src/class-main.php index d11694d45c237..eed517d9c4ed6 100644 --- a/projects/packages/masterbar/src/class-main.php +++ b/projects/packages/masterbar/src/class-main.php @@ -14,7 +14,7 @@ */ class Main { - const PACKAGE_VERSION = '0.9.9'; + const PACKAGE_VERSION = '0.10.0'; /** * Initializer. diff --git a/projects/packages/my-jetpack/CHANGELOG.md b/projects/packages/my-jetpack/CHANGELOG.md index 8f97f3a1119f7..7890f02551b2b 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). +## [5.0.1] - 2024-11-18 +### Changed +- Update dependencies. [#38910] + ## [5.0.0] - 2024-11-14 ### Removed - General: Update minimum PHP version to 7.2. [#40147] @@ -47,8 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [4.35.12] - 2024-10-10 ### Changed - Update Boost's pricing table to include latest feature list. [#39130] -- Updated package dependencies. [#39669] -- Updated package dependencies. [#39707] +- Updated package dependencies. [#39669] [#39707] ### Fixed - Fixed My Jetpack recommendations VideoPress product card not showing Purchase and Learn more buttons. [#39612] @@ -811,8 +814,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.4.3] - 2023-09-04 ### Changed -- Updated package dependencies. [#32803] -- Updated package dependencies. [#32804] +- Updated package dependencies. [#32803] [#32804] ## [3.4.2] - 2023-08-23 ### Changed @@ -868,8 +870,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - My Jetpack: changed Stats features wording [#32046] -- Updated package dependencies. [#31999] -- Updated package dependencies. [#32040] +- Updated package dependencies. [#31999] [#32040] ### Fixed - Make Jetpack logo in footer smaller [#31627] @@ -1811,6 +1812,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created package +[5.0.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.0...5.0.1 [5.0.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.37.0...5.0.0 [4.37.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.36.0...4.37.0 [4.36.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.16...4.36.0 diff --git a/projects/packages/my-jetpack/package.json b/projects/packages/my-jetpack/package.json index c46f1b50f907a..b8c074ea349f0 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": "5.0.0", + "version": "5.0.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 209c9070462e1..216c82567bbc7 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 = '5.0.0'; + const PACKAGE_VERSION = '5.0.1'; /** * HTML container ID for the IDC screen on My Jetpack page. diff --git a/projects/packages/patchwork-redefine-exit/CHANGELOG.md b/projects/packages/patchwork-redefine-exit/CHANGELOG.md index 60629f39f2238..cb4e53cc3d642 100644 --- a/projects/packages/patchwork-redefine-exit/CHANGELOG.md +++ b/projects/packages/patchwork-redefine-exit/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.0] - 2024-11-18 +### Removed +- General: Update minimum PHP version to 7.2. [#40147] + ## [1.0.2] - 2024-11-04 ### Added - Enable test coverage. [#39961] @@ -17,5 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial version. [#37476] +[2.0.0]: https://github.com/Automattic/patchwork-redefine-exit/compare/v1.0.2...v2.0.0 [1.0.2]: https://github.com/Automattic/patchwork-redefine-exit/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/Automattic/patchwork-redefine-exit/compare/v1.0.0...v1.0.1 diff --git a/projects/packages/patchwork-redefine-exit/changelog/update-bump_min_php_to_7.2 b/projects/packages/patchwork-redefine-exit/changelog/update-bump_min_php_to_7.2 deleted file mode 100644 index 712ab5f494aaa..0000000000000 --- a/projects/packages/patchwork-redefine-exit/changelog/update-bump_min_php_to_7.2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: Update minimum PHP version to 7.2. diff --git a/projects/packages/patchwork-redefine-exit/composer.json b/projects/packages/patchwork-redefine-exit/composer.json index f9e4be8d63aae..200b4f025f125 100644 --- a/projects/packages/patchwork-redefine-exit/composer.json +++ b/projects/packages/patchwork-redefine-exit/composer.json @@ -48,7 +48,7 @@ "extra": { "autotagger": true, "branch-alias": { - "dev-trunk": "1.0.x-dev" + "dev-trunk": "2.0.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/patchwork-redefine-exit/compare/v${old}...v${new}" diff --git a/projects/packages/plugin-deactivation/CHANGELOG.md b/projects/packages/plugin-deactivation/CHANGELOG.md index fa26ad533ac16..0ed9642bfae33 100644 --- a/projects/packages/plugin-deactivation/CHANGELOG.md +++ b/projects/packages/plugin-deactivation/CHANGELOG.md @@ -15,8 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.2.2] - 2024-08-29 ### Changed -- Updated package dependencies. [#39004] -- Updated package dependencies. [#39111] +- Updated package dependencies. [#39004] [#39111] ## [0.2.1] - 2024-03-15 ### Changed diff --git a/projects/packages/post-list/CHANGELOG.md b/projects/packages/post-list/CHANGELOG.md index 70daffeffa4e7..7fc314e842472 100644 --- a/projects/packages/post-list/CHANGELOG.md +++ b/projects/packages/post-list/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.7.0] - 2024-11-18 +### Removed +- General: Update minimum PHP version to 7.2. [#40147] + ## [0.6.5] - 2024-11-04 ### Added - Enable test coverage. [#39961] @@ -118,6 +122,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the default columns displayed on the post and page list screens - Refactored thumbnail preview to function server side. All javascript removed. +[0.7.0]: https://github.com/automattic/jetpack-post-list/compare/v0.6.5...v0.7.0 [0.6.5]: https://github.com/automattic/jetpack-post-list/compare/v0.6.4...v0.6.5 [0.6.4]: https://github.com/automattic/jetpack-post-list/compare/v0.6.3...v0.6.4 [0.6.3]: https://github.com/automattic/jetpack-post-list/compare/v0.6.2...v0.6.3 diff --git a/projects/packages/post-list/changelog/update-bump_min_php_to_7.2 b/projects/packages/post-list/changelog/update-bump_min_php_to_7.2 deleted file mode 100644 index 712ab5f494aaa..0000000000000 --- a/projects/packages/post-list/changelog/update-bump_min_php_to_7.2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: Update minimum PHP version to 7.2. diff --git a/projects/packages/post-list/composer.json b/projects/packages/post-list/composer.json index b5e1d50272a6f..9e3741d7b10ae 100644 --- a/projects/packages/post-list/composer.json +++ b/projects/packages/post-list/composer.json @@ -55,7 +55,7 @@ "link-template": "https://github.com/automattic/jetpack-post-list/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.6.x-dev" + "dev-trunk": "0.7.x-dev" } }, "config": { diff --git a/projects/packages/post-list/src/class-post-list.php b/projects/packages/post-list/src/class-post-list.php index cdcd8f6722953..386315cfff1c5 100644 --- a/projects/packages/post-list/src/class-post-list.php +++ b/projects/packages/post-list/src/class-post-list.php @@ -15,7 +15,7 @@ */ class Post_List { - const PACKAGE_VERSION = '0.6.5'; + const PACKAGE_VERSION = '0.7.0'; const FEATURE = 'enhanced_post_list'; /** diff --git a/projects/packages/publicize/CHANGELOG.md b/projects/packages/publicize/CHANGELOG.md index 95d4d8f3eb236..bedf7474c35ed 100644 --- a/projects/packages/publicize/CHANGELOG.md +++ b/projects/packages/publicize/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.56.0] - 2024-11-18 +### Added +- Added a new toggle for UTM tracking [#39998] + +### Removed +- General: Update minimum PHP version to 7.2. [#40147] + ## [0.55.2] - 2024-11-11 ### Changed - Social: Migrated social plugins settings to new script data. [#40032] [#40081] @@ -752,6 +759,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. - Update package.json metadata. +[0.56.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.55.2...v0.56.0 [0.55.2]: https://github.com/Automattic/jetpack-publicize/compare/v0.55.1...v0.55.2 [0.55.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.55.0...v0.55.1 [0.55.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.54.4...v0.55.0 diff --git a/projects/packages/publicize/changelog/add-social-utm-toggle b/projects/packages/publicize/changelog/add-social-utm-toggle deleted file mode 100644 index 051cef8fb332c..0000000000000 --- a/projects/packages/publicize/changelog/add-social-utm-toggle +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Added a new toggle for UTM tracking diff --git a/projects/packages/publicize/changelog/update-bump_min_php_to_7.2 b/projects/packages/publicize/changelog/update-bump_min_php_to_7.2 deleted file mode 100644 index 712ab5f494aaa..0000000000000 --- a/projects/packages/publicize/changelog/update-bump_min_php_to_7.2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: Update minimum PHP version to 7.2. diff --git a/projects/packages/publicize/composer.json b/projects/packages/publicize/composer.json index d60adcf29cb28..2bd27892b8649 100644 --- a/projects/packages/publicize/composer.json +++ b/projects/packages/publicize/composer.json @@ -72,7 +72,7 @@ "link-template": "https://github.com/Automattic/jetpack-publicize/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.55.x-dev" + "dev-trunk": "0.56.x-dev" } }, "config": { diff --git a/projects/packages/publicize/package.json b/projects/packages/publicize/package.json index c82975358b3be..0cc2731652ac6 100644 --- a/projects/packages/publicize/package.json +++ b/projects/packages/publicize/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-publicize", - "version": "0.55.2", + "version": "0.56.0", "description": "Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/publicize/#readme", "bugs": { diff --git a/projects/packages/search/CHANGELOG.md b/projects/packages/search/CHANGELOG.md index f3329deb22947..3712d824b5a74 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.47.0] - 2024-11-18 +### Removed +- General: Update minimum PHP version to 7.2. [#40147] + ## [0.46.0] - 2024-11-11 ### Added - Search: Add ability to customize results [#36378] @@ -39,10 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.45.7] - 2024-10-07 ### Changed -- Updated package dependencies. [#39592] -- Updated package dependencies. [#39594] -- Updated package dependencies. [#39595] -- Updated package dependencies. [#39639] +- Updated package dependencies. [#39592] [#39594] [#39595] [#39639] ## [0.45.6] - 2024-09-30 ### Changed @@ -209,8 +210,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.43.0] - 2024-02-05 ### Changed -- Updated package dependencies. [#35384] -- Updated package dependencies. [#35385] +- Updated package dependencies. [#35384] [#35385] - Use blog ID instead of site slug in checkout links. [#35000] ## [0.42.1] - 2024-01-29 @@ -304,8 +304,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.38.6] - 2023-09-04 ### Changed -- Updated package dependencies. [#32803] -- Updated package dependencies. [#32804] +- Updated package dependencies. [#32803] [#32804] ## [0.38.5] - 2023-08-28 ### Changed @@ -321,8 +320,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.38.2] - 2023-07-25 ### Changed -- Updated package dependencies. [#31923] -- Updated package dependencies. [#32040] +- Updated package dependencies. [#31923] [#32040] - Update props passed to JetpackFooter [#31627] ## [0.38.1] - 2023-07-17 @@ -712,9 +710,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Instant search: updates overlay focus elements for design consistency [#25260] -- Updated package dependencies. [#25144] -- Updated package dependencies. [#25147] -- Updated package dependencies. [#25158] +- Updated package dependencies. [#25144] [#25147] [#25158] ### Fixed - Instant Search: Fix keyboard handling of sort options. [#25163] @@ -827,12 +823,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Search: refactored Settings to expose the settings array for sync [#24167] -- Updated package dependencies. [#24189] -- Updated package dependencies. [#24204] -- Updated package dependencies. [#24302] -- Updated package dependencies [#24276] -- Updated package dependencies [#24296] -- Updated package dependencies [#24301] +- Updated package dependencies. [#24189] [#24204] [#24302] [#24276] [#24296] [#24301] ### Fixed - Search: Fix left padding for upsell page [#24285] @@ -1092,6 +1083,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.47.0]: https://github.com/Automattic/jetpack-search/compare/v0.46.0...v0.47.0 [0.46.0]: https://github.com/Automattic/jetpack-search/compare/v0.45.12...v0.46.0 [0.45.12]: https://github.com/Automattic/jetpack-search/compare/v0.45.11...v0.45.12 [0.45.11]: https://github.com/Automattic/jetpack-search/compare/v0.45.10...v0.45.11 diff --git a/projects/packages/search/changelog/add-ci-always-process-coverage b/projects/packages/search/changelog/add-ci-always-process-coverage deleted file mode 100644 index 387ca599c4182..0000000000000 --- a/projects/packages/search/changelog/add-ci-always-process-coverage +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Always run JS coverage, even if PHP coverage fails. - - diff --git a/projects/packages/search/changelog/update-bump_min_php_to_7.2 b/projects/packages/search/changelog/update-bump_min_php_to_7.2 deleted file mode 100644 index 712ab5f494aaa..0000000000000 --- a/projects/packages/search/changelog/update-bump_min_php_to_7.2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: Update minimum PHP version to 7.2. diff --git a/projects/packages/search/composer.json b/projects/packages/search/composer.json index 93d9fd08f2d55..06209b42a9e3b 100644 --- a/projects/packages/search/composer.json +++ b/projects/packages/search/composer.json @@ -73,7 +73,7 @@ "link-template": "https://github.com/Automattic/jetpack-search/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.46.x-dev" + "dev-trunk": "0.47.x-dev" }, "version-constants": { "::VERSION": "src/class-package.php" diff --git a/projects/packages/search/package.json b/projects/packages/search/package.json index aa1b9c0c49269..380d95f170b34 100644 --- a/projects/packages/search/package.json +++ b/projects/packages/search/package.json @@ -1,6 +1,6 @@ { "name": "jetpack-search", - "version": "0.46.0", + "version": "0.47.0", "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 333d86671f490..46763116ece66 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.46.0'; + const VERSION = '0.47.0'; const SLUG = 'search'; /** diff --git a/projects/packages/stats-admin/CHANGELOG.md b/projects/packages/stats-admin/CHANGELOG.md index d6eacc7797cc0..37105321340cc 100644 --- a/projects/packages/stats-admin/CHANGELOG.md +++ b/projects/packages/stats-admin/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.23.0 - 2024-11-18 +### Removed +- General: Update minimum PHP version to 7.2. [#40147] + ## 0.22.6 - 2024-11-11 ### Fixed - Fixed flaky tests [#40062] diff --git a/projects/packages/stats-admin/changelog/update-bump_min_php_to_7.2 b/projects/packages/stats-admin/changelog/update-bump_min_php_to_7.2 deleted file mode 100644 index 712ab5f494aaa..0000000000000 --- a/projects/packages/stats-admin/changelog/update-bump_min_php_to_7.2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: Update minimum PHP version to 7.2. diff --git a/projects/packages/stats-admin/composer.json b/projects/packages/stats-admin/composer.json index 9564519964b57..155987e4b25a4 100644 --- a/projects/packages/stats-admin/composer.json +++ b/projects/packages/stats-admin/composer.json @@ -55,7 +55,7 @@ "autotagger": true, "mirror-repo": "Automattic/jetpack-stats-admin", "branch-alias": { - "dev-trunk": "0.22.x-dev" + "dev-trunk": "0.23.x-dev" }, "textdomain": "jetpack-stats-admin", "version-constants": { diff --git a/projects/packages/stats-admin/package.json b/projects/packages/stats-admin/package.json index aec8c50825212..69a4873c177c1 100644 --- a/projects/packages/stats-admin/package.json +++ b/projects/packages/stats-admin/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-stats-admin", - "version": "0.22.6", + "version": "0.23.0", "description": "Stats Dashboard", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/stats-admin/#readme", "bugs": { diff --git a/projects/packages/stats-admin/src/class-main.php b/projects/packages/stats-admin/src/class-main.php index f4f1acbe0d3e9..b4172fe45614f 100644 --- a/projects/packages/stats-admin/src/class-main.php +++ b/projects/packages/stats-admin/src/class-main.php @@ -22,7 +22,7 @@ class Main { /** * Stats version. */ - const VERSION = '0.22.6'; + const VERSION = '0.23.0'; /** * Singleton Main instance. diff --git a/projects/packages/stats/CHANGELOG.md b/projects/packages/stats/CHANGELOG.md index 51470247f1a51..4cfe84ba72627 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.14.0] - 2024-11-18 +### Removed +- General: Update minimum PHP version to 7.2. [#40147] + ## [0.13.5] - 2024-11-04 ### Added - Enable test coverage. [#39961] @@ -194,6 +198,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.14.0]: https://github.com/Automattic/jetpack-stats/compare/v0.13.5...v0.14.0 [0.13.5]: https://github.com/Automattic/jetpack-stats/compare/v0.13.4...v0.13.5 [0.13.4]: https://github.com/Automattic/jetpack-stats/compare/v0.13.3...v0.13.4 [0.13.3]: https://github.com/Automattic/jetpack-stats/compare/v0.13.2...v0.13.3 diff --git a/projects/packages/stats/changelog/update-bump_min_php_to_7.2 b/projects/packages/stats/changelog/update-bump_min_php_to_7.2 deleted file mode 100644 index 712ab5f494aaa..0000000000000 --- a/projects/packages/stats/changelog/update-bump_min_php_to_7.2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: Update minimum PHP version to 7.2. diff --git a/projects/packages/stats/composer.json b/projects/packages/stats/composer.json index 91c5b0da3f47c..4da8ca5f45c94 100644 --- a/projects/packages/stats/composer.json +++ b/projects/packages/stats/composer.json @@ -56,7 +56,7 @@ "link-template": "https://github.com/Automattic/jetpack-stats/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.13.x-dev" + "dev-trunk": "0.14.x-dev" }, "textdomain": "jetpack-stats" }, diff --git a/projects/packages/stats/src/class-package-version.php b/projects/packages/stats/src/class-package-version.php index 6c05fb34589ae..df51fe767e812 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.5'; + const PACKAGE_VERSION = '0.14.0'; const PACKAGE_SLUG = 'stats'; diff --git a/projects/packages/videopress/CHANGELOG.md b/projects/packages/videopress/CHANGELOG.md index 39fd467b0fdea..5fc8eaf8f825f 100644 --- a/projects/packages/videopress/CHANGELOG.md +++ b/projects/packages/videopress/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.25.0] - 2024-11-18 +### Removed +- General: Update minimum PHP version to 7.2. [#40147] + ## [0.24.17] - 2024-11-11 ### Changed - Updated package dependencies. [#39999] [#40000] [#40060] @@ -401,8 +405,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.15.2] - 2023-09-04 ### Changed -- Updated package dependencies. [#32803] -- Updated package dependencies. [#32804] +- Updated package dependencies. [#32803] [#32804] ## [0.15.1] - 2023-08-23 ### Changed @@ -432,9 +435,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.14.11] - 2023-07-25 ### Changed -- Updated package dependencies. [#31923] -- Updated package dependencies. [#31999] -- Updated package dependencies. [#32040] +- Updated package dependencies. [#31923] [#31999] [#32040] ### Fixed - Fix some minor issues in Jetpack plugin codebase [#31684] @@ -449,8 +450,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.14.8] - 2023-07-05 ### Changed -- Updated package dependencies. [#31659] -- Updated package dependencies. [#31661] +- Updated package dependencies. [#31659] [#31661] - Update storybook mdx to use `@storybook/blocks` directly rather than `@storybook/addon-docs`. [#31607] ## [0.14.7] - 2023-06-23 @@ -696,8 +696,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Consolidate VideoPreview type [#29447] - General: update deprecated core prop [#29463] - Replace placeholder with loading placeholder component from js-packages [#29271] -- Updated package dependencies. [#29471] -- Updated package dependencies. [#29480] +- Updated package dependencies. [#29471] [#29480] - VideoPress: delay Done button activation to mitigate the chance of a race condition when saving the post too fast. [#29493] - VideoPress: get rid of script const / component prop [#29466] - VideoPress: Update comment on deprecated prop to mark it for later change [#29541] @@ -808,8 +807,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - VideoPress: set isPravate attribute based also on private_enabled_for_site [#28769] ### Changed -- Updated package dependencies. [#28682] -- Updated package dependencies. [#28700] +- Updated package dependencies. [#28682] [#28700] - VideoPress: do not depend on window.wp.media in getMediaToken() lib [#28660] - VideoPress: enqueue extensions when registrant plugin is active [#28717] - VideoPress: improve requesting video data [#28663] @@ -900,11 +898,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - VideoPress: Support replace the video by setting an URL from the replace control [#28221] ### Changed -- Updated package dependencies. [#28127] -- Updated package dependencies. [#28128] -- Updated package dependencies. [#28129] -- Updated package dependencies. [#28268] -- Updated package dependencies. [#28278] +- Updated package dependencies. [#28127] [#28128] [#28129] [#28268] [#28278] - VideoPress: set video URL in the Replace control based on the privacy [#28239] - VideoPress: Support edit privacy on edit details page [#28240] - VideoPress: TS enhancements in use Video data hooks [#28143] @@ -1042,9 +1036,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - VideoPress: Updated the list of plans that have VideoPress included. [#27536] ### Changed -- Updated package dependencies. [#26069] -- Updated package dependencies. [#26736] -- Updated package dependencies. [#27043] +- Updated package dependencies. [#26069] [#26736] [#27043] - VideoPress: exposed the site purchases list on the client initial state, dropping the need of a request to the My Jetpack purchases endpoint. [#27533] - VideoPress: Remove extra resize circle on block [#27498] - VideoPress: show pricing based on sale coupons [#27535] @@ -1415,8 +1407,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - VideoPress plugin hijacks video attachment edit page [#25732] ### Changed -- Updated package dependencies. [#25694] -- Updated package dependencies. [#25814] +- Updated package dependencies. [#25694] [#25814] - VideoPress: Fix dropdown menu position of the VideoDetailsCard component [#25860] - VideoPress Pkg: apply changes according on the `videopress/video` name convention for the video block [#25844] @@ -1452,8 +1443,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Migrating VideoPress code from the plugin to the package [#25412] - Moving videopress dependencies to the package [#25398] -- Updated package dependencies. [#25347] -- Updated package dependencies. [#25412] +- Updated package dependencies. [#25347] [#25412] ### Fixed - Fixed missing import for recent VideoPress namespace changes [#25638] @@ -1488,6 +1478,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created empty package [#24952] +[0.25.0]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.17...v0.25.0 [0.24.17]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.16...v0.24.17 [0.24.16]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.15...v0.24.16 [0.24.15]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.14...v0.24.15 diff --git a/projects/packages/videopress/changelog/add-ci-always-process-coverage b/projects/packages/videopress/changelog/add-ci-always-process-coverage deleted file mode 100644 index 387ca599c4182..0000000000000 --- a/projects/packages/videopress/changelog/add-ci-always-process-coverage +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Always run JS coverage, even if PHP coverage fails. - - diff --git a/projects/packages/videopress/changelog/update-bump_min_php_to_7.2 b/projects/packages/videopress/changelog/update-bump_min_php_to_7.2 deleted file mode 100644 index 712ab5f494aaa..0000000000000 --- a/projects/packages/videopress/changelog/update-bump_min_php_to_7.2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: Update minimum PHP version to 7.2. diff --git a/projects/packages/videopress/composer.json b/projects/packages/videopress/composer.json index 38605565d6ee0..e8efec22a869c 100644 --- a/projects/packages/videopress/composer.json +++ b/projects/packages/videopress/composer.json @@ -67,7 +67,7 @@ "link-template": "https://github.com/Automattic/jetpack-videopress/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.24.x-dev" + "dev-trunk": "0.25.x-dev" }, "version-constants": { "::PACKAGE_VERSION": "src/class-package-version.php" diff --git a/projects/packages/videopress/package.json b/projects/packages/videopress/package.json index 6c8c1404bc535..4609e48f0b907 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.17", + "version": "0.25.0", "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 e5f342fcac298..78bdbc66ab76a 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.17'; + const PACKAGE_VERSION = '0.25.0'; const PACKAGE_SLUG = 'videopress'; diff --git a/projects/packages/waf/CHANGELOG.md b/projects/packages/waf/CHANGELOG.md index 98e968b957dc1..c7d0110e8d891 100644 --- a/projects/packages/waf/CHANGELOG.md +++ b/projects/packages/waf/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.23.0] - 2024-11-18 +### Removed +- General: Update minimum PHP version to 7.2. [#40147] + ## [0.22.3] - 2024-11-04 ### Added - Enable test coverage. [#39961] @@ -402,6 +406,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Core: do not ship .phpcs.dir.xml in production builds. +[0.23.0]: https://github.com/Automattic/jetpack-waf/compare/v0.22.3...v0.23.0 [0.22.3]: https://github.com/Automattic/jetpack-waf/compare/v0.22.2...v0.22.3 [0.22.2]: https://github.com/Automattic/jetpack-waf/compare/v0.22.1...v0.22.2 [0.22.1]: https://github.com/Automattic/jetpack-waf/compare/v0.22.0...v0.22.1 diff --git a/projects/packages/waf/changelog/add-ci-always-process-coverage b/projects/packages/waf/changelog/add-ci-always-process-coverage deleted file mode 100644 index 947f8f1b28e62..0000000000000 --- a/projects/packages/waf/changelog/add-ci-always-process-coverage +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Always run both unit and integration tests for coverage, even if one fails. - - diff --git a/projects/packages/waf/changelog/update-bump_min_php_to_7.2 b/projects/packages/waf/changelog/update-bump_min_php_to_7.2 deleted file mode 100644 index 712ab5f494aaa..0000000000000 --- a/projects/packages/waf/changelog/update-bump_min_php_to_7.2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: Update minimum PHP version to 7.2. diff --git a/projects/packages/waf/composer.json b/projects/packages/waf/composer.json index 8b4b8c0b14fe9..05c3a590b185b 100644 --- a/projects/packages/waf/composer.json +++ b/projects/packages/waf/composer.json @@ -62,7 +62,7 @@ "link-template": "https://github.com/Automattic/jetpack-waf/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.22.x-dev" + "dev-trunk": "0.23.x-dev" } }, "config": { diff --git a/projects/packages/woocommerce-analytics/CHANGELOG.md b/projects/packages/woocommerce-analytics/CHANGELOG.md index 26d46adae67a6..72a97a3567d30 100644 --- a/projects/packages/woocommerce-analytics/CHANGELOG.md +++ b/projects/packages/woocommerce-analytics/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.0] - 2024-11-18 +### Removed +- General: Update minimum PHP version to 7.2. [#40147] + ## [0.1.13] - 2024-11-04 ### Added - Enable test coverage. [#39961] @@ -67,6 +71,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix namespace issue with WooCommerce class reference. [#35857] - General: bail early when WooCommerce is not active. [#36278] +[0.2.0]: https://github.com/Automattic/woocommerce-analytics/compare/v0.1.13...v0.2.0 [0.1.13]: https://github.com/Automattic/woocommerce-analytics/compare/v0.1.12...v0.1.13 [0.1.12]: https://github.com/Automattic/woocommerce-analytics/compare/v0.1.11...v0.1.12 [0.1.11]: https://github.com/Automattic/woocommerce-analytics/compare/v0.1.10...v0.1.11 diff --git a/projects/packages/woocommerce-analytics/changelog/update-bump_min_php_to_7.2 b/projects/packages/woocommerce-analytics/changelog/update-bump_min_php_to_7.2 deleted file mode 100644 index 712ab5f494aaa..0000000000000 --- a/projects/packages/woocommerce-analytics/changelog/update-bump_min_php_to_7.2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: Update minimum PHP version to 7.2. diff --git a/projects/packages/woocommerce-analytics/composer.json b/projects/packages/woocommerce-analytics/composer.json index 4245eaf49f426..03f46135acdc6 100644 --- a/projects/packages/woocommerce-analytics/composer.json +++ b/projects/packages/woocommerce-analytics/composer.json @@ -48,7 +48,7 @@ }, "autotagger": true, "branch-alias": { - "dev-trunk": "0.1.x-dev" + "dev-trunk": "0.2.x-dev" }, "textdomain": "woocommerce-analytics", "version-constants": { diff --git a/projects/packages/woocommerce-analytics/src/class-woocommerce-analytics.php b/projects/packages/woocommerce-analytics/src/class-woocommerce-analytics.php index bda98b8554aa8..a7da87cdd744b 100644 --- a/projects/packages/woocommerce-analytics/src/class-woocommerce-analytics.php +++ b/projects/packages/woocommerce-analytics/src/class-woocommerce-analytics.php @@ -20,7 +20,7 @@ class Woocommerce_Analytics { /** * Package version. */ - const PACKAGE_VERSION = '0.1.13'; + const PACKAGE_VERSION = '0.2.0'; /** * Initializer. diff --git a/projects/packages/wordads/CHANGELOG.md b/projects/packages/wordads/CHANGELOG.md index 11b578a5d74a7..20cebc1b2ad04 100644 --- a/projects/packages/wordads/CHANGELOG.md +++ b/projects/packages/wordads/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.0] - 2024-11-18 +### Removed +- General: Update minimum PHP version to 7.2. [#40147] + ## [0.3.39] - 2024-11-11 ### Changed - Updated package dependencies. [#39999] [#40060] @@ -23,9 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.3.35] - 2024-10-07 ### Changed -- Updated package dependencies. [#39592] -- Updated package dependencies. [#39594] -- Updated package dependencies. [#39639] +- Updated package dependencies. [#39592] [#39594] [#39639] ## [0.3.34] - 2024-09-30 ### Changed @@ -205,8 +207,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.2.50] - 2023-09-04 ### Changed -- Updated package dependencies. [#32803] -- Updated package dependencies. [#32804] +- Updated package dependencies. [#32803] [#32804] ## [0.2.49] - 2023-08-28 ### Changed @@ -218,8 +219,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.2.47] - 2023-07-25 ### Changed -- Updated package dependencies. [#31923] -- Updated package dependencies. [#32040] +- Updated package dependencies. [#31923] [#32040] - Update props passed to JetpackFooter [#31627] ## [0.2.46] - 2023-07-17 @@ -438,6 +438,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - PHPCS: Fix `WordPress.Security.ValidatedSanitizedInput` - Updated package dependencies. +[0.4.0]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.39...v0.4.0 [0.3.39]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.38...v0.3.39 [0.3.38]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.37...v0.3.38 [0.3.37]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.36...v0.3.37 diff --git a/projects/packages/wordads/changelog/add-ci-always-process-coverage b/projects/packages/wordads/changelog/add-ci-always-process-coverage deleted file mode 100644 index 387ca599c4182..0000000000000 --- a/projects/packages/wordads/changelog/add-ci-always-process-coverage +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Always run JS coverage, even if PHP coverage fails. - - diff --git a/projects/packages/wordads/changelog/update-bump_min_php_to_7.2 b/projects/packages/wordads/changelog/update-bump_min_php_to_7.2 deleted file mode 100644 index 712ab5f494aaa..0000000000000 --- a/projects/packages/wordads/changelog/update-bump_min_php_to_7.2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: Update minimum PHP version to 7.2. diff --git a/projects/packages/wordads/composer.json b/projects/packages/wordads/composer.json index 7bf6b5662e0a4..93aa376cad7b9 100644 --- a/projects/packages/wordads/composer.json +++ b/projects/packages/wordads/composer.json @@ -67,7 +67,7 @@ }, "autotagger": true, "branch-alias": { - "dev-trunk": "0.3.x-dev" + "dev-trunk": "0.4.x-dev" }, "textdomain": "jetpack-wordads", "version-constants": { diff --git a/projects/packages/wordads/package.json b/projects/packages/wordads/package.json index f011b42ebfafa..ba7aca3ec4efe 100644 --- a/projects/packages/wordads/package.json +++ b/projects/packages/wordads/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-wordads", - "version": "0.3.39", + "version": "0.4.0", "description": "Earn income by allowing Jetpack to display high quality ads.", "main": "main.js", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/wordads/#readme", diff --git a/projects/packages/wordads/src/class-package.php b/projects/packages/wordads/src/class-package.php index 3bbed8fc73ccd..065609f88590d 100644 --- a/projects/packages/wordads/src/class-package.php +++ b/projects/packages/wordads/src/class-package.php @@ -11,7 +11,7 @@ * WordAds package general information */ class Package { - const VERSION = '0.3.39'; + const VERSION = '0.4.0'; const SLUG = 'wordads'; /** diff --git a/projects/packages/yoast-promo/CHANGELOG.md b/projects/packages/yoast-promo/CHANGELOG.md index 142c858865fe3..40d8d053d2559 100644 --- a/projects/packages/yoast-promo/CHANGELOG.md +++ b/projects/packages/yoast-promo/CHANGELOG.md @@ -19,8 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add Jetpack Autoloader package suggestion. [#29988] ### Changed -- Updated package dependencies. [#29854] -- Updated package dependencies. [#30019] +- Updated package dependencies. [#29854] [#30019] ## 0.1.0 - 2023-04-03 ### Added diff --git a/projects/plugins/jetpack/changelog/update-bump_min_php_to_7.2#2 b/projects/plugins/boost/changelog/prerelease#4 similarity index 79% rename from projects/plugins/jetpack/changelog/update-bump_min_php_to_7.2#2 rename to projects/plugins/boost/changelog/prerelease#4 index a1c1831fa1ef7..9aa70e3ec1f75 100644 --- a/projects/plugins/jetpack/changelog/update-bump_min_php_to_7.2#2 +++ b/projects/plugins/boost/changelog/prerelease#4 @@ -1,5 +1,5 @@ Significance: patch -Type: other +Type: changed Comment: Updated composer.lock. diff --git a/projects/plugins/boost/composer.lock b/projects/plugins/boost/composer.lock index ebc72df190aae..e85c83e821b15 100644 --- a/projects/plugins/boost/composer.lock +++ b/projects/plugins/boost/composer.lock @@ -817,7 +817,7 @@ "dist": { "type": "path", "url": "../../packages/image-cdn", - "reference": "f3bdf2f4a067c2bd1ce9003cd7b0985b2b16e6b0" + "reference": "679072fe9bb7af143d368c171e0517767d448552" }, "require": { "automattic/jetpack-assets": "@dev", @@ -840,7 +840,7 @@ }, "autotagger": true, "branch-alias": { - "dev-trunk": "0.6.x-dev" + "dev-trunk": "0.7.x-dev" }, "textdomain": "jetpack-image-cdn", "version-constants": { diff --git a/projects/plugins/jetpack/changelog/prerelease b/projects/plugins/classic-theme-helper-plugin/changelog/prerelease#11 similarity index 79% rename from projects/plugins/jetpack/changelog/prerelease rename to projects/plugins/classic-theme-helper-plugin/changelog/prerelease#11 index a1c1831fa1ef7..9aa70e3ec1f75 100644 --- a/projects/plugins/jetpack/changelog/prerelease +++ b/projects/plugins/classic-theme-helper-plugin/changelog/prerelease#11 @@ -1,5 +1,5 @@ Significance: patch -Type: other +Type: changed Comment: Updated composer.lock. diff --git a/projects/plugins/classic-theme-helper-plugin/composer.lock b/projects/plugins/classic-theme-helper-plugin/composer.lock index 5ebec15b45ddf..1bcf5bfc610cc 100644 --- a/projects/plugins/classic-theme-helper-plugin/composer.lock +++ b/projects/plugins/classic-theme-helper-plugin/composer.lock @@ -202,7 +202,7 @@ "dist": { "type": "path", "url": "../../packages/classic-theme-helper", - "reference": "ccbbd7016a4f34585969bad25b4fc692303241a7" + "reference": "9e2bc32f32e57572a4807dee16ad5d0b3b2e730b" }, "require": { "automattic/jetpack-assets": "@dev", @@ -220,7 +220,7 @@ "extra": { "autotagger": true, "branch-alias": { - "dev-trunk": "0.6.x-dev" + "dev-trunk": "0.7.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-classic-theme-helper/compare/v${old}...v${new}" diff --git a/projects/plugins/jetpack/CHANGELOG.md b/projects/plugins/jetpack/CHANGELOG.md index 623f457812231..d5bc23d01a5ed 100644 --- a/projects/plugins/jetpack/CHANGELOG.md +++ b/projects/plugins/jetpack/CHANGELOG.md @@ -2,6 +2,35 @@ ### This is a list detailing changes for all Jetpack releases. +## 14.1-a.3 - 2024-11-18 +### Major Enhancements +- General: Update minimum PHP version to 7.2. [#40147] +- General: Update minimum WordPress version to 6.6. [#40146] + +### Enhancements +- Social: Added a new toggle for Social UTM tracking. [#39998] +- Use wp_register_block_metadata_collection() on WordPress 6.7+ to improve block registration performance by reducing filesystem operations. (See https://core.trac.wordpress.org/changeset/59132) [#40064] + +### Improved compatibility +- Dashboard: Fix toggle component to prevent console warnings. [#40164] + +### Bug fixes +- Comments: Fix reload after posting. [#40140] +- Forms: Fix an error occurring due to a function receiving an unexpected input type. [#40183] +- Subscriptions: Fix template preview and edit links for three toggle settings. [#40142] + +### Other changes +- AI Assistant: Adding "transform list into table" functionality back to AI Assistant. [#40148] +- AI Assistant: Add styles support for featured image AI modal. [#40113] +- AI Assistant: Hotfix for input disabled bug (https://github.com/Automattic/wp-calypso/issues/96430). [#40198] +- AI Assistant: Make sure we validate that the new option exists. [#40186] +- AI Assistant: Only display "turn list into table" menu item for top-level lists. [#40177] +- Backup: Add "next daily backup" schedule time on admin page. [#39914] +- Dashboard: Fix bug with connection cards in "promotions disabled" mode. [#40179] +- Plans: Add Jetpack Growth constants to prevent error on My Plan section. [#40176] +- Podcast Player Block: Fix "Uncaught TypeError" error. [#40121] +- Social: Added UTM option to sync. [#40144] + ## 14.1-a.1 - 2024-11-11 ### Enhancements - My Jetpack: Update the recommendations section in My Jetpack to include a slider interaction for the cards. [#39850] @@ -224,9 +253,7 @@ - Title Optimization: Handle enter/return key to trigger a generation when they are pressed. [#39399] - Title Optimization: improve button behaviors when handling errors. [#39554] - Title Optimization: Properly handle errors and show the correct UI for each. [#39340] -- Updated package dependencies. [#39176] [#39278] [#39288] -- Updated package dependencies. [#39302] -- Updated package dependencies. [#39332] +- Updated package dependencies. [#39176] [#39278] [#39288] [#39302] [#39332] - Updated to not check for onboarding option from the frontend. [#39246] - WP.com: Ensure portfolios are enabled and working properly on themes that support portfolios. [#39431] - Write Brief: Turn spelling mistakes and long sentences on by default when the tool is enabled. [#39495] @@ -597,8 +624,7 @@ - Stats: Point post stats icon to wp-admin. [#38013] - Subscribe overlay: Use home URL in skip link. [#37711] - Top Posts & Pages Block: Require that one content type is always set to display. [#36305] -- Updated package dependencies. [#37669] [#37706] -- Updated package dependencies. [#37767] [#37776] [#37795] [#37796] +- Updated package dependencies. [#37669] [#37706] [#37767] [#37776] [#37795] [#37796] - Updated recommendation links for Social. [#37693] - Updated recommendations section links for Social. [#37678] - Use correct const to check for inline extensions availability. [#37758] @@ -709,8 +735,7 @@ - Subscriptions: Subscription overlay fixes. [#37503] - Tiled Gallery: Fix view rendering issues. [#37213] - Tiled Gallery: Force image aspect ratio for square and circle styles. [#37627] -- Updated package dependencies. [#36964] -- Updated package dependencies. [#37348] [#37379] [#37380] [#37382] +- Updated package dependencies. [#36964] [#37348] [#37379] [#37380] [#37382] - Updated phan baseline files. [#37151] - Update invite user error response logging. [#37144] - Update sizes and spacings on Title Optimization. [#37333] @@ -983,9 +1008,7 @@ - Untangle: explicitly use Core admin bar color in Calypso color schemes [#36341] - Untangling: return untangled admin menu from wpcom/v2/admin-menu endpoint for early classic view. [#36601] - Update code references in docs and comments. [#36234] -- Updated package dependencies. [#36309, #36325] -- Updated package dependencies. [#36401] -- Updated package dependencies. [#36585] +- Updated package dependencies. [#36309] [#36325] [#36401] [#36585] - Update lockfiles. [#36195] - Update notification icon in top bar [#36297] - Use correct links in Settings -> Traffic -> GA when admin interface is wp-admin [#36493] @@ -1421,8 +1444,7 @@ - Fix failing E2E tests [#34796] - In editor view, the Like block now shows or hides the reblog button according to sidebar config [#34831] - Social: Removed obsolete code for Tweetstorms [#34330] -- Updated package dependencies. [#34815] -- Updated package dependencies. [#34816] +- Updated package dependencies. [#34815] [#34816] ## 13.0-a.11 - 2024-01-02 ### Bug fixes @@ -2507,8 +2529,7 @@ - Fix typo [#31977] - Sites API: add was_migration_trial flag to data returned for site details. [#31907] - Transferred 'get_calypso_env()' method from Jetpack class to the Status package. [#31906] -- Updated package dependencies. [#31923] -- Updated package dependencies. [#32040] +- Updated package dependencies. [#31923] [#32040] - Update props passed to JetpackFooter [#31627] - Whitelist jetpack_memberships_site_subscriber post meta to allow for syncing to WordPress.com [#31956] - Widget Visibility: add new filter to allow third-parties to add Widget Visibility support to their own blocks. [#31928] @@ -2591,8 +2612,7 @@ - Add wpcom_site_setup property to /sites/{siteId} endpoint [#31664] - Dashboard: update wording for Custom CSS section when using a Block theme. [#31634] - Sync wpcom_site_setup site option [#31662] -- Updated package dependencies. [#31659] -- Updated package dependencies. [#31661] +- Updated package dependencies. [#31659] [#31661] - WordPress.com Toolbar: only add Blaze Dashboard link once. [#31617] ## [12.3] - 2023-07-05 diff --git a/projects/plugins/jetpack/changelog/add-ci-always-process-coverage b/projects/plugins/jetpack/changelog/add-ci-always-process-coverage deleted file mode 100644 index 473508bc50a5b..0000000000000 --- a/projects/plugins/jetpack/changelog/add-ci-always-process-coverage +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Always run all coverage, don't kill if one fails. - - diff --git a/projects/plugins/jetpack/changelog/add-jetpack-ai-featured-image-styles b/projects/plugins/jetpack/changelog/add-jetpack-ai-featured-image-styles deleted file mode 100644 index 79c2bcd74ae39..0000000000000 --- a/projects/plugins/jetpack/changelog/add-jetpack-ai-featured-image-styles +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Jetpack AI: add styles support for featured image AI modal diff --git a/projects/plugins/jetpack/changelog/add-jetpack-backup-schedule-time b/projects/plugins/jetpack/changelog/add-jetpack-backup-schedule-time deleted file mode 100644 index 33fd28e9c13cc..0000000000000 --- a/projects/plugins/jetpack/changelog/add-jetpack-backup-schedule-time +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Backup: added next daily backup schedule time on admin page diff --git a/projects/plugins/jetpack/changelog/add-jetpack-growth-to-constants b/projects/plugins/jetpack/changelog/add-jetpack-growth-to-constants deleted file mode 100644 index ac178c420f39c..0000000000000 --- a/projects/plugins/jetpack/changelog/add-jetpack-growth-to-constants +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Add Jetpack Growth constants so My Plan section doesn't error out diff --git a/projects/plugins/jetpack/changelog/add-social-utm-toggle b/projects/plugins/jetpack/changelog/add-social-utm-toggle deleted file mode 100644 index 4f2029aadc576..0000000000000 --- a/projects/plugins/jetpack/changelog/add-social-utm-toggle +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Added a new toggle for Social UTM tracking diff --git a/projects/plugins/jetpack/changelog/add-social-utm-toggle-sync b/projects/plugins/jetpack/changelog/add-social-utm-toggle-sync deleted file mode 100644 index c6b4ffcfc8787..0000000000000 --- a/projects/plugins/jetpack/changelog/add-social-utm-toggle-sync +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Added UTM option to sync diff --git a/projects/plugins/jetpack/changelog/change-jetpack-ai-list-to-table-top-level-only b/projects/plugins/jetpack/changelog/change-jetpack-ai-list-to-table-top-level-only deleted file mode 100644 index 305409b4615a8..0000000000000 --- a/projects/plugins/jetpack/changelog/change-jetpack-ai-list-to-table-top-level-only +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Jetpack AI: Only display "turn list into table" menu item for top level lists diff --git a/projects/plugins/jetpack/changelog/change-jetpack-ai-list-to-table-transform b/projects/plugins/jetpack/changelog/change-jetpack-ai-list-to-table-transform deleted file mode 100644 index 3d731e5e3f92c..0000000000000 --- a/projects/plugins/jetpack/changelog/change-jetpack-ai-list-to-table-transform +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Jatpack AI: Adding "transform list into table" functionality back to AI Assistant diff --git a/projects/plugins/jetpack/changelog/fix-comment-reload b/projects/plugins/jetpack/changelog/fix-comment-reload deleted file mode 100644 index 8dcddca9a5fbb..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-comment-reload +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Comments: fix reload after posting diff --git a/projects/plugins/jetpack/changelog/fix-fatal-podcast-player-block b/projects/plugins/jetpack/changelog/fix-fatal-podcast-player-block deleted file mode 100644 index cec5f767a7ca2..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-fatal-podcast-player-block +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Jetpack Podcast Player Block: Fix Uncaught TypeError Fatal diff --git a/projects/plugins/jetpack/changelog/fix-jetpack-ai-check-for-options-correctly b/projects/plugins/jetpack/changelog/fix-jetpack-ai-check-for-options-correctly deleted file mode 100644 index d91b0e7fd148f..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-jetpack-ai-check-for-options-correctly +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Jetpack AI: Make sure we validate that the new option exists diff --git a/projects/plugins/jetpack/changelog/fix-jetpack-ai-general-image-disabled-input b/projects/plugins/jetpack/changelog/fix-jetpack-ai-general-image-disabled-input deleted file mode 100644 index f6a08e558429b..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-jetpack-ai-general-image-disabled-input +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Jetpack AI: hotfix for input disabled bug (https://github.com/Automattic/wp-calypso/issues/96430) diff --git a/projects/plugins/jetpack/changelog/fix-jetpack-disconnect-not-promotion b/projects/plugins/jetpack/changelog/fix-jetpack-disconnect-not-promotion deleted file mode 100644 index ef0d5bac7cbdb..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-jetpack-disconnect-not-promotion +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Dashboard: fix a bug with connection cards in "promotions disabled" mode. diff --git a/projects/plugins/jetpack/changelog/fix-jetpack-settings-react-warning b/projects/plugins/jetpack/changelog/fix-jetpack-settings-react-warning deleted file mode 100644 index 3f7c128cac859..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-jetpack-settings-react-warning +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: compat - -Dashboard: Fix toggle component to prevent console warnings. diff --git a/projects/plugins/jetpack/changelog/fix-subscription-toggles-template-link b/projects/plugins/jetpack/changelog/fix-subscription-toggles-template-link deleted file mode 100644 index 578a2c9af15bb..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-subscription-toggles-template-link +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Subscription settings: fix template preview+edit link for three toggles diff --git a/projects/plugins/jetpack/changelog/fix-usort-grunion-shortcode-argument-expectation b/projects/plugins/jetpack/changelog/fix-usort-grunion-shortcode-argument-expectation deleted file mode 100644 index 89302f5d58907..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-usort-grunion-shortcode-argument-expectation +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Forms: Fix an error occurring due to a function receiving an unexpected input type. diff --git a/projects/plugins/jetpack/changelog/update-bump_min_php_to_7.2 b/projects/plugins/jetpack/changelog/update-bump_min_php_to_7.2 deleted file mode 100644 index 4a4439ea1119d..0000000000000 --- a/projects/plugins/jetpack/changelog/update-bump_min_php_to_7.2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: major - -General: Update minimum PHP version to 7.2. diff --git a/projects/plugins/jetpack/changelog/update-bump_min_wp_to_6.6 b/projects/plugins/jetpack/changelog/update-bump_min_wp_to_6.6 deleted file mode 100644 index a3bf3b67465c4..0000000000000 --- a/projects/plugins/jetpack/changelog/update-bump_min_wp_to_6.6 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: major - -General: Update minimum WordPress version to 6.6. diff --git a/projects/plugins/jetpack/changelog/update-limit-jetpack-test-concurrency b/projects/plugins/jetpack/changelog/update-limit-jetpack-test-concurrency deleted file mode 100644 index 44c4f8621fd91..0000000000000 --- a/projects/plugins/jetpack/changelog/update-limit-jetpack-test-concurrency +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Limit test-coverage concurrency - - diff --git a/projects/plugins/jetpack/changelog/update-wp_register_block_metadata_collection b/projects/plugins/jetpack/changelog/update-wp_register_block_metadata_collection deleted file mode 100644 index db899e5772c71..0000000000000 --- a/projects/plugins/jetpack/changelog/update-wp_register_block_metadata_collection +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Use wp_register_block_metadata_collection() on WordPress 6.7+ to improve block registration performance by reducing filesystem operations. (See https://core.trac.wordpress.org/changeset/59132) diff --git a/projects/plugins/jetpack/class.jetpack-gutenberg.php b/projects/plugins/jetpack/class.jetpack-gutenberg.php index 0ff7814e9ecef..e591673fc0acd 100644 --- a/projects/plugins/jetpack/class.jetpack-gutenberg.php +++ b/projects/plugins/jetpack/class.jetpack-gutenberg.php @@ -1345,7 +1345,7 @@ public static function site_supports_next_default_size() { * blocks register themselves on init. * * @static - * @since $$next-version$$ + * @since 14.1 * @return void */ public static function register_block_metadata_collection() { diff --git a/projects/plugins/jetpack/composer.json b/projects/plugins/jetpack/composer.json index 59bc11beceafd..197b7abd9c85b 100644 --- a/projects/plugins/jetpack/composer.json +++ b/projects/plugins/jetpack/composer.json @@ -106,7 +106,7 @@ "platform": { "ext-intl": "0.0.0" }, - "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_1", + "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_3", "allow-plugins": { "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true diff --git a/projects/plugins/jetpack/composer.lock b/projects/plugins/jetpack/composer.lock index 704462b71c1dc..24ef8be455e77 100644 --- a/projects/plugins/jetpack/composer.lock +++ b/projects/plugins/jetpack/composer.lock @@ -417,7 +417,7 @@ "dist": { "type": "path", "url": "../../packages/blaze", - "reference": "2376d620ef802dade18c7a86c57491d5f6e45650" + "reference": "f214ac58ad1f8840165fda6bda0a069f7d28f597" }, "require": { "automattic/jetpack-assets": "@dev", @@ -445,7 +445,7 @@ "link-template": "https://github.com/automattic/jetpack-blaze/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.24.x-dev" + "dev-trunk": "0.25.x-dev" }, "textdomain": "jetpack-blaze", "version-constants": { @@ -498,7 +498,7 @@ "dist": { "type": "path", "url": "../../packages/blocks", - "reference": "351dfa0b419267d3f355fb7789221be3116c3587" + "reference": "1a72ece8ab32f9d8bd2cdcf4690141db61a9ef5d" }, "require": { "automattic/jetpack-constants": "@dev", @@ -521,7 +521,7 @@ "link-template": "https://github.com/Automattic/jetpack-blocks/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "2.0.x-dev" + "dev-trunk": "3.0.x-dev" } }, "autoload": { @@ -704,7 +704,7 @@ "dist": { "type": "path", "url": "../../packages/classic-theme-helper", - "reference": "ccbbd7016a4f34585969bad25b4fc692303241a7" + "reference": "9e2bc32f32e57572a4807dee16ad5d0b3b2e730b" }, "require": { "automattic/jetpack-assets": "@dev", @@ -722,7 +722,7 @@ "extra": { "autotagger": true, "branch-alias": { - "dev-trunk": "0.6.x-dev" + "dev-trunk": "0.7.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-classic-theme-helper/compare/v${old}...v${new}" @@ -775,7 +775,7 @@ "dist": { "type": "path", "url": "../../packages/compat", - "reference": "bdcdbf49c8ac7bd69712b00c3055e8a5ac188a78" + "reference": "f344c74fa490eee8870adf5cbf68c6a841c1e2ee" }, "require": { "php": ">=7.2" @@ -795,7 +795,7 @@ "link-template": "https://github.com/Automattic/jetpack-compat/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.0.x-dev" + "dev-trunk": "4.0.x-dev" } }, "license": [ @@ -1143,7 +1143,7 @@ "dist": { "type": "path", "url": "../../packages/error", - "reference": "d20d973be11785f8eb33ccf71cac670d5cdb1c85" + "reference": "e5fd202b9a97a1aa8ab6ae8e1ed049c7d83eca17" }, "require": { "php": ">=7.2" @@ -1163,7 +1163,7 @@ "link-template": "https://github.com/Automattic/jetpack-error/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "2.0.x-dev" + "dev-trunk": "3.0.x-dev" } }, "autoload": { @@ -1271,7 +1271,7 @@ "dist": { "type": "path", "url": "../../packages/forms", - "reference": "feebd4a527cdf43a99a8eba5387f4f7a5c2dd827" + "reference": "90b2580938cafb2a1c5d8cb25b0a09f89998a844" }, "require": { "automattic/jetpack-assets": "@dev", @@ -1299,7 +1299,7 @@ "link-template": "https://github.com/automattic/jetpack-forms/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.33.x-dev" + "dev-trunk": "0.34.x-dev" }, "textdomain": "jetpack-forms", "version-constants": { @@ -1355,7 +1355,7 @@ "dist": { "type": "path", "url": "../../packages/image-cdn", - "reference": "f3bdf2f4a067c2bd1ce9003cd7b0985b2b16e6b0" + "reference": "679072fe9bb7af143d368c171e0517767d448552" }, "require": { "automattic/jetpack-assets": "@dev", @@ -1378,7 +1378,7 @@ }, "autotagger": true, "branch-alias": { - "dev-trunk": "0.6.x-dev" + "dev-trunk": "0.7.x-dev" }, "textdomain": "jetpack-image-cdn", "version-constants": { @@ -1421,7 +1421,7 @@ "dist": { "type": "path", "url": "../../packages/import", - "reference": "67bfa53198d97d85ca723db9dfc8abd5bfc21d6a" + "reference": "1259c0f4e43174d7fa062f85c46b6ff8dfbe0302" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1444,7 +1444,7 @@ }, "autotagger": true, "branch-alias": { - "dev-trunk": "0.8.x-dev" + "dev-trunk": "0.9.x-dev" }, "textdomain": "jetpack-import", "version-constants": { @@ -1741,7 +1741,7 @@ "dist": { "type": "path", "url": "../../packages/masterbar", - "reference": "6baf07b3e771c43560d33d1838ca13c0286b3681" + "reference": "a6f6a9f25685aa6fd366b592bc19043a31c86591" }, "require": { "automattic/jetpack-assets": "@dev", @@ -1769,7 +1769,7 @@ "extra": { "autotagger": true, "branch-alias": { - "dev-trunk": "0.9.x-dev" + "dev-trunk": "0.10.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-masterbar/compare/v${old}...v${new}" @@ -2113,7 +2113,7 @@ "dist": { "type": "path", "url": "../../packages/post-list", - "reference": "f9d9022acc1514ecd4da86a414a2f1eb20c6876c" + "reference": "5342429a12c629993d0aff87d172ef41ba41390c" }, "require": { "automattic/jetpack-assets": "@dev", @@ -2139,7 +2139,7 @@ "link-template": "https://github.com/automattic/jetpack-post-list/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.6.x-dev" + "dev-trunk": "0.7.x-dev" } }, "autoload": { @@ -2323,7 +2323,7 @@ "dist": { "type": "path", "url": "../../packages/publicize", - "reference": "a71d3dd1bb89f0ab784d71f2b06c404beacadc54" + "reference": "eb9c6707498896cba6ef98f4f4f1d981161f772e" }, "require": { "automattic/jetpack-assets": "@dev", @@ -2352,7 +2352,7 @@ "link-template": "https://github.com/Automattic/jetpack-publicize/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.55.x-dev" + "dev-trunk": "0.56.x-dev" } }, "autoload": { @@ -2514,7 +2514,7 @@ "dist": { "type": "path", "url": "../../packages/search", - "reference": "f57bb9ee446d2dd5216985950e82e9009727094d" + "reference": "43224f9705a4b5a49f7c49509576bcdc5accc4c8" }, "require": { "automattic/jetpack-assets": "@dev", @@ -2543,7 +2543,7 @@ "link-template": "https://github.com/Automattic/jetpack-search/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.46.x-dev" + "dev-trunk": "0.47.x-dev" }, "version-constants": { "::VERSION": "src/class-package.php" @@ -2602,7 +2602,7 @@ "dist": { "type": "path", "url": "../../packages/stats", - "reference": "93b670b4b858f5ef36e4af913968dc0bc282036e" + "reference": "51e221485dd617c66fa2c6b6c36a0e77903bfc3d" }, "require": { "automattic/jetpack-connection": "@dev", @@ -2629,7 +2629,7 @@ "link-template": "https://github.com/Automattic/jetpack-stats/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.13.x-dev" + "dev-trunk": "0.14.x-dev" }, "textdomain": "jetpack-stats" }, @@ -2669,7 +2669,7 @@ "dist": { "type": "path", "url": "../../packages/stats-admin", - "reference": "63a5c17ca7e7f594eb3e833af9944025531df876" + "reference": "e690e290d4895e741483a5f864a15a3e21b9deed" }, "require": { "automattic/jetpack-connection": "@dev", @@ -2693,7 +2693,7 @@ "autotagger": true, "mirror-repo": "Automattic/jetpack-stats-admin", "branch-alias": { - "dev-trunk": "0.22.x-dev" + "dev-trunk": "0.23.x-dev" }, "textdomain": "jetpack-stats-admin", "version-constants": { @@ -2884,7 +2884,7 @@ "dist": { "type": "path", "url": "../../packages/videopress", - "reference": "6e7dfe65e55cf6e3a1f95854c3c929031bff3364" + "reference": "0de033cc4f6dea3b482fc3cb85036751920a0f2f" }, "require": { "automattic/jetpack-admin-ui": "@dev", @@ -2911,7 +2911,7 @@ "link-template": "https://github.com/Automattic/jetpack-videopress/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.24.x-dev" + "dev-trunk": "0.25.x-dev" }, "version-constants": { "::PACKAGE_VERSION": "src/class-package-version.php" @@ -2967,7 +2967,7 @@ "dist": { "type": "path", "url": "../../packages/waf", - "reference": "562c0c0c3c9951fa71b479cbe37628780516e6ad" + "reference": "f76505fdb68f108aded02c23ac8d51584c332fc5" }, "require": { "automattic/jetpack-connection": "@dev", @@ -2994,7 +2994,7 @@ "link-template": "https://github.com/Automattic/jetpack-waf/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.22.x-dev" + "dev-trunk": "0.23.x-dev" } }, "autoload": { @@ -3041,7 +3041,7 @@ "dist": { "type": "path", "url": "../../packages/wordads", - "reference": "3bff86293f2e929570eecf7d63f9c48d6042b7b5" + "reference": "4386d57e609c1b3a98d9b7e2686f7d8c436f1590" }, "require": { "automattic/jetpack-assets": "@dev", @@ -3066,7 +3066,7 @@ }, "autotagger": true, "branch-alias": { - "dev-trunk": "0.3.x-dev" + "dev-trunk": "0.4.x-dev" }, "textdomain": "jetpack-wordads", "version-constants": { @@ -3120,7 +3120,7 @@ "dist": { "type": "path", "url": "../../packages/woocommerce-analytics", - "reference": "300b7478ad8412a67278c827bac72f84e3e8f945" + "reference": "8204d61144feb6f69bf85114b17842a3c30aaf8d" }, "require": { "automattic/jetpack-connection": "@dev", @@ -3142,7 +3142,7 @@ }, "autotagger": true, "branch-alias": { - "dev-trunk": "0.1.x-dev" + "dev-trunk": "0.2.x-dev" }, "textdomain": "woocommerce-analytics", "version-constants": { @@ -3443,7 +3443,7 @@ "dist": { "type": "path", "url": "../../packages/patchwork-redefine-exit", - "reference": "e39cd1236c9b5be6828f773e13faae385fa030d4" + "reference": "108aa5fc130f7b384231cc8ba658a9137ff188ea" }, "require": { "antecedent/patchwork": "^2.1", @@ -3457,7 +3457,7 @@ "extra": { "autotagger": true, "branch-alias": { - "dev-trunk": "1.0.x-dev" + "dev-trunk": "2.0.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/patchwork-redefine-exit/compare/v${old}...v${new}" diff --git a/projects/plugins/jetpack/jetpack.php b/projects/plugins/jetpack/jetpack.php index 38b5d1643e869..7c73bd5d630bf 100644 --- a/projects/plugins/jetpack/jetpack.php +++ b/projects/plugins/jetpack/jetpack.php @@ -4,7 +4,7 @@ * Plugin URI: https://jetpack.com * Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things. * Author: Automattic - * Version: 14.1-a.1 + * Version: 14.1-a.3 * Author URI: https://jetpack.com * License: GPL2+ * Text Domain: jetpack @@ -34,7 +34,7 @@ define( 'JETPACK__MINIMUM_WP_VERSION', '6.6' ); define( 'JETPACK__MINIMUM_PHP_VERSION', '7.2' ); -define( 'JETPACK__VERSION', '14.1-a.1' ); +define( 'JETPACK__VERSION', '14.1-a.3' ); /** * Constant used to fetch the connection owner token diff --git a/projects/plugins/jetpack/package.json b/projects/plugins/jetpack/package.json index 241fc1e7bd8b1..48ecceaf47d4f 100644 --- a/projects/plugins/jetpack/package.json +++ b/projects/plugins/jetpack/package.json @@ -1,6 +1,6 @@ { "name": "Jetpack", - "version": "14.1.0-a.1", + "version": "14.1.0-a.3", "private": true, "description": "[Jetpack](https://jetpack.com/) is a WordPress plugin that supercharges your self-hosted WordPress site with the awesome cloud power of [WordPress.com](https://wordpress.com).", "homepage": "https://jetpack.com", diff --git a/projects/plugins/jetpack/readme.txt b/projects/plugins/jetpack/readme.txt index 10594643a7da3..699da80219b42 100644 --- a/projects/plugins/jetpack/readme.txt +++ b/projects/plugins/jetpack/readme.txt @@ -326,17 +326,22 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file == Changelog == -### 14.1-a.1 - 2024-11-11 +### 14.1-a.3 - 2024-11-18 +#### Major Enhancements +- General: Update minimum PHP version to 7.2. +- General: Update minimum WordPress version to 6.6. + #### Enhancements -- My Jetpack: Update the recommendations section in My Jetpack to include a slider interaction for the cards. -- Image CDN: Use preconnect resource hints instead of dns-prefetch to improve performance. +- Social: Added a new toggle for Social UTM tracking. +- Use wp_register_block_metadata_collection() on WordPress 6.7+ to improve block registration performance by reducing filesystem operations. (See https://core.trac.wordpress.org/changeset/59132) #### Improved compatibility -- Components: Shortlink and Toolbar related components have been updated to ensure compatibility. -- Extra Sidebar Widgets: update asset enqueuing strategy to ensure compatibility with the Elementor plugin. +- Dashboard: Fix toggle component to prevent console warnings. #### Bug fixes -- Fixed bug with scheduled resharing when sharing another admin's posts. +- Comments: Fix reload after posting. +- Forms: Fix an error occurring due to a function receiving an unexpected input type. +- Subscriptions: Fix template preview and edit links for three toggle settings. -------- diff --git a/projects/plugins/jetpack/changelog/update-bump_min_php_to_7.2#3 b/projects/plugins/mu-wpcom-plugin/changelog/prerelease#2 similarity index 79% rename from projects/plugins/jetpack/changelog/update-bump_min_php_to_7.2#3 rename to projects/plugins/mu-wpcom-plugin/changelog/prerelease#2 index a1c1831fa1ef7..9aa70e3ec1f75 100644 --- a/projects/plugins/jetpack/changelog/update-bump_min_php_to_7.2#3 +++ b/projects/plugins/mu-wpcom-plugin/changelog/prerelease#2 @@ -1,5 +1,5 @@ Significance: patch -Type: other +Type: changed Comment: Updated composer.lock. diff --git a/projects/plugins/mu-wpcom-plugin/composer.lock b/projects/plugins/mu-wpcom-plugin/composer.lock index e4b003fac6d70..830a9e024a3be 100644 --- a/projects/plugins/mu-wpcom-plugin/composer.lock +++ b/projects/plugins/mu-wpcom-plugin/composer.lock @@ -199,7 +199,7 @@ "dist": { "type": "path", "url": "../../packages/blaze", - "reference": "2376d620ef802dade18c7a86c57491d5f6e45650" + "reference": "f214ac58ad1f8840165fda6bda0a069f7d28f597" }, "require": { "automattic/jetpack-assets": "@dev", @@ -227,7 +227,7 @@ "link-template": "https://github.com/automattic/jetpack-blaze/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.24.x-dev" + "dev-trunk": "0.25.x-dev" }, "textdomain": "jetpack-blaze", "version-constants": { @@ -280,7 +280,7 @@ "dist": { "type": "path", "url": "../../packages/blocks", - "reference": "351dfa0b419267d3f355fb7789221be3116c3587" + "reference": "1a72ece8ab32f9d8bd2cdcf4690141db61a9ef5d" }, "require": { "automattic/jetpack-constants": "@dev", @@ -303,7 +303,7 @@ "link-template": "https://github.com/Automattic/jetpack-blocks/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "2.0.x-dev" + "dev-trunk": "3.0.x-dev" } }, "autoload": { @@ -407,7 +407,7 @@ "dist": { "type": "path", "url": "../../packages/classic-theme-helper", - "reference": "ccbbd7016a4f34585969bad25b4fc692303241a7" + "reference": "9e2bc32f32e57572a4807dee16ad5d0b3b2e730b" }, "require": { "automattic/jetpack-assets": "@dev", @@ -425,7 +425,7 @@ "extra": { "autotagger": true, "branch-alias": { - "dev-trunk": "0.6.x-dev" + "dev-trunk": "0.7.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-classic-theme-helper/compare/v${old}...v${new}" @@ -478,7 +478,7 @@ "dist": { "type": "path", "url": "../../packages/compat", - "reference": "bdcdbf49c8ac7bd69712b00c3055e8a5ac188a78" + "reference": "f344c74fa490eee8870adf5cbf68c6a841c1e2ee" }, "require": { "php": ">=7.2" @@ -498,7 +498,7 @@ "link-template": "https://github.com/Automattic/jetpack-compat/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.0.x-dev" + "dev-trunk": "4.0.x-dev" } }, "license": [ @@ -971,7 +971,7 @@ "dist": { "type": "path", "url": "../../packages/masterbar", - "reference": "6baf07b3e771c43560d33d1838ca13c0286b3681" + "reference": "a6f6a9f25685aa6fd366b592bc19043a31c86591" }, "require": { "automattic/jetpack-assets": "@dev", @@ -999,7 +999,7 @@ "extra": { "autotagger": true, "branch-alias": { - "dev-trunk": "0.9.x-dev" + "dev-trunk": "0.10.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-masterbar/compare/v${old}...v${new}" @@ -1375,7 +1375,7 @@ "dist": { "type": "path", "url": "../../packages/stats", - "reference": "93b670b4b858f5ef36e4af913968dc0bc282036e" + "reference": "51e221485dd617c66fa2c6b6c36a0e77903bfc3d" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1402,7 +1402,7 @@ "link-template": "https://github.com/Automattic/jetpack-stats/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.13.x-dev" + "dev-trunk": "0.14.x-dev" }, "textdomain": "jetpack-stats" }, @@ -1442,7 +1442,7 @@ "dist": { "type": "path", "url": "../../packages/stats-admin", - "reference": "63a5c17ca7e7f594eb3e833af9944025531df876" + "reference": "e690e290d4895e741483a5f864a15a3e21b9deed" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1466,7 +1466,7 @@ "autotagger": true, "mirror-repo": "Automattic/jetpack-stats-admin", "branch-alias": { - "dev-trunk": "0.22.x-dev" + "dev-trunk": "0.23.x-dev" }, "textdomain": "jetpack-stats-admin", "version-constants": { diff --git a/projects/js-packages/remove-asset-webpack-plugin/changelog/force-a-release b/projects/plugins/protect/changelog/prerelease#5 similarity index 51% rename from projects/js-packages/remove-asset-webpack-plugin/changelog/force-a-release rename to projects/plugins/protect/changelog/prerelease#5 index d4ad6c7cc3379..9aa70e3ec1f75 100644 --- a/projects/js-packages/remove-asset-webpack-plugin/changelog/force-a-release +++ b/projects/plugins/protect/changelog/prerelease#5 @@ -1,4 +1,5 @@ Significance: patch Type: changed +Comment: Updated composer.lock. + -Update dependencies. diff --git a/projects/plugins/protect/composer.lock b/projects/plugins/protect/composer.lock index 5c23bc2d32ee6..296be21aff607 100644 --- a/projects/plugins/protect/composer.lock +++ b/projects/plugins/protect/composer.lock @@ -1885,7 +1885,7 @@ "dist": { "type": "path", "url": "../../packages/waf", - "reference": "562c0c0c3c9951fa71b479cbe37628780516e6ad" + "reference": "f76505fdb68f108aded02c23ac8d51584c332fc5" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1912,7 +1912,7 @@ "link-template": "https://github.com/Automattic/jetpack-waf/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.22.x-dev" + "dev-trunk": "0.23.x-dev" } }, "autoload": { diff --git a/projects/plugins/search/changelog/prerelease#12 b/projects/plugins/search/changelog/prerelease#12 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/search/changelog/prerelease#12 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/search/composer.lock b/projects/plugins/search/composer.lock index edd3f05d3e1f7..c2b7ad86becc8 100644 --- a/projects/plugins/search/composer.lock +++ b/projects/plugins/search/composer.lock @@ -1608,7 +1608,7 @@ "dist": { "type": "path", "url": "../../packages/search", - "reference": "f57bb9ee446d2dd5216985950e82e9009727094d" + "reference": "43224f9705a4b5a49f7c49509576bcdc5accc4c8" }, "require": { "automattic/jetpack-assets": "@dev", @@ -1637,7 +1637,7 @@ "link-template": "https://github.com/Automattic/jetpack-search/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.46.x-dev" + "dev-trunk": "0.47.x-dev" }, "version-constants": { "::VERSION": "src/class-package.php" @@ -1696,7 +1696,7 @@ "dist": { "type": "path", "url": "../../packages/stats", - "reference": "93b670b4b858f5ef36e4af913968dc0bc282036e" + "reference": "51e221485dd617c66fa2c6b6c36a0e77903bfc3d" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1723,7 +1723,7 @@ "link-template": "https://github.com/Automattic/jetpack-stats/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.13.x-dev" + "dev-trunk": "0.14.x-dev" }, "textdomain": "jetpack-stats" }, diff --git a/projects/plugins/social/changelog/prerelease#5 b/projects/plugins/social/changelog/prerelease#5 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/social/changelog/prerelease#5 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/social/composer.lock b/projects/plugins/social/composer.lock index 47b4ef598ec41..6d5344bde8b8f 100644 --- a/projects/plugins/social/composer.lock +++ b/projects/plugins/social/composer.lock @@ -1354,7 +1354,7 @@ "dist": { "type": "path", "url": "../../packages/post-list", - "reference": "f9d9022acc1514ecd4da86a414a2f1eb20c6876c" + "reference": "5342429a12c629993d0aff87d172ef41ba41390c" }, "require": { "automattic/jetpack-assets": "@dev", @@ -1380,7 +1380,7 @@ "link-template": "https://github.com/automattic/jetpack-post-list/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.6.x-dev" + "dev-trunk": "0.7.x-dev" } }, "autoload": { @@ -1564,7 +1564,7 @@ "dist": { "type": "path", "url": "../../packages/publicize", - "reference": "a71d3dd1bb89f0ab784d71f2b06c404beacadc54" + "reference": "eb9c6707498896cba6ef98f4f4f1d981161f772e" }, "require": { "automattic/jetpack-assets": "@dev", @@ -1593,7 +1593,7 @@ "link-template": "https://github.com/Automattic/jetpack-publicize/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.55.x-dev" + "dev-trunk": "0.56.x-dev" } }, "autoload": { diff --git a/projects/plugins/videopress/changelog/prerelease#12 b/projects/plugins/videopress/changelog/prerelease#12 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/videopress/changelog/prerelease#12 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/videopress/composer.lock b/projects/plugins/videopress/composer.lock index fdd56566916d2..1278de0d60eaa 100644 --- a/projects/plugins/videopress/composer.lock +++ b/projects/plugins/videopress/composer.lock @@ -1750,7 +1750,7 @@ "dist": { "type": "path", "url": "../../packages/videopress", - "reference": "6e7dfe65e55cf6e3a1f95854c3c929031bff3364" + "reference": "0de033cc4f6dea3b482fc3cb85036751920a0f2f" }, "require": { "automattic/jetpack-admin-ui": "@dev", @@ -1777,7 +1777,7 @@ "link-template": "https://github.com/Automattic/jetpack-videopress/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.24.x-dev" + "dev-trunk": "0.25.x-dev" }, "version-constants": { "::PACKAGE_VERSION": "src/class-package-version.php" diff --git a/projects/plugins/wpcomsh/changelog/prerelease#7 b/projects/plugins/wpcomsh/changelog/prerelease#7 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/wpcomsh/changelog/prerelease#7 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/wpcomsh/composer.lock b/projects/plugins/wpcomsh/composer.lock index 4dd85bc3a8bd5..435d450035f08 100644 --- a/projects/plugins/wpcomsh/composer.lock +++ b/projects/plugins/wpcomsh/composer.lock @@ -264,7 +264,7 @@ "dist": { "type": "path", "url": "../../packages/blaze", - "reference": "2376d620ef802dade18c7a86c57491d5f6e45650" + "reference": "f214ac58ad1f8840165fda6bda0a069f7d28f597" }, "require": { "automattic/jetpack-assets": "@dev", @@ -292,7 +292,7 @@ "link-template": "https://github.com/automattic/jetpack-blaze/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.24.x-dev" + "dev-trunk": "0.25.x-dev" }, "textdomain": "jetpack-blaze", "version-constants": { @@ -345,7 +345,7 @@ "dist": { "type": "path", "url": "../../packages/blocks", - "reference": "351dfa0b419267d3f355fb7789221be3116c3587" + "reference": "1a72ece8ab32f9d8bd2cdcf4690141db61a9ef5d" }, "require": { "automattic/jetpack-constants": "@dev", @@ -368,7 +368,7 @@ "link-template": "https://github.com/Automattic/jetpack-blocks/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "2.0.x-dev" + "dev-trunk": "3.0.x-dev" } }, "autoload": { @@ -472,7 +472,7 @@ "dist": { "type": "path", "url": "../../packages/classic-theme-helper", - "reference": "ccbbd7016a4f34585969bad25b4fc692303241a7" + "reference": "9e2bc32f32e57572a4807dee16ad5d0b3b2e730b" }, "require": { "automattic/jetpack-assets": "@dev", @@ -490,7 +490,7 @@ "extra": { "autotagger": true, "branch-alias": { - "dev-trunk": "0.6.x-dev" + "dev-trunk": "0.7.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-classic-theme-helper/compare/v${old}...v${new}" @@ -543,7 +543,7 @@ "dist": { "type": "path", "url": "../../packages/compat", - "reference": "bdcdbf49c8ac7bd69712b00c3055e8a5ac188a78" + "reference": "f344c74fa490eee8870adf5cbf68c6a841c1e2ee" }, "require": { "php": ">=7.2" @@ -563,7 +563,7 @@ "link-template": "https://github.com/Automattic/jetpack-compat/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.0.x-dev" + "dev-trunk": "4.0.x-dev" } }, "license": [ @@ -1108,7 +1108,7 @@ "dist": { "type": "path", "url": "../../packages/masterbar", - "reference": "6baf07b3e771c43560d33d1838ca13c0286b3681" + "reference": "a6f6a9f25685aa6fd366b592bc19043a31c86591" }, "require": { "automattic/jetpack-assets": "@dev", @@ -1136,7 +1136,7 @@ "extra": { "autotagger": true, "branch-alias": { - "dev-trunk": "0.9.x-dev" + "dev-trunk": "0.10.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-masterbar/compare/v${old}...v${new}" @@ -1403,7 +1403,7 @@ "dist": { "type": "path", "url": "../../packages/post-list", - "reference": "f9d9022acc1514ecd4da86a414a2f1eb20c6876c" + "reference": "5342429a12c629993d0aff87d172ef41ba41390c" }, "require": { "automattic/jetpack-assets": "@dev", @@ -1429,7 +1429,7 @@ "link-template": "https://github.com/automattic/jetpack-post-list/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.6.x-dev" + "dev-trunk": "0.7.x-dev" } }, "autoload": { @@ -1577,7 +1577,7 @@ "dist": { "type": "path", "url": "../../packages/stats", - "reference": "93b670b4b858f5ef36e4af913968dc0bc282036e" + "reference": "51e221485dd617c66fa2c6b6c36a0e77903bfc3d" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1604,7 +1604,7 @@ "link-template": "https://github.com/Automattic/jetpack-stats/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.13.x-dev" + "dev-trunk": "0.14.x-dev" }, "textdomain": "jetpack-stats" }, @@ -1644,7 +1644,7 @@ "dist": { "type": "path", "url": "../../packages/stats-admin", - "reference": "63a5c17ca7e7f594eb3e833af9944025531df876" + "reference": "e690e290d4895e741483a5f864a15a3e21b9deed" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1668,7 +1668,7 @@ "autotagger": true, "mirror-repo": "Automattic/jetpack-stats-admin", "branch-alias": { - "dev-trunk": "0.22.x-dev" + "dev-trunk": "0.23.x-dev" }, "textdomain": "jetpack-stats-admin", "version-constants": {