diff --git a/projects/packages/assets/CHANGELOG.md b/projects/packages/assets/CHANGELOG.md index 2ce3647af5766..9e7928092e339 100644 --- a/projects/packages/assets/CHANGELOG.md +++ b/projects/packages/assets/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.3.12] - 2024-10-29 +### Changed +- Internal updates. + ## [2.3.11] - 2024-10-29 ### Fixed - Fixed the outdated JS build for script-data [#39937] @@ -513,6 +517,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Statically access asset tools +[2.3.12]: https://github.com/Automattic/jetpack-assets/compare/v2.3.11...v2.3.12 [2.3.11]: https://github.com/Automattic/jetpack-assets/compare/v2.3.10...v2.3.11 [2.3.10]: https://github.com/Automattic/jetpack-assets/compare/v2.3.9...v2.3.10 [2.3.9]: https://github.com/Automattic/jetpack-assets/compare/v2.3.8...v2.3.9 diff --git a/projects/packages/boost-core/CHANGELOG.md b/projects/packages/boost-core/CHANGELOG.md index 927eae1977ab3..3ece84c3e1901 100644 --- a/projects/packages/boost-core/CHANGELOG.md +++ b/projects/packages/boost-core/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.13] - 2024-10-29 +### Changed +- Internal updates. + ## [0.2.12] - 2024-09-23 ### Changed - Update dependencies. @@ -77,6 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Introduce new package. [#31163] +[0.2.13]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.12...v0.2.13 [0.2.12]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.11...v0.2.12 [0.2.11]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.10...v0.2.11 [0.2.10]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.9...v0.2.10 diff --git a/projects/packages/boost-core/package.json b/projects/packages/boost-core/package.json index 484d5d0523057..c5d262ec50c5c 100644 --- a/projects/packages/boost-core/package.json +++ b/projects/packages/boost-core/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-boost-core", - "version": "0.2.12", + "version": "0.2.13", "description": "Core functionality for boost and relevant packages to depend on", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/boost-core/#readme", "bugs": { diff --git a/projects/packages/boost-speed-score/CHANGELOG.md b/projects/packages/boost-speed-score/CHANGELOG.md index dea0fbb7e2ad0..fe51160462e85 100644 --- a/projects/packages/boost-speed-score/CHANGELOG.md +++ b/projects/packages/boost-speed-score/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.3.13] - 2024-10-29 +### Changed +- Internal updates. + ## [0.3.12] - 2024-08-26 ### Changed - Updated package dependencies. [#39004] @@ -88,6 +92,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add a new package for Boost Speed Score [#30914] - Add a new argument to `Speed_Score` to identify where the request was made from (e.g. 'boost-plugin', 'jetpack-dashboard', etc). [#31012] +[0.3.13]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.3.12...v0.3.13 [0.3.12]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.3.11...v0.3.12 [0.3.11]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.3.10...v0.3.11 [0.3.10]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.3.9...v0.3.10 diff --git a/projects/packages/boost-speed-score/src/class-speed-score.php b/projects/packages/boost-speed-score/src/class-speed-score.php index c229785a2c3d4..e540eddcbe64a 100644 --- a/projects/packages/boost-speed-score/src/class-speed-score.php +++ b/projects/packages/boost-speed-score/src/class-speed-score.php @@ -23,7 +23,7 @@ */ class Speed_Score { - const PACKAGE_VERSION = '0.3.12'; + const PACKAGE_VERSION = '0.3.13'; /** * Array of module slugs that are currently active and can impact speed score. diff --git a/projects/packages/calypsoify/CHANGELOG.md b/projects/packages/calypsoify/CHANGELOG.md index e81ab25b479ff..7f821a1228b11 100644 --- a/projects/packages/calypsoify/CHANGELOG.md +++ b/projects/packages/calypsoify/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.8] - 2024-10-29 +### Changed +- Internal updates. + +## [0.1.7] - 2024-10-29 +### Changed +- Updated package dependencies. [#39594] +- Updated package dependencies. [#39707] + ## [0.1.6] - 2024-09-10 ### Changed - Updated package dependencies. [#39176] @@ -42,6 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Calypsoify: Load feature from the Calypsoify package. [#37375] - Updated package dependencies. [#37379] +[0.1.8]: https://github.com/Automattic/jetpack-calypsoify/compare/v0.1.7...v0.1.8 +[0.1.7]: https://github.com/Automattic/jetpack-calypsoify/compare/v0.1.6...v0.1.7 [0.1.6]: https://github.com/Automattic/jetpack-calypsoify/compare/v0.1.5...v0.1.6 [0.1.5]: https://github.com/Automattic/jetpack-calypsoify/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/Automattic/jetpack-calypsoify/compare/v0.1.3...v0.1.4 diff --git a/projects/packages/calypsoify/changelog/renovate-core-js-3.x b/projects/packages/calypsoify/changelog/renovate-core-js-3.x deleted file mode 100644 index 390dbc579d13c..0000000000000 --- a/projects/packages/calypsoify/changelog/renovate-core-js-3.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed -Comment: Remove unneeded `core-js` JS dep. - diff --git a/projects/packages/calypsoify/changelog/renovate-wordpress-monorepo#2 b/projects/packages/calypsoify/changelog/renovate-wordpress-monorepo#2 deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/calypsoify/changelog/renovate-wordpress-monorepo#2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/calypsoify/package.json b/projects/packages/calypsoify/package.json index 6a0635e65a3de..b7e30161a3c46 100644 --- a/projects/packages/calypsoify/package.json +++ b/projects/packages/calypsoify/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-calypsoify", - "version": "0.1.6", + "version": "0.1.8", "description": "Calypsoify is designed to make sure specific wp-admin pages include navigation that prioritizes the Calypso navigation experience.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/calypsoify/#readme", "bugs": { diff --git a/projects/packages/calypsoify/src/class-jetpack-calypsoify.php b/projects/packages/calypsoify/src/class-jetpack-calypsoify.php index c122ee8627b16..ac7dac6b1cb1d 100644 --- a/projects/packages/calypsoify/src/class-jetpack-calypsoify.php +++ b/projects/packages/calypsoify/src/class-jetpack-calypsoify.php @@ -15,7 +15,7 @@ */ class Jetpack_Calypsoify { - const PACKAGE_VERSION = '0.1.6'; + const PACKAGE_VERSION = '0.1.8'; /** * Singleton instance of `Jetpack_Calypsoify`. diff --git a/projects/packages/explat/CHANGELOG.md b/projects/packages/explat/CHANGELOG.md index 1c24547a6db02..9f4d4a99e52aa 100644 --- a/projects/packages/explat/CHANGELOG.md +++ b/projects/packages/explat/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.13] - 2024-10-29 +### Changed +- Internal updates. + ## [0.1.12] - 2024-10-14 ### Changed - Only include `wp-polyfill` as a script dependency when needed. [#39629] @@ -64,6 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ExPlat: add condition to prevent fetching the experiment assignment if there's not anon id (meaning that Tracks is likely disabled) [#38327] - Updated package dependencies. [#38132] +[0.1.13]: https://github.com/Automattic/jetpack-explat/compare/v0.1.12...v0.1.13 [0.1.12]: https://github.com/Automattic/jetpack-explat/compare/v0.1.11...v0.1.12 [0.1.11]: https://github.com/Automattic/jetpack-explat/compare/v0.1.10...v0.1.11 [0.1.10]: https://github.com/Automattic/jetpack-explat/compare/v0.1.9...v0.1.10 diff --git a/projects/packages/explat/package.json b/projects/packages/explat/package.json index 81bcba1611c3a..104d02f4be75f 100644 --- a/projects/packages/explat/package.json +++ b/projects/packages/explat/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-explat", - "version": "0.1.12", + "version": "0.1.13", "description": "A package for running A/B tests on the Experimentation Platform (ExPlat) in the plugin.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/explat/#readme", "bugs": { diff --git a/projects/packages/explat/src/class-explat.php b/projects/packages/explat/src/class-explat.php index f0ac98824778c..3008166d4a018 100644 --- a/projects/packages/explat/src/class-explat.php +++ b/projects/packages/explat/src/class-explat.php @@ -20,7 +20,7 @@ class ExPlat { * * @var string */ - const PACKAGE_VERSION = '0.1.12'; + const PACKAGE_VERSION = '0.1.13'; /** * Initializer. diff --git a/projects/packages/image-cdn/CHANGELOG.md b/projects/packages/image-cdn/CHANGELOG.md index 8fe3f71e77a5e..e6fd9314cb515 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.5.2] - 2024-10-29 +### Changed +- Internal updates. [#39303] + ## [0.5.1] - 2024-10-10 ### Fixed - Avoid deprecation notice when an image URL does not have an expected format. [#39685] @@ -135,6 +139,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add image CDN package. [#29561] +[0.5.2]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.5.1...v0.5.2 [0.5.1]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.4.9...v0.5.0 [0.4.9]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.4.8...v0.4.9 diff --git a/projects/packages/image-cdn/src/class-image-cdn.php b/projects/packages/image-cdn/src/class-image-cdn.php index 84869540cdefc..5dc71d7831c96 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.5.1'; + const PACKAGE_VERSION = '0.5.2'; /** * Singleton. diff --git a/projects/packages/import/CHANGELOG.md b/projects/packages/import/CHANGELOG.md index 2062f3c861edc..8dd933e675084 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.8.10] - 2024-10-29 +### Changed +- Internal updates. [#39303] + ## [0.8.9] - 2024-09-23 ### Changed - Update dependencies. [#39303] @@ -114,6 +118,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed various imported resources hierarchies [#29012] +[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 [0.8.8]: https://github.com/Automattic/jetpack-import/compare/v0.8.7...v0.8.8 [0.8.7]: https://github.com/Automattic/jetpack-import/compare/v0.8.6...v0.8.7 diff --git a/projects/packages/import/package.json b/projects/packages/import/package.json index 2782c286d4b17..4987d730cc35d 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.9", + "version": "0.8.10", "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 a42fca5f1ae4d..8a6ce6a4384a0 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.9'; + const PACKAGE_VERSION = '0.8.10'; /** * 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 8e3a867f0a13c..851c5ff58146e 100644 --- a/projects/packages/jetpack-mu-wpcom/CHANGELOG.md +++ b/projects/packages/jetpack-mu-wpcom/CHANGELOG.md @@ -5,6 +5,51 @@ 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.65.0] - 2024-10-29 +### Added +- adding a WPCOM task [#39776] +- Add new task for domain connection to post-migration checklist. [#39680] +- Add new task for domain mapping in migration Launchpad [#39764] +- Adds JSON translation files [#39519] +- Adds the placeholder task list for the Migration flow [#39593] +- Add the Plugin Review task for the Post-migration launchpad experience [#39711] +- Add the Review site task [#39641] +- Admin bar: Add help icon tooltip [#39845] +- Admin bar: Add reader icon tooltip [#39803] +- Global Styles: add a Help Link to premium styles limitation message [#39226] + +### Changed +- Admin bar: replace 'Edit Profile' and 'My Account' with 'My Profile' [#39600] +- Blog Privacy: Do not add custom rules to wpcom's robots.txt if blog_public=0 [#39468] +- Help Center: use Zendesk staging when proxied [#39566] +- jetpack-mu-wpcom: remove unneeded filter [#39552] +- Launchpad: Added isset to avoid Warnings when finding about page id [#39529] +- Make the Migrating the site task complete by default [#39769] +- Only include `wp-polyfill` as a script dependency when needed. [#39629] +- Sharing modal: Repurposed to only display recommended tags. [#39499] +- 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] +- 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] + +### Deprecated +- Site Management Widget: Clean up unused files [#39743] + +### Removed +- Removed import of the class-wp-rest-wpcom-block-editor-sharing-modal-controller.php controller [#39488] + +### Fixed +- Admin bar: ensure the Atomic debug bar is the leftmost menu [#39493] +- Prevent welcome tour keyboard navigation from hijacking left right keys on the editor [#39683] +- profile.php: Make wpcom links more concise [#39636] +- Superadmin bar: always point to wp-admin even on Default admin interface style [#39501] +- Verbum Comments: fix gravatar width in nested comments [#39757] + ## [5.64.0] - 2024-09-23 ### Deprecated - Removed launchpad-save-modal. [#39429] @@ -1242,6 +1287,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Testing initial package release. +[5.65.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.64.0...v5.65.0 [5.64.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.63.0...v5.64.0 [5.63.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.62.0...v5.63.0 [5.62.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.61.0...v5.62.0 diff --git a/projects/packages/jetpack-mu-wpcom/changelog/add-add-migration-placeholder b/projects/packages/jetpack-mu-wpcom/changelog/add-add-migration-placeholder deleted file mode 100644 index 962c650438931..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/add-add-migration-placeholder +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Adds the placeholder task list for the Migration flow diff --git a/projects/packages/jetpack-mu-wpcom/changelog/add-dependency-extraction-auto-polyfill b/projects/packages/jetpack-mu-wpcom/changelog/add-dependency-extraction-auto-polyfill deleted file mode 100644 index f4cd286e166af..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/add-dependency-extraction-auto-polyfill +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Only include `wp-polyfill` as a script dependency when needed. diff --git a/projects/packages/jetpack-mu-wpcom/changelog/add-domain-dns-task b/projects/packages/jetpack-mu-wpcom/changelog/add-domain-dns-task deleted file mode 100644 index b73c325179447..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/add-domain-dns-task +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Add new task for domain mapping in migration Launchpad diff --git a/projects/packages/jetpack-mu-wpcom/changelog/add-domain-tasks-post-migration b/projects/packages/jetpack-mu-wpcom/changelog/add-domain-tasks-post-migration deleted file mode 100644 index 6ee08618dca91..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/add-domain-tasks-post-migration +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Add new task for domain connection to post-migration checklist. diff --git a/projects/packages/jetpack-mu-wpcom/changelog/add-eslint-jsx-a11y-label-has-associated-control b/projects/packages/jetpack-mu-wpcom/changelog/add-eslint-jsx-a11y-label-has-associated-control deleted file mode 100644 index b2fa7edac7c11..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/add-eslint-jsx-a11y-label-has-associated-control +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Replace eslint:disable for `jsx-a11y/label-has-for` with `jsx-a11y/label-has-associated-control`. - - diff --git a/projects/packages/jetpack-mu-wpcom/changelog/add-help-admin-bar-menu-tooltip b/projects/packages/jetpack-mu-wpcom/changelog/add-help-admin-bar-menu-tooltip deleted file mode 100644 index 6e8f1b503296d..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/add-help-admin-bar-menu-tooltip +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Admin bar: Add help icon tooltip diff --git a/projects/packages/jetpack-mu-wpcom/changelog/add-help-link-to-plan-limitation-message b/projects/packages/jetpack-mu-wpcom/changelog/add-help-link-to-plan-limitation-message deleted file mode 100644 index 421eb175c1d7a..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/add-help-link-to-plan-limitation-message +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Global Styles: add a Help Link to premium styles limitation message diff --git a/projects/packages/jetpack-mu-wpcom/changelog/add-plugin-review-task b/projects/packages/jetpack-mu-wpcom/changelog/add-plugin-review-task deleted file mode 100644 index e53cb12e05fab..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/add-plugin-review-task +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Add the Plugin Review task for the Post-migration launchpad experience diff --git a/projects/packages/jetpack-mu-wpcom/changelog/add-reader-admin-bar-menu-title b/projects/packages/jetpack-mu-wpcom/changelog/add-reader-admin-bar-menu-title deleted file mode 100644 index b549c878a8d32..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/add-reader-admin-bar-menu-title +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Admin bar: Add reader icon tooltip diff --git a/projects/packages/jetpack-mu-wpcom/changelog/add-review-site-task b/projects/packages/jetpack-mu-wpcom/changelog/add-review-site-task deleted file mode 100644 index bbf00ab57fc59..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/add-review-site-task +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Add the Review site task diff --git a/projects/packages/jetpack-mu-wpcom/changelog/add-ssl-provisioned-task b/projects/packages/jetpack-mu-wpcom/changelog/add-ssl-provisioned-task deleted file mode 100644 index 6a120468bd1ad..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/add-ssl-provisioned-task +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -adding a WPCOM task diff --git a/projects/packages/jetpack-mu-wpcom/changelog/admin-bar-dash-fix b/projects/packages/jetpack-mu-wpcom/changelog/admin-bar-dash-fix deleted file mode 100644 index 76a7100893a31..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/admin-bar-dash-fix +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Superadmin bar: always point to wp-admin even on Default admin interface style diff --git a/projects/packages/jetpack-mu-wpcom/changelog/debug-bar-left b/projects/packages/jetpack-mu-wpcom/changelog/debug-bar-left deleted file mode 100644 index 59e7467f9f383..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/debug-bar-left +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Admin bar: ensure the Atomic debug bar is the leftmost menu diff --git a/projects/packages/jetpack-mu-wpcom/changelog/edit-profile-link b/projects/packages/jetpack-mu-wpcom/changelog/edit-profile-link deleted file mode 100644 index 8de81cd40f31f..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/edit-profile-link +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Admin bar: replace 'Edit Profile' and 'My Account' with 'My Profile' diff --git a/projects/packages/jetpack-mu-wpcom/changelog/feat-dashboard-widget-react b/projects/packages/jetpack-mu-wpcom/changelog/feat-dashboard-widget-react deleted file mode 100644 index e6f75ef6499f4..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/feat-dashboard-widget-react +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Site Management Panel: Migrate to react diff --git a/projects/packages/jetpack-mu-wpcom/changelog/feat-dashboard-widget-react-follow-up b/projects/packages/jetpack-mu-wpcom/changelog/feat-dashboard-widget-react-follow-up deleted file mode 100644 index 341f6e87f74d9..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/feat-dashboard-widget-react-follow-up +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: deprecated - -Site Management Widget: Clean up unused files diff --git a/projects/packages/jetpack-mu-wpcom/changelog/fix-blog-privacy-cluttering-wpcom-robots-txt b/projects/packages/jetpack-mu-wpcom/changelog/fix-blog-privacy-cluttering-wpcom-robots-txt deleted file mode 100644 index 82c4626b43381..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/fix-blog-privacy-cluttering-wpcom-robots-txt +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Blog Privacy: Do not add custom rules to wpcom's robots.txt if blog_public=0 diff --git a/projects/packages/jetpack-mu-wpcom/changelog/fix-etk-translation-issues b/projects/packages/jetpack-mu-wpcom/changelog/fix-etk-translation-issues deleted file mode 100644 index 3e9c33f420bdc..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/fix-etk-translation-issues +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Adds JSON translation files diff --git a/projects/packages/jetpack-mu-wpcom/changelog/fix-migration-site-completed-by-default b/projects/packages/jetpack-mu-wpcom/changelog/fix-migration-site-completed-by-default deleted file mode 100644 index 06b4f49b9037a..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/fix-migration-site-completed-by-default +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Make the Migrating the site task complete by default diff --git a/projects/packages/jetpack-mu-wpcom/changelog/fix-smp-special-chars b/projects/packages/jetpack-mu-wpcom/changelog/fix-smp-special-chars deleted file mode 100644 index 0bfb660b10d0f..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/fix-smp-special-chars +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Site Management Panel: fix site name encoding display diff --git a/projects/packages/jetpack-mu-wpcom/changelog/fix-verbum-comment-gravatar-width b/projects/packages/jetpack-mu-wpcom/changelog/fix-verbum-comment-gravatar-width deleted file mode 100644 index 2084bdf39d9d4..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/fix-verbum-comment-gravatar-width +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Verbum Comments: fix gravatar width in nested comments diff --git a/projects/packages/jetpack-mu-wpcom/changelog/fix-verbum-comments-resize-logic b/projects/packages/jetpack-mu-wpcom/changelog/fix-verbum-comments-resize-logic deleted file mode 100644 index 1ddd3df5cd6c6..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/fix-verbum-comments-resize-logic +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update Verbum Comments resize logic diff --git a/projects/packages/jetpack-mu-wpcom/changelog/help-center-prevent-excessive-loading b/projects/packages/jetpack-mu-wpcom/changelog/help-center-prevent-excessive-loading deleted file mode 100644 index d95a7ef42d8cf..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/help-center-prevent-excessive-loading +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - - diff --git a/projects/packages/jetpack-mu-wpcom/changelog/prevent-welcome-tour-keyboard-navigation-from-hijacking-left-right-keys-on-the-editor b/projects/packages/jetpack-mu-wpcom/changelog/prevent-welcome-tour-keyboard-navigation-from-hijacking-left-right-keys-on-the-editor deleted file mode 100644 index b9ff1ac7fed20..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/prevent-welcome-tour-keyboard-navigation-from-hijacking-left-right-keys-on-the-editor +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Prevent welcome tour keyboard navigation from hijacking left right keys on the editor diff --git a/projects/packages/jetpack-mu-wpcom/changelog/profile-link-improvements b/projects/packages/jetpack-mu-wpcom/changelog/profile-link-improvements deleted file mode 100644 index 8b2f6f13f30ef..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/profile-link-improvements +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -profile.php: Make wpcom links more concise diff --git a/projects/packages/jetpack-mu-wpcom/changelog/remove-imploding-css-filter-uses b/projects/packages/jetpack-mu-wpcom/changelog/remove-imploding-css-filter-uses deleted file mode 100644 index db92fa14e17bc..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/remove-imploding-css-filter-uses +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: deprecated -Comment: Removed filter call that is no longer needed. - - diff --git a/projects/packages/jetpack-mu-wpcom/changelog/remove-sharing-modal-controller b/projects/packages/jetpack-mu-wpcom/changelog/remove-sharing-modal-controller deleted file mode 100644 index f20db40014e20..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/remove-sharing-modal-controller +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: removed - -Removed import of the class-wp-rest-wpcom-block-editor-sharing-modal-controller.php controller diff --git a/projects/packages/jetpack-mu-wpcom/changelog/remove-sharing-modal-controller-try-2 b/projects/packages/jetpack-mu-wpcom/changelog/remove-sharing-modal-controller-try-2 deleted file mode 100644 index 1d22783a23c7d..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/remove-sharing-modal-controller-try-2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Sharing modal: Repurposed to only display recommended tags. diff --git a/projects/packages/jetpack-mu-wpcom/changelog/remove-unnecessary-textdomain-filter b/projects/packages/jetpack-mu-wpcom/changelog/remove-unnecessary-textdomain-filter deleted file mode 100644 index 8c6a862e7267c..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/remove-unnecessary-textdomain-filter +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -jetpack-mu-wpcom: remove unneeded filter diff --git a/projects/packages/jetpack-mu-wpcom/changelog/renovate-npm-sentry-browser-vulnerability b/projects/packages/jetpack-mu-wpcom/changelog/renovate-npm-sentry-browser-vulnerability deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/renovate-npm-sentry-browser-vulnerability +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/jetpack-mu-wpcom/changelog/renovate-wordpress-monorepo#2 b/projects/packages/jetpack-mu-wpcom/changelog/renovate-wordpress-monorepo#2 deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/renovate-wordpress-monorepo#2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/jetpack-mu-wpcom/changelog/update-jetpack-scan-link b/projects/packages/jetpack-mu-wpcom/changelog/update-jetpack-scan-link deleted file mode 100644 index 998b163b561a5..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/update-jetpack-scan-link +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update Jetpack Scan link diff --git a/projects/packages/jetpack-mu-wpcom/changelog/update-launchpad-about-page-warnings b/projects/packages/jetpack-mu-wpcom/changelog/update-launchpad-about-page-warnings deleted file mode 100644 index dabb502be28e9..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/update-launchpad-about-page-warnings +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Launchpad: Added isset to avoid Warnings when finding about page id diff --git a/projects/packages/jetpack-mu-wpcom/changelog/update-plugins-banner-copies b/projects/packages/jetpack-mu-wpcom/changelog/update-plugins-banner-copies deleted file mode 100644 index 86cda60da0dfb..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/update-plugins-banner-copies +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Updated copies used in the plugins banner for wpcom sites plugin-install.php page. diff --git a/projects/packages/jetpack-mu-wpcom/changelog/update-remove-masterbar-module b/projects/packages/jetpack-mu-wpcom/changelog/update-remove-masterbar-module deleted file mode 100644 index 977a9a163cac2..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/update-remove-masterbar-module +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Jetpack-mu-wpcom: Fix invalid namespace in wpcom-admin-menu feature - - diff --git a/projects/packages/jetpack-mu-wpcom/changelog/update-wpcom-admin-bar b/projects/packages/jetpack-mu-wpcom/changelog/update-wpcom-admin-bar deleted file mode 100644 index b7e1b310f12ed..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/update-wpcom-admin-bar +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -wpcom_add_shopping_cart: Use Store_Shopping_Cart::is_cart_empty() when deciding to render icon for incrased performance diff --git a/projects/packages/jetpack-mu-wpcom/changelog/zendesk-client-use-staging b/projects/packages/jetpack-mu-wpcom/changelog/zendesk-client-use-staging deleted file mode 100644 index 2347a7b6ab6f2..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/zendesk-client-use-staging +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Help Center: use Zendesk staging when proxied diff --git a/projects/packages/jetpack-mu-wpcom/composer.json b/projects/packages/jetpack-mu-wpcom/composer.json index b19814fab657d..147b27e890193 100644 --- a/projects/packages/jetpack-mu-wpcom/composer.json +++ b/projects/packages/jetpack-mu-wpcom/composer.json @@ -62,7 +62,7 @@ }, "autotagger": true, "branch-alias": { - "dev-trunk": "5.64.x-dev" + "dev-trunk": "5.65.x-dev" }, "textdomain": "jetpack-mu-wpcom", "version-constants": { diff --git a/projects/packages/jetpack-mu-wpcom/package.json b/projects/packages/jetpack-mu-wpcom/package.json index 369e5da7d40d9..17736546a8f93 100644 --- a/projects/packages/jetpack-mu-wpcom/package.json +++ b/projects/packages/jetpack-mu-wpcom/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-mu-wpcom", - "version": "5.64.0", + "version": "5.65.0", "description": "Enhances your site with features powered by WordPress.com", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/jetpack-mu-wpcom/#readme", "bugs": { diff --git a/projects/packages/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php b/projects/packages/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php index f780b7f2cdc8e..311ee62827a84 100644 --- a/projects/packages/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php +++ b/projects/packages/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php @@ -15,7 +15,7 @@ * Jetpack_Mu_Wpcom main class. */ class Jetpack_Mu_Wpcom { - const PACKAGE_VERSION = '5.64.0'; + const PACKAGE_VERSION = '5.65.0'; const PKG_DIR = __DIR__ . '/../'; const BASE_DIR = __DIR__ . '/'; const BASE_FILE = __FILE__; diff --git a/projects/packages/jitm/CHANGELOG.md b/projects/packages/jitm/CHANGELOG.md index ed2a392e7303d..a715b0a0f4933 100644 --- a/projects/packages/jitm/CHANGELOG.md +++ b/projects/packages/jitm/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.1.27] - 2024-10-29 +### Changed +- Internal updates. + ## [3.1.26] - 2024-10-14 ### Changed - Only include `wp-polyfill` as a script dependency when needed. [#39629] @@ -783,6 +787,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update Jetpack to use new JITM package +[3.1.27]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.26...v3.1.27 [3.1.26]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.25...v3.1.26 [3.1.25]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.24...v3.1.25 [3.1.24]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.23...v3.1.24 diff --git a/projects/packages/jitm/src/class-jitm.php b/projects/packages/jitm/src/class-jitm.php index a8c261d6ccfed..13b3f6d67e743 100644 --- a/projects/packages/jitm/src/class-jitm.php +++ b/projects/packages/jitm/src/class-jitm.php @@ -20,7 +20,7 @@ */ class JITM { - const PACKAGE_VERSION = '3.1.26'; + const PACKAGE_VERSION = '3.1.27'; /** * The configuration method that is called from the jetpack-config package. diff --git a/projects/packages/licensing/CHANGELOG.md b/projects/packages/licensing/CHANGELOG.md index ebaff1e5df69f..f5ed0885f07e3 100644 --- a/projects/packages/licensing/CHANGELOG.md +++ b/projects/packages/licensing/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.11] - 2024-10-29 +### Changed +- Internal updates. + ## [2.0.10] - 2024-09-23 ### Changed - Update dependencies. @@ -292,6 +296,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Licensing: Add support for Jetpack licenses +[2.0.11]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.10...v2.0.11 [2.0.10]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.9...v2.0.10 [2.0.9]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.8...v2.0.9 [2.0.8]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.7...v2.0.8 diff --git a/projects/packages/plugin-deactivation/CHANGELOG.md b/projects/packages/plugin-deactivation/CHANGELOG.md index 59c5b3ee10414..dd13dcbaa7f01 100644 --- a/projects/packages/plugin-deactivation/CHANGELOG.md +++ b/projects/packages/plugin-deactivation/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.3] - 2024-10-29 +### Changed +- Only include `wp-polyfill` as a script dependency when needed. [#39629] + ## [0.2.2] - 2024-08-29 ### Changed - Updated package dependencies. [#39004] @@ -52,6 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added package to intercept plugin deactivation [#27081] +[0.2.3]: https://github.com/Automattic/jetpack-plugin-deactivation/compare/v0.2.2...v0.2.3 [0.2.2]: https://github.com/Automattic/jetpack-plugin-deactivation/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/Automattic/jetpack-plugin-deactivation/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/Automattic/jetpack-plugin-deactivation/compare/v0.1.6...v0.2.0 diff --git a/projects/packages/plugin-deactivation/changelog/add-dependency-extraction-auto-polyfill b/projects/packages/plugin-deactivation/changelog/add-dependency-extraction-auto-polyfill deleted file mode 100644 index f4cd286e166af..0000000000000 --- a/projects/packages/plugin-deactivation/changelog/add-dependency-extraction-auto-polyfill +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Only include `wp-polyfill` as a script dependency when needed. diff --git a/projects/packages/plugin-deactivation/package.json b/projects/packages/plugin-deactivation/package.json index 9becad3698ca9..c3de854bfd522 100644 --- a/projects/packages/plugin-deactivation/package.json +++ b/projects/packages/plugin-deactivation/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-plugin-deactivation", - "version": "0.2.2", + "version": "0.2.3", "description": "Intercept plugin deactivation with a dialog", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/plugin-deactivation/#readme", "bugs": { diff --git a/projects/packages/plugin-deactivation/src/class-deactivation-handler.php b/projects/packages/plugin-deactivation/src/class-deactivation-handler.php index 30eb420e8e29f..ce878beb09376 100644 --- a/projects/packages/plugin-deactivation/src/class-deactivation-handler.php +++ b/projects/packages/plugin-deactivation/src/class-deactivation-handler.php @@ -21,7 +21,7 @@ class Deactivation_Handler { * * @var string */ - const PACKAGE_VERSION = '0.2.2'; + const PACKAGE_VERSION = '0.2.3'; /** * Slug of the plugin to intercept deactivation for. diff --git a/projects/packages/post-list/CHANGELOG.md b/projects/packages/post-list/CHANGELOG.md index 7b8f19b7dcc68..f16085325a567 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.6.4] - 2024-10-29 +### Changed +- Internal updates. + ## [0.6.3] - 2024-08-23 ### Changed - Updated package dependencies. [#39004] @@ -110,6 +114,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.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 [0.6.2]: https://github.com/automattic/jetpack-post-list/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/automattic/jetpack-post-list/compare/v0.6.0...v0.6.1 diff --git a/projects/packages/post-list/src/class-post-list.php b/projects/packages/post-list/src/class-post-list.php index d2f8daff3fac9..6c06b6956757b 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.3'; + const PACKAGE_VERSION = '0.6.4'; const FEATURE = 'enhanced_post_list'; /** diff --git a/projects/packages/protect-status/CHANGELOG.md b/projects/packages/protect-status/CHANGELOG.md index 1fcf1c89cbd8c..4727ebac29f2f 100644 --- a/projects/packages/protect-status/CHANGELOG.md +++ b/projects/packages/protect-status/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.1] - 2024-10-29 +### Changed +- Internal updates. + ## [0.2.0] - 2024-09-23 ### Changed - Adds a fixable_threats status property [#39125] @@ -36,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#37894] +[0.2.1]: https://github.com/Automattic/jetpack-protect-status/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/Automattic/jetpack-protect-status/compare/v0.1.5...v0.2.0 [0.1.5]: https://github.com/Automattic/jetpack-protect-status/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/Automattic/jetpack-protect-status/compare/v0.1.3...v0.1.4 diff --git a/projects/packages/protect-status/package.json b/projects/packages/protect-status/package.json index b8750c27c56a4..13924c66bf04a 100644 --- a/projects/packages/protect-status/package.json +++ b/projects/packages/protect-status/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-protect-status", - "version": "0.2.0", + "version": "0.2.1", "description": "This package contains the Protect Status API functionality to retrieve a site's scan status (WordPress, Themes, and Plugins threats).", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/protect-status/#readme", "bugs": { diff --git a/projects/packages/protect-status/src/class-status.php b/projects/packages/protect-status/src/class-status.php index df547b88e528b..12e49eefa3b4d 100644 --- a/projects/packages/protect-status/src/class-status.php +++ b/projects/packages/protect-status/src/class-status.php @@ -15,7 +15,7 @@ */ class Status { - const PACKAGE_VERSION = '0.2.0'; + const PACKAGE_VERSION = '0.2.1'; /** * Name of the option where status is stored * diff --git a/projects/packages/scheduled-updates/CHANGELOG.md b/projects/packages/scheduled-updates/CHANGELOG.md index 34794cb9b2155..a8105e579f94d 100644 --- a/projects/packages/scheduled-updates/CHANGELOG.md +++ b/projects/packages/scheduled-updates/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.5] - 2024-10-29 +### Changed +- Internal updates. [#39318] + ## [0.13.4] - 2024-09-23 ### Changed - Update dependencies. [#39318] @@ -201,6 +205,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Generate initial package for Scheduled Updates [#35796] +[0.13.5]: https://github.com/Automattic/scheduled-updates/compare/v0.13.4...v0.13.5 [0.13.4]: https://github.com/Automattic/scheduled-updates/compare/v0.13.3...v0.13.4 [0.13.3]: https://github.com/Automattic/scheduled-updates/compare/v0.13.2...v0.13.3 [0.13.2]: https://github.com/Automattic/scheduled-updates/compare/v0.13.1...v0.13.2 diff --git a/projects/packages/scheduled-updates/src/class-scheduled-updates.php b/projects/packages/scheduled-updates/src/class-scheduled-updates.php index 4297e596633db..f6c5820ea957c 100644 --- a/projects/packages/scheduled-updates/src/class-scheduled-updates.php +++ b/projects/packages/scheduled-updates/src/class-scheduled-updates.php @@ -20,7 +20,7 @@ class Scheduled_Updates { * * @var string */ - const PACKAGE_VERSION = '0.13.4'; + const PACKAGE_VERSION = '0.13.5'; /** * The cron event hook for the scheduled plugins update. diff --git a/projects/packages/stats/CHANGELOG.md b/projects/packages/stats/CHANGELOG.md index 90ad14fee6de7..4dece1a99ae14 100644 --- a/projects/packages/stats/CHANGELOG.md +++ b/projects/packages/stats/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.13.4] - 2024-10-29 +### Changed +- Internal updates. [#39260] + ## [0.13.3] - 2024-09-23 ### Changed - Internal updates. @@ -186,6 +190,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixing static method which was called without self reference. [#26640] +[0.13.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 [0.13.2]: https://github.com/Automattic/jetpack-stats/compare/v0.13.1...v0.13.2 [0.13.1]: https://github.com/Automattic/jetpack-stats/compare/v0.13.0...v0.13.1 diff --git a/projects/packages/stats/src/class-package-version.php b/projects/packages/stats/src/class-package-version.php index c9757f7909791..f9429b0d35bb9 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.3'; + const PACKAGE_VERSION = '0.13.4'; const PACKAGE_SLUG = 'stats'; diff --git a/projects/packages/transport-helper/CHANGELOG.md b/projects/packages/transport-helper/CHANGELOG.md index 18fb66d6661e8..c4615ebeec0e7 100644 --- a/projects/packages/transport-helper/CHANGELOG.md +++ b/projects/packages/transport-helper/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.6] - 2024-10-29 +### Changed +- Internal updates. [#39781] + ## [0.2.5] - 2024-10-15 ### Changed - Update dependencies. [#39497] @@ -71,6 +75,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. +[0.2.6]: https://github.com/Automattic/jetpack-transport-helper/compare/v0.2.5...v0.2.6 [0.2.5]: https://github.com/Automattic/jetpack-transport-helper/compare/v0.2.4...v0.2.5 [0.2.4]: https://github.com/Automattic/jetpack-transport-helper/compare/v0.2.3...v0.2.4 [0.2.3]: https://github.com/Automattic/jetpack-transport-helper/compare/v0.2.2...v0.2.3 diff --git a/projects/packages/transport-helper/package.json b/projects/packages/transport-helper/package.json index 13565fecef0aa..d425739101614 100644 --- a/projects/packages/transport-helper/package.json +++ b/projects/packages/transport-helper/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-transport-helper", - "version": "0.2.5", + "version": "0.2.6", "description": "Package to help transport server communication", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/transport-helper/#readme", "bugs": { diff --git a/projects/packages/transport-helper/src/class-package-version.php b/projects/packages/transport-helper/src/class-package-version.php index b4e60b84e0151..8b0fe301b8ec2 100644 --- a/projects/packages/transport-helper/src/class-package-version.php +++ b/projects/packages/transport-helper/src/class-package-version.php @@ -16,7 +16,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '0.2.5'; + const PACKAGE_VERSION = '0.2.6'; const PACKAGE_SLUG = 'transport-helper'; diff --git a/projects/packages/waf/CHANGELOG.md b/projects/packages/waf/CHANGELOG.md index dd0ee6e8a2344..ba4fb629cebd9 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.22.2] - 2024-10-29 +### Changed +- Internal updates. [#39263] + ## [0.22.1] - 2024-10-17 ### Fixed - WAF: Improve backwards compatibility for sites running outdated bootstrap scripts via standalone mode. [#39812] @@ -394,6 +398,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.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 [0.22.0]: https://github.com/Automattic/jetpack-waf/compare/v0.21.0...v0.22.0 [0.21.0]: https://github.com/Automattic/jetpack-waf/compare/v0.20.1...v0.21.0 diff --git a/projects/packages/woocommerce-analytics/CHANGELOG.md b/projects/packages/woocommerce-analytics/CHANGELOG.md index 4d289c0c39c97..c50de4c91d2b7 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.1.12] - 2024-10-29 +### Changed +- Internal updates. + ## [0.1.11] - 2024-09-23 ### Changed - Update dependencies. @@ -59,6 +63,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.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 [0.1.10]: https://github.com/Automattic/woocommerce-analytics/compare/v0.1.9...v0.1.10 [0.1.9]: https://github.com/Automattic/woocommerce-analytics/compare/v0.1.8...v0.1.9 diff --git a/projects/packages/woocommerce-analytics/src/class-woocommerce-analytics.php b/projects/packages/woocommerce-analytics/src/class-woocommerce-analytics.php index 901875e8933cb..e3e7412cf94bd 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.11'; + const PACKAGE_VERSION = '0.1.12'; /** * Initializer. diff --git a/projects/packages/jetpack-mu-wpcom/changelog/renovate-wordpress-monorepo b/projects/plugins/mu-wpcom-plugin/changelog/prerelease#15 similarity index 51% rename from projects/packages/jetpack-mu-wpcom/changelog/renovate-wordpress-monorepo rename to projects/plugins/mu-wpcom-plugin/changelog/prerelease#15 index c47cb18e82997..9aa70e3ec1f75 100644 --- a/projects/packages/jetpack-mu-wpcom/changelog/renovate-wordpress-monorepo +++ b/projects/plugins/mu-wpcom-plugin/changelog/prerelease#15 @@ -1,4 +1,5 @@ Significance: patch Type: changed +Comment: Updated composer.lock. + -Updated package dependencies. diff --git a/projects/plugins/mu-wpcom-plugin/composer.lock b/projects/plugins/mu-wpcom-plugin/composer.lock index 6588a3f8fce24..505cc88d5c96c 100644 --- a/projects/plugins/mu-wpcom-plugin/composer.lock +++ b/projects/plugins/mu-wpcom-plugin/composer.lock @@ -1008,7 +1008,7 @@ "dist": { "type": "path", "url": "../../packages/jetpack-mu-wpcom", - "reference": "04c3ded5df561f5462291970997df30762c5dfd9" + "reference": "15cf4437fdb21df3bf5840f6f0a0811f1b5b36ed" }, "require": { "automattic/jetpack-assets": "@dev", @@ -1042,7 +1042,7 @@ }, "autotagger": true, "branch-alias": { - "dev-trunk": "5.64.x-dev" + "dev-trunk": "5.65.x-dev" }, "textdomain": "jetpack-mu-wpcom", "version-constants": { diff --git a/projects/packages/calypsoify/changelog/renovate-wordpress-monorepo b/projects/plugins/wpcomsh/changelog/prerelease#4 similarity index 51% rename from projects/packages/calypsoify/changelog/renovate-wordpress-monorepo rename to projects/plugins/wpcomsh/changelog/prerelease#4 index c47cb18e82997..9aa70e3ec1f75 100644 --- a/projects/packages/calypsoify/changelog/renovate-wordpress-monorepo +++ b/projects/plugins/wpcomsh/changelog/prerelease#4 @@ -1,4 +1,5 @@ Significance: patch Type: changed +Comment: Updated composer.lock. + -Updated package dependencies. diff --git a/projects/plugins/wpcomsh/composer.lock b/projects/plugins/wpcomsh/composer.lock index 930d132c89b4b..8f9df42dcb18c 100644 --- a/projects/plugins/wpcomsh/composer.lock +++ b/projects/plugins/wpcomsh/composer.lock @@ -1145,7 +1145,7 @@ "dist": { "type": "path", "url": "../../packages/jetpack-mu-wpcom", - "reference": "04c3ded5df561f5462291970997df30762c5dfd9" + "reference": "15cf4437fdb21df3bf5840f6f0a0811f1b5b36ed" }, "require": { "automattic/jetpack-assets": "@dev", @@ -1179,7 +1179,7 @@ }, "autotagger": true, "branch-alias": { - "dev-trunk": "5.64.x-dev" + "dev-trunk": "5.65.x-dev" }, "textdomain": "jetpack-mu-wpcom", "version-constants": {