diff --git a/projects/js-packages/components/CHANGELOG.md b/projects/js-packages/components/CHANGELOG.md index 0e7f70bbce4d6..f0abfe89063ba 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.63.0] - 2024-11-26 +### Changed +- Updates ThreatModal flow [#40214] + ## [0.62.0] - 2024-11-25 ### Added - Add Stats icon [#40236] @@ -1226,6 +1230,7 @@ ### Changed - Update node version requirement to 14.16.1 +[0.63.0]: https://github.com/Automattic/jetpack-components/compare/0.62.0...0.63.0 [0.62.0]: https://github.com/Automattic/jetpack-components/compare/0.61.0...0.62.0 [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 diff --git a/projects/js-packages/components/changelog/update-components-threat-details-modal-flow b/projects/js-packages/components/changelog/update-components-threat-details-modal-flow deleted file mode 100644 index 988212c757caf..0000000000000 --- a/projects/js-packages/components/changelog/update-components-threat-details-modal-flow +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Updates ThreatModal flow diff --git a/projects/js-packages/components/package.json b/projects/js-packages/components/package.json index cba29623921a3..45d061090ffc8 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.62.0", + "version": "0.63.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 36920f804dbc3..642c9a3f4f72d 100644 --- a/projects/js-packages/connection/CHANGELOG.md +++ b/projects/js-packages/connection/CHANGELOG.md @@ -2,6 +2,10 @@ ### This is a list detailing changes for the Jetpack RNA Connection Component releases. +## [0.35.20] - 2024-11-26 +### Changed +- Update dependencies. + ## [0.35.19] - 2024-11-25 ### Changed - Updated package dependencies. [#40288] @@ -897,6 +901,7 @@ - `Main` and `ConnectUser` components added. - `JetpackRestApiClient` API client added. +[0.35.20]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.19...v0.35.20 [0.35.19]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.18...v0.35.19 [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 diff --git a/projects/js-packages/connection/package.json b/projects/js-packages/connection/package.json index b172b5dd0421c..b13aaa4b97cc6 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.19", + "version": "0.35.20", "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 e342f42d31e67..04c564ad6239d 100644 --- a/projects/js-packages/idc/CHANGELOG.md +++ b/projects/js-packages/idc/CHANGELOG.md @@ -2,6 +2,10 @@ ### This is a list detailing changes for the Jetpack RNA IDC package releases. +## 0.11.22 - 2024-11-26 +### Changed +- Update dependencies. + ## 0.11.21 - 2024-11-25 ### Changed - Updated package dependencies. [#40288] diff --git a/projects/js-packages/idc/package.json b/projects/js-packages/idc/package.json index 95ceaa051f440..73101f8873b0c 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.21", + "version": "0.11.22", "description": "Jetpack Connection Component", "author": "Automattic", "license": "GPL-2.0-or-later", diff --git a/projects/js-packages/licensing/CHANGELOG.md b/projects/js-packages/licensing/CHANGELOG.md index 1b4fe4cd8018c..499cbe6214e7f 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.11 - 2024-11-26 +### Changed +- Update dependencies. [#37982] + ## 0.13.10 - 2024-11-25 ### Changed - Updated package dependencies. [#40288] diff --git a/projects/js-packages/licensing/package.json b/projects/js-packages/licensing/package.json index 71177716df02c..9dca6a6fae16f 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.10", + "version": "0.13.11", "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 4490162632b6f..bafcc712f2e9e 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.98 - 2024-11-26 +### Changed +- Update dependencies. [#40231] + ## 0.2.97 - 2024-11-25 ### Changed - Updated package dependencies. [#40288] diff --git a/projects/js-packages/partner-coupon/package.json b/projects/js-packages/partner-coupon/package.json index 827ab79d3a8eb..525148ff54628 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.97", + "version": "0.2.98", "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 e2b7d815b37b1..3f9c769eb96e2 100644 --- a/projects/js-packages/publicize-components/CHANGELOG.md +++ b/projects/js-packages/publicize-components/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.74.1] - 2024-11-26 +### Changed +- Update dependencies. [#39855] + ## [0.74.0] - 2024-11-25 ### Added - Added warnings when linkedin permission is cached [#40220] @@ -1024,6 +1028,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#24470] +[0.74.1]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.74.0...v0.74.1 [0.74.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.73.0...v0.74.0 [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 diff --git a/projects/js-packages/publicize-components/package.json b/projects/js-packages/publicize-components/package.json index a05312d4cdd48..3d8833de879ec 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.74.0", + "version": "0.74.1", "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/scan/CHANGELOG.md b/projects/js-packages/scan/CHANGELOG.md index 3ef4aa1431b4e..8ab58bbc13e9e 100644 --- a/projects/js-packages/scan/CHANGELOG.md +++ b/projects/js-packages/scan/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-26 +### Added +- Adds utility for retrieving a detailed action description [#40214] + ## [0.3.0] - 2024-11-25 ### Added - Adds utilities for retrieving fixer messaging [#40197] @@ -64,5 +68,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - Updated dependencies. [#39754] +[0.4.0]: https://github.com/Automattic/jetpack-scan/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/Automattic/jetpack-scan/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/Automattic/jetpack-scan/compare/v0.1.0...v0.2.0 diff --git a/projects/js-packages/scan/changelog/update-components-threat-details-modal-flow b/projects/js-packages/scan/changelog/update-components-threat-details-modal-flow deleted file mode 100644 index ccbcd7068d542..0000000000000 --- a/projects/js-packages/scan/changelog/update-components-threat-details-modal-flow +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Adds utility for retrieving a detailed action description diff --git a/projects/js-packages/scan/package.json b/projects/js-packages/scan/package.json index a8efbc1835e9b..d3afdf75f16bc 100644 --- a/projects/js-packages/scan/package.json +++ b/projects/js-packages/scan/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@automattic/jetpack-scan", - "version": "0.3.0", + "version": "0.4.0", "description": "A JS client for consuming Jetpack Scan services", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/scan/#readme", "bugs": { diff --git a/projects/js-packages/shared-extension-utils/CHANGELOG.md b/projects/js-packages/shared-extension-utils/CHANGELOG.md index be7c6d2f9c6e7..8b0e560ae586c 100644 --- a/projects/js-packages/shared-extension-utils/CHANGELOG.md +++ b/projects/js-packages/shared-extension-utils/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.15.19] - 2024-11-26 +### Changed +- Update dependencies. [#40231] + ## [0.15.18] - 2024-11-25 ### Changed - Updated package dependencies. [#40288] @@ -490,6 +494,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Core: prepare utility for release +[0.15.19]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.18...0.15.19 [0.15.18]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.15.17...0.15.18 [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 diff --git a/projects/js-packages/shared-extension-utils/package.json b/projects/js-packages/shared-extension-utils/package.json index 0abba12f3bcc3..9efb76f0978b3 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.18", + "version": "0.15.19", "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/packages/backup/CHANGELOG.md b/projects/packages/backup/CHANGELOG.md index 072f000ed483d..08e6c0c86a9e1 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.3] - 2024-11-26 +### Changed +- Update dependencies. [#39855] + ## [4.0.2] - 2024-11-25 ### Changed - Updated dependencies. [#40286] @@ -745,6 +749,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.3]: https://github.com/Automattic/jetpack-backup/compare/v4.0.2...v4.0.3 [4.0.2]: https://github.com/Automattic/jetpack-backup/compare/v4.0.1...v4.0.2 [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 diff --git a/projects/packages/backup/src/class-package-version.php b/projects/packages/backup/src/class-package-version.php index 4a21471ffed5c..3419534ab5df2 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.2'; + const PACKAGE_VERSION = '4.0.3'; const PACKAGE_SLUG = 'backup'; diff --git a/projects/packages/blaze/CHANGELOG.md b/projects/packages/blaze/CHANGELOG.md index b3aa335d7b28b..de9d6cc99f93f 100644 --- a/projects/packages/blaze/CHANGELOG.md +++ b/projects/packages/blaze/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.2] - 2024-11-26 +### Changed +- Update dependencies. [#39855] + ## [0.25.1] - 2024-11-25 ### Changed - Updated dependencies. [#40286] @@ -489,6 +493,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#27906] +[0.25.2]: https://github.com/automattic/jetpack-blaze/compare/v0.25.1...v0.25.2 [0.25.1]: https://github.com/automattic/jetpack-blaze/compare/v0.25.0...v0.25.1 [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 diff --git a/projects/packages/blaze/package.json b/projects/packages/blaze/package.json index 5ada0f5d00f01..73ddbefbaae62 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.25.1", + "version": "0.25.2", "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 46b8cb28c4611..bdda872b2d5ae 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.25.1'; + const PACKAGE_VERSION = '0.25.2'; /** * List of dependencies needed to render the dashboard in wp-admin. diff --git a/projects/packages/forms/CHANGELOG.md b/projects/packages/forms/CHANGELOG.md index 5ef065139c79b..202e628b07be3 100644 --- a/projects/packages/forms/CHANGELOG.md +++ b/projects/packages/forms/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.34.2] - 2024-11-26 +### Changed +- Update dependencies. [#39855] + ## [0.34.1] - 2024-11-25 ### Changed - Updated dependencies. [#40286] @@ -725,6 +729,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.2]: https://github.com/automattic/jetpack-forms/compare/v0.34.1...v0.34.2 [0.34.1]: https://github.com/automattic/jetpack-forms/compare/v0.34.0...v0.34.1 [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 diff --git a/projects/packages/forms/package.json b/projects/packages/forms/package.json index 21bd9ed9ddc50..6e33c9957742f 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.34.1", + "version": "0.34.2", "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 400c75ffc1377..f791807760baa 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.34.1'; + const PACKAGE_VERSION = '0.34.2'; /** * Load the contact form module. diff --git a/projects/packages/my-jetpack/CHANGELOG.md b/projects/packages/my-jetpack/CHANGELOG.md index b6796222075e8..2c455ab0a891f 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.3] - 2024-11-26 +### Changed +- Update dependencies. [#38910] + ## [5.0.2] - 2024-11-25 ### Added - Add bundles to recommendations and add interstitials for them [#40281] @@ -1824,6 +1828,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created package +[5.0.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.2...5.0.3 [5.0.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.1...5.0.2 [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 diff --git a/projects/packages/my-jetpack/package.json b/projects/packages/my-jetpack/package.json index 2b8f6d46ab3bb..c519a2b8d8830 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.2", + "version": "5.0.3", "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 3a230b1575e29..e4aeb2c1e13d0 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.2'; + const PACKAGE_VERSION = '5.0.3'; /** * HTML container ID for the IDC screen on My Jetpack page. diff --git a/projects/packages/publicize/CHANGELOG.md b/projects/packages/publicize/CHANGELOG.md index 9a827ead01882..65acef285eca4 100644 --- a/projects/packages/publicize/CHANGELOG.md +++ b/projects/packages/publicize/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.56.2] - 2024-11-26 +### Fixed +- Social | Fixed undefined index error on atomic sites [#40337] + ## [0.56.1] - 2024-11-25 ### Added - Social | Added initial post share status to the initial state [#40301] @@ -772,6 +776,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. - Update package.json metadata. +[0.56.2]: https://github.com/Automattic/jetpack-publicize/compare/v0.56.1...v0.56.2 [0.56.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.56.0...v0.56.1 [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 diff --git a/projects/packages/publicize/changelog/fix-undefined-index-error-on-atomic-sites b/projects/packages/publicize/changelog/fix-undefined-index-error-on-atomic-sites deleted file mode 100644 index d060a4d3bccc9..0000000000000 --- a/projects/packages/publicize/changelog/fix-undefined-index-error-on-atomic-sites +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Social | Fixed undefined index error on atomic sites diff --git a/projects/packages/publicize/package.json b/projects/packages/publicize/package.json index eb899b04ddb9c..7e477258791ba 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.56.1", + "version": "0.56.2", "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 1c4d51ca8be38..96f8daa12f5b5 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.2] - 2024-11-26 +### Changed +- Update dependencies. [#39855] + ## [0.47.1] - 2024-11-25 ### Changed - Updated dependencies. [#40286] @@ -1088,6 +1092,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.2]: https://github.com/Automattic/jetpack-search/compare/v0.47.1...v0.47.2 [0.47.1]: https://github.com/Automattic/jetpack-search/compare/v0.47.0...v0.47.1 [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 diff --git a/projects/packages/search/package.json b/projects/packages/search/package.json index 4b4873d680a66..cb325633d12cd 100644 --- a/projects/packages/search/package.json +++ b/projects/packages/search/package.json @@ -1,6 +1,6 @@ { "name": "jetpack-search", - "version": "0.47.1", + "version": "0.47.2", "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 5211fe67b10a3..692ea349fd816 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.47.1'; + const VERSION = '0.47.2'; const SLUG = 'search'; /** diff --git a/projects/packages/videopress/CHANGELOG.md b/projects/packages/videopress/CHANGELOG.md index 3fcd6644dbbe7..0d912c12e8349 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.2] - 2024-11-26 +### Changed +- Update dependencies. [#39855] + ## [0.25.1] - 2024-11-25 ### Changed - Updated dependencies. [#40286] @@ -1486,6 +1490,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created empty package [#24952] +[0.25.2]: https://github.com/Automattic/jetpack-videopress/compare/v0.25.1...v0.25.2 [0.25.1]: https://github.com/Automattic/jetpack-videopress/compare/v0.25.0...v0.25.1 [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 diff --git a/projects/packages/videopress/package.json b/projects/packages/videopress/package.json index 14486c84576b5..d0b1f1bf15bbd 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.25.1", + "version": "0.25.2", "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 45f1d09cceb6d..6fcb8ab437106 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.25.1'; + const PACKAGE_VERSION = '0.25.2'; const PACKAGE_SLUG = 'videopress'; diff --git a/projects/packages/wordads/CHANGELOG.md b/projects/packages/wordads/CHANGELOG.md index f19875615d0c7..e288d184065f3 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.2] - 2024-11-26 +### Changed +- Update dependencies. [#39855] + ## [0.4.1] - 2024-11-25 ### Changed - Updated package dependencies. [#40288] @@ -442,6 +446,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.2]: https://github.com/Automattic/jetpack-wordads/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/Automattic/jetpack-wordads/compare/v0.4.0...v0.4.1 [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 diff --git a/projects/packages/wordads/package.json b/projects/packages/wordads/package.json index 72b43574da266..f582d8ec348d3 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.4.1", + "version": "0.4.2", "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 4e3e2fcd3dddd..4708f6ea9b9ea 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.4.1'; + const VERSION = '0.4.2'; const SLUG = 'wordads'; /** diff --git a/projects/plugins/jetpack/CHANGELOG.md b/projects/plugins/jetpack/CHANGELOG.md index f4129b677694d..2705e94899e19 100644 --- a/projects/plugins/jetpack/CHANGELOG.md +++ b/projects/plugins/jetpack/CHANGELOG.md @@ -2,6 +2,13 @@ ### This is a list detailing changes for all Jetpack releases. +## 14.1-a.7 - 2024-11-26 +### Enhancements +- Subscriptions: stops loading editor functionality (i.e. the block and panels) when subscriptions module is disabled. [#39802] + +### Bug fixes +- Social: Fixed undefined index error on specific WordPress.com environments. [#40337] + ## 14.1-a.5 - 2024-11-25 ### Major Enhancements - Social: Added permissions warning for LinkedIn connections. [#40220] diff --git a/projects/plugins/jetpack/changelog/update-stop-loading-subscribe-block-when-module-disabled b/projects/plugins/jetpack/changelog/update-stop-loading-subscribe-block-when-module-disabled deleted file mode 100644 index 20e9453acba35..0000000000000 --- a/projects/plugins/jetpack/changelog/update-stop-loading-subscribe-block-when-module-disabled +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Subscriptions: stops loading editor functionality (i.e. the block and panels) when subscriptions module is disabled. diff --git a/projects/plugins/jetpack/composer.json b/projects/plugins/jetpack/composer.json index bb67f12b3afe1..e9d9f3a441200 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_5", + "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_1_a_7", "allow-plugins": { "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true diff --git a/projects/plugins/jetpack/jetpack.php b/projects/plugins/jetpack/jetpack.php index e9430e9bd4dfb..a8a3f67859e90 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.5 + * Version: 14.1-a.7 * 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.5' ); +define( 'JETPACK__VERSION', '14.1-a.7' ); /** * Constant used to fetch the connection owner token diff --git a/projects/plugins/jetpack/package.json b/projects/plugins/jetpack/package.json index 3ae55c85afd1a..fabf3f27d62c1 100644 --- a/projects/plugins/jetpack/package.json +++ b/projects/plugins/jetpack/package.json @@ -1,6 +1,6 @@ { "name": "Jetpack", - "version": "14.1.0-a.5", + "version": "14.1.0-a.7", "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 d936af00ae82d..61c514928630e 100644 --- a/projects/plugins/jetpack/readme.txt +++ b/projects/plugins/jetpack/readme.txt @@ -326,18 +326,12 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file == Changelog == -### 14.1-a.5 - 2024-11-25 -#### Major Enhancements -- Social: Added permissions warning for LinkedIn connections. - +### 14.1-a.7 - 2024-11-26 #### Enhancements -- Google Photos Picker: Adding Google Photos Picker flow backend API endpoints support. -- Google Photos Picker: Update Google Photos external media to support Google Photos Picker API. -- Social: Post share status in the editor is now immediately available on page load. +- Subscriptions: stops loading editor functionality (i.e. the block and panels) when subscriptions module is disabled. #### Bug fixes -- AI Assistant: Fix bug with error message when user is not over requests limit. -- Forms: Prevent duplicate Salesforce entry submissions. +- Social: Fixed undefined index error on specific WordPress.com environments. --------