diff --git a/projects/js-packages/ai-client/CHANGELOG.md b/projects/js-packages/ai-client/CHANGELOG.md index bf44595ecad81..2b9160f6ff28a 100644 --- a/projects/js-packages/ai-client/CHANGELOG.md +++ b/projects/js-packages/ai-client/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.14.0] - 2024-05-20 +### Added +- AI Client: Expose HTML render rules type. [#37386] +- AI Featured Image: Support Stable Diffusion image generation. [#37413] + +### Changed +- AI Client: Change default behavior of Message components [#37365] +- Updated package dependencies. [#37379] [#37380] + ## [0.13.1] - 2024-05-13 ### Added - AI Client: Add className to AI Control component. [#37322] @@ -314,6 +323,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. [#31659] - Updated package dependencies. [#31785] +[0.14.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.13.1...v0.14.0 [0.13.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.13.0...v0.13.1 [0.13.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.12.4...v0.13.0 [0.12.4]: https://github.com/Automattic/jetpack-ai-client/compare/v0.12.3...v0.12.4 diff --git a/projects/js-packages/ai-client/changelog/renovate-react-monorepo b/projects/js-packages/ai-client/changelog/renovate-react-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/ai-client/changelog/renovate-react-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/ai-client/changelog/renovate-wordpress-monorepo b/projects/js-packages/ai-client/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/ai-client/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/ai-client/changelog/update-ai-featured-image-experiment-with-stable-diffusion b/projects/js-packages/ai-client/changelog/update-ai-featured-image-experiment-with-stable-diffusion deleted file mode 100644 index 5ffbe181d8d48..0000000000000 --- a/projects/js-packages/ai-client/changelog/update-ai-featured-image-experiment-with-stable-diffusion +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -AI Featured Image: support stable diffusion image generation. diff --git a/projects/js-packages/ai-client/changelog/update-jetpack-ai-inline-extension-feedback b/projects/js-packages/ai-client/changelog/update-jetpack-ai-inline-extension-feedback deleted file mode 100644 index c4dc45a4ffc23..0000000000000 --- a/projects/js-packages/ai-client/changelog/update-jetpack-ai-inline-extension-feedback +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -AI Client: Change default behavior of Message components diff --git a/projects/js-packages/ai-client/changelog/update-jetpack-ai-inline-extension-heading-production b/projects/js-packages/ai-client/changelog/update-jetpack-ai-inline-extension-heading-production deleted file mode 100644 index 1d4994931d196..0000000000000 --- a/projects/js-packages/ai-client/changelog/update-jetpack-ai-inline-extension-heading-production +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -AI Client: Expose HTML render rules type diff --git a/projects/js-packages/ai-client/package.json b/projects/js-packages/ai-client/package.json index 0e5302f942323..749d45972b652 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.14.0-alpha", + "version": "0.14.0", "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/connection/CHANGELOG.md b/projects/js-packages/connection/CHANGELOG.md index 480febbc92833..e25bcf5c8c9cb 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.33.11] - 2024-05-20 +### Changed +- Updated package dependencies. [#37379] [#37380] [#37382] + ## [0.33.10] - 2024-05-08 ### Changed - Update dependencies. @@ -761,6 +765,7 @@ - `Main` and `ConnectUser` components added. - `JetpackRestApiClient` API client added. +[0.33.11]: https://github.com/Automattic/jetpack-connection-js/compare/v0.33.10...v0.33.11 [0.33.10]: https://github.com/Automattic/jetpack-connection-js/compare/v0.33.9...v0.33.10 [0.33.9]: https://github.com/Automattic/jetpack-connection-js/compare/v0.33.8...v0.33.9 [0.33.8]: https://github.com/Automattic/jetpack-connection-js/compare/v0.33.7...v0.33.8 diff --git a/projects/js-packages/connection/changelog/renovate-major-js-unit-testing-packages b/projects/js-packages/connection/changelog/renovate-major-js-unit-testing-packages deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/connection/changelog/renovate-major-js-unit-testing-packages +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/connection/changelog/renovate-react-monorepo b/projects/js-packages/connection/changelog/renovate-react-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/connection/changelog/renovate-react-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/connection/changelog/renovate-wordpress-monorepo b/projects/js-packages/connection/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/connection/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/connection/package.json b/projects/js-packages/connection/package.json index 3bbacdd0ef590..7ea772366c8d0 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.33.11-alpha", + "version": "0.33.11", "description": "Jetpack Connection Component", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme", "bugs": { diff --git a/projects/js-packages/licensing/CHANGELOG.md b/projects/js-packages/licensing/CHANGELOG.md index 9569ffabf1f3b..42bf6ea6de9a8 100644 --- a/projects/js-packages/licensing/CHANGELOG.md +++ b/projects/js-packages/licensing/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.12.13 - 2024-05-20 +### Changed +- Updated package dependencies. [#37379] [#37380] [#37382] + ## 0.12.12 - 2024-05-08 ### Changed - Update dependencies. diff --git a/projects/js-packages/licensing/changelog/renovate-major-js-unit-testing-packages b/projects/js-packages/licensing/changelog/renovate-major-js-unit-testing-packages deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/licensing/changelog/renovate-major-js-unit-testing-packages +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/licensing/changelog/renovate-react-monorepo b/projects/js-packages/licensing/changelog/renovate-react-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/licensing/changelog/renovate-react-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/licensing/changelog/renovate-wordpress-monorepo b/projects/js-packages/licensing/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/licensing/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/licensing/package.json b/projects/js-packages/licensing/package.json index 2217da5d6d079..8cdec66dd22d4 100644 --- a/projects/js-packages/licensing/package.json +++ b/projects/js-packages/licensing/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-licensing", - "version": "0.12.13-alpha", + "version": "0.12.13", "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 7ff8520162ed0..ef31e261419cf 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.78 - 2024-05-20 +### Changed +- Updated package dependencies. [#37379] [#37380] [#37382] + ## 0.2.77 - 2024-05-13 ### Changed - Update dependencies. [#37280] diff --git a/projects/js-packages/partner-coupon/changelog/renovate-major-js-unit-testing-packages b/projects/js-packages/partner-coupon/changelog/renovate-major-js-unit-testing-packages deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/partner-coupon/changelog/renovate-major-js-unit-testing-packages +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/partner-coupon/changelog/renovate-react-monorepo b/projects/js-packages/partner-coupon/changelog/renovate-react-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/partner-coupon/changelog/renovate-react-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/partner-coupon/changelog/renovate-wordpress-monorepo b/projects/js-packages/partner-coupon/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/partner-coupon/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/partner-coupon/package.json b/projects/js-packages/partner-coupon/package.json index 47e0de9494cc0..895f8769e36c0 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.78-alpha", + "version": "0.2.78", "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 784575348825f..2c8d6b82ae302 100644 --- a/projects/js-packages/publicize-components/CHANGELOG.md +++ b/projects/js-packages/publicize-components/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.51.1] - 2024-05-20 +### Added +- Added globalize/unglobalize connection UI. [#37377] +- Social: Wired up confirmation UI with connect button. [#37295] + +### Changed +- Social: Updated connection modal UI. [#37420] +- Updated package dependencies. [#37379] [#37380] [#37382] + ## [0.51.0] - 2024-05-13 ### Added - Add connect form/button for connection management. [#37196] @@ -675,6 +684,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#24470] +[0.51.1]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.51.0...v0.51.1 [0.51.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.50.0...v0.51.0 [0.50.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.49.3...v0.50.0 [0.49.3]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.49.2...v0.49.3 diff --git a/projects/js-packages/publicize-components/changelog/add-connection-shared-ui b/projects/js-packages/publicize-components/changelog/add-connection-shared-ui deleted file mode 100644 index 03383b07289a6..0000000000000 --- a/projects/js-packages/publicize-components/changelog/add-connection-shared-ui +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Added globalize/unglobalize connection UI diff --git a/projects/js-packages/publicize-components/changelog/add-social-account-connect b/projects/js-packages/publicize-components/changelog/add-social-account-connect deleted file mode 100644 index 332140a465b6c..0000000000000 --- a/projects/js-packages/publicize-components/changelog/add-social-account-connect +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Social | Wired up confirmation UI with connect button diff --git a/projects/js-packages/publicize-components/changelog/renovate-major-js-unit-testing-packages b/projects/js-packages/publicize-components/changelog/renovate-major-js-unit-testing-packages deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/publicize-components/changelog/renovate-major-js-unit-testing-packages +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/publicize-components/changelog/renovate-react-monorepo b/projects/js-packages/publicize-components/changelog/renovate-react-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/publicize-components/changelog/renovate-react-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/publicize-components/changelog/renovate-wordpress-monorepo b/projects/js-packages/publicize-components/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/publicize-components/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/publicize-components/changelog/update-social-connections-modal-ui b/projects/js-packages/publicize-components/changelog/update-social-connections-modal-ui deleted file mode 100644 index 73f3f5db91606..0000000000000 --- a/projects/js-packages/publicize-components/changelog/update-social-connections-modal-ui +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Social | Updated connection modal UI diff --git a/projects/js-packages/publicize-components/package.json b/projects/js-packages/publicize-components/package.json index 12eca3caae68b..9da483315bea1 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.51.1-alpha", + "version": "0.51.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/shared-extension-utils/CHANGELOG.md b/projects/js-packages/shared-extension-utils/CHANGELOG.md index c11618ba42950..3f1b460618b52 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.14.13] - 2024-05-20 +### Changed +- Updated package dependencies. [#37379] [#37380] [#37382] + ## [0.14.12] - 2024-05-13 ### Changed - Update dependencies. [#37280] @@ -380,6 +384,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Core: prepare utility for release +[0.14.13]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.14.12...0.14.13 [0.14.12]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.14.11...0.14.12 [0.14.11]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.14.10...0.14.11 [0.14.10]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.14.9...0.14.10 diff --git a/projects/js-packages/shared-extension-utils/changelog/renovate-major-js-unit-testing-packages b/projects/js-packages/shared-extension-utils/changelog/renovate-major-js-unit-testing-packages deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/shared-extension-utils/changelog/renovate-major-js-unit-testing-packages +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/shared-extension-utils/changelog/renovate-react-monorepo b/projects/js-packages/shared-extension-utils/changelog/renovate-react-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/shared-extension-utils/changelog/renovate-react-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/shared-extension-utils/changelog/renovate-wordpress-monorepo b/projects/js-packages/shared-extension-utils/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/js-packages/shared-extension-utils/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/js-packages/shared-extension-utils/package.json b/projects/js-packages/shared-extension-utils/package.json index 227f68ee9a1ee..1b8a2d077030f 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.14.13-alpha", + "version": "0.14.13", "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/assets/CHANGELOG.md b/projects/packages/assets/CHANGELOG.md index 918d9ddcf6382..676b0748a4aa3 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.1.11] - 2024-05-20 +### Changed +- Internal updates. + ## [2.1.10] - 2024-05-16 ### Added - Assets: Adding comments to explain why we use variables within translation functions [#37397] @@ -446,6 +450,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Statically access asset tools +[2.1.11]: https://github.com/Automattic/jetpack-assets/compare/v2.1.10...v2.1.11 [2.1.10]: https://github.com/Automattic/jetpack-assets/compare/v2.1.9...v2.1.10 [2.1.9]: https://github.com/Automattic/jetpack-assets/compare/v2.1.8...v2.1.9 [2.1.8]: https://github.com/Automattic/jetpack-assets/compare/v2.1.7...v2.1.8 diff --git a/projects/packages/assets/changelog/update-assets-phpcs-ignore-comments-i18n b/projects/packages/assets/changelog/update-assets-phpcs-ignore-comments-i18n deleted file mode 100644 index c1d1e951e260b..0000000000000 --- a/projects/packages/assets/changelog/update-assets-phpcs-ignore-comments-i18n +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: added -Comment: Updating a phpcs:ignore comment - - diff --git a/projects/packages/backup/CHANGELOG.md b/projects/packages/backup/CHANGELOG.md index 394bfa21f2c23..c885ef6e1aff8 100644 --- a/projects/packages/backup/CHANGELOG.md +++ b/projects/packages/backup/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.3.12] - 2024-05-20 +### Changed +- Updated package dependencies. [#37379] [#37380] [#37382] + ## [3.3.11] - 2024-05-09 ### Changed - Update dependencies. [#37280] @@ -624,6 +628,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add API endpoints and Jetpack Backup package for managing Help… +[3.3.12]: https://github.com/Automattic/jetpack-backup/compare/v3.3.11...v3.3.12 [3.3.11]: https://github.com/Automattic/jetpack-backup/compare/v3.3.10...v3.3.11 [3.3.10]: https://github.com/Automattic/jetpack-backup/compare/v3.3.9...v3.3.10 [3.3.9]: https://github.com/Automattic/jetpack-backup/compare/v3.3.8...v3.3.9 diff --git a/projects/packages/backup/changelog/renovate-major-js-unit-testing-packages b/projects/packages/backup/changelog/renovate-major-js-unit-testing-packages deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/backup/changelog/renovate-major-js-unit-testing-packages +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/backup/changelog/renovate-react-monorepo b/projects/packages/backup/changelog/renovate-react-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/backup/changelog/renovate-react-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/backup/changelog/renovate-wordpress-monorepo b/projects/packages/backup/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/backup/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/backup/src/class-package-version.php b/projects/packages/backup/src/class-package-version.php index b4df6de9642d9..a3f9de0ad5840 100644 --- a/projects/packages/backup/src/class-package-version.php +++ b/projects/packages/backup/src/class-package-version.php @@ -16,7 +16,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '3.3.12-alpha'; + const PACKAGE_VERSION = '3.3.12'; const PACKAGE_SLUG = 'backup'; diff --git a/projects/packages/blaze/CHANGELOG.md b/projects/packages/blaze/CHANGELOG.md index 3ab00e2e87657..e5d4ccc7723a4 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.21.4] - 2024-05-20 +### Changed +- Updated package dependencies. [#37379] [#37380] + ## [0.21.3] - 2024-05-13 ### Changed - Update dependencies. [#37280] @@ -365,6 +369,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#27906] +[0.21.4]: https://github.com/automattic/jetpack-blaze/compare/v0.21.3...v0.21.4 [0.21.3]: https://github.com/automattic/jetpack-blaze/compare/v0.21.2...v0.21.3 [0.21.2]: https://github.com/automattic/jetpack-blaze/compare/v0.21.1...v0.21.2 [0.21.1]: https://github.com/automattic/jetpack-blaze/compare/v0.21.0...v0.21.1 diff --git a/projects/packages/blaze/changelog/renovate-react-monorepo b/projects/packages/blaze/changelog/renovate-react-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/blaze/changelog/renovate-react-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/blaze/changelog/renovate-wordpress-monorepo b/projects/packages/blaze/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/blaze/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/blaze/package.json b/projects/packages/blaze/package.json index 0fddab14dc40f..03edf95d17016 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.21.4-alpha", + "version": "0.21.4", "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 926f2dfb89b66..0f59d3322b04b 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.21.4-alpha'; + const PACKAGE_VERSION = '0.21.4'; /** * 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 4ed228966adf6..a99ea32e92bd5 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). +## [2.0.4] - 2024-05-20 +### Changed +- Internal updates. + ## [2.0.3] - 2024-04-22 ### Changed - Internal updates. @@ -182,6 +186,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Blocks: introduce new package for block management +[2.0.4]: https://github.com/Automattic/jetpack-blocks/compare/v2.0.3...v2.0.4 [2.0.3]: https://github.com/Automattic/jetpack-blocks/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/Automattic/jetpack-blocks/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/Automattic/jetpack-blocks/compare/v2.0.0...v2.0.1 diff --git a/projects/packages/blocks/changelog/add-phan-plugin-refs b/projects/packages/blocks/changelog/add-phan-plugin-refs deleted file mode 100644 index b8fcd38dd94bc..0000000000000 --- a/projects/packages/blocks/changelog/add-phan-plugin-refs +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Add refs to monorepo plugins in Phan config. Like stubs but simpler. - - diff --git a/projects/packages/connection/CHANGELOG.md b/projects/packages/connection/CHANGELOG.md index 4d618484e05b8..13835bf5a9f27 100644 --- a/projects/packages/connection/CHANGELOG.md +++ b/projects/packages/connection/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.8.3] - 2024-05-20 +### Changed +- Internal updates. + ## [2.8.2] - 2024-05-16 ### Added - Connection: Ensuring direct file access is disabled in class-jetpack-ixr-client.php [#37398] @@ -1069,6 +1073,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Separate the connection library into its own package. +[2.8.3]: https://github.com/Automattic/jetpack-connection/compare/v2.8.2...v2.8.3 [2.8.2]: https://github.com/Automattic/jetpack-connection/compare/v2.8.1...v2.8.2 [2.8.1]: https://github.com/Automattic/jetpack-connection/compare/v2.8.0...v2.8.1 [2.8.0]: https://github.com/Automattic/jetpack-connection/compare/v2.7.7...v2.8.0 diff --git a/projects/packages/connection/changelog/add-phan-plugin-refs b/projects/packages/connection/changelog/add-phan-plugin-refs deleted file mode 100644 index b8fcd38dd94bc..0000000000000 --- a/projects/packages/connection/changelog/add-phan-plugin-refs +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Add refs to monorepo plugins in Phan config. Like stubs but simpler. - - diff --git a/projects/packages/connection/changelog/fix-sso-better_accessibility_on_tooltip b/projects/packages/connection/changelog/fix-sso-better_accessibility_on_tooltip deleted file mode 100644 index b2f1c5fa46827..0000000000000 --- a/projects/packages/connection/changelog/fix-sso-better_accessibility_on_tooltip +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Follow-on to #37302 to improve accessibility. - - diff --git a/projects/packages/connection/src/class-package-version.php b/projects/packages/connection/src/class-package-version.php index 609967e452ad6..c12ad1c299620 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 = '2.8.3-alpha'; + const PACKAGE_VERSION = '2.8.3'; const PACKAGE_SLUG = 'connection'; diff --git a/projects/packages/forms/CHANGELOG.md b/projects/packages/forms/CHANGELOG.md index ee808ae6e3c77..3377bf671255f 100644 --- a/projects/packages/forms/CHANGELOG.md +++ b/projects/packages/forms/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.31.3] - 2024-05-20 +### Changed +- Forms: Ensure non-minified JS file location is also an option when loading the tiny-mce-plugin-form-button script file. [#37351] +- Updated package dependencies. [#37379] [#37380] [#37382] + ## [0.31.2] - 2024-05-13 ### Changed - Update dependencies. [#37280] @@ -572,6 +577,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.31.3]: https://github.com/automattic/jetpack-forms/compare/v0.31.2...v0.31.3 [0.31.2]: https://github.com/automattic/jetpack-forms/compare/v0.31.1...v0.31.2 [0.31.1]: https://github.com/automattic/jetpack-forms/compare/v0.31.0...v0.31.1 [0.31.0]: https://github.com/automattic/jetpack-forms/compare/v0.30.18...v0.31.0 diff --git a/projects/packages/forms/changelog/add-phan-plugin-refs b/projects/packages/forms/changelog/add-phan-plugin-refs deleted file mode 100644 index b8fcd38dd94bc..0000000000000 --- a/projects/packages/forms/changelog/add-phan-plugin-refs +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Add refs to monorepo plugins in Phan config. Like stubs but simpler. - - diff --git a/projects/packages/forms/changelog/add-phan-wordpress-globals b/projects/packages/forms/changelog/add-phan-wordpress-globals deleted file mode 100644 index 57d106105d396..0000000000000 --- a/projects/packages/forms/changelog/add-phan-wordpress-globals +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Fix phpdoc return type of `Contact_Form_Plugin::personal_data_search_filter`. - - diff --git a/projects/packages/forms/changelog/fix-contact-form-package-script-build b/projects/packages/forms/changelog/fix-contact-form-package-script-build deleted file mode 100644 index f41a436958da8..0000000000000 --- a/projects/packages/forms/changelog/fix-contact-form-package-script-build +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Forms: Ensuring non minified JS file location is also an option when loading the tiny-mce-plugin-form-button script file. diff --git a/projects/packages/forms/changelog/renovate-major-js-unit-testing-packages b/projects/packages/forms/changelog/renovate-major-js-unit-testing-packages deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/forms/changelog/renovate-major-js-unit-testing-packages +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/forms/changelog/renovate-react-monorepo b/projects/packages/forms/changelog/renovate-react-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/forms/changelog/renovate-react-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/forms/changelog/renovate-wordpress-monorepo b/projects/packages/forms/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/forms/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/forms/package.json b/projects/packages/forms/package.json index c5816fa755ddd..9dd225b514c2f 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.31.3-alpha", + "version": "0.31.3", "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 d720c23a0dbd8..c731a1482c57d 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.31.3-alpha'; + const PACKAGE_VERSION = '0.31.3'; /** * Load the contact form module. diff --git a/projects/packages/identity-crisis/CHANGELOG.md b/projects/packages/identity-crisis/CHANGELOG.md index c454a77ddd485..63b077ec809ea 100644 --- a/projects/packages/identity-crisis/CHANGELOG.md +++ b/projects/packages/identity-crisis/CHANGELOG.md @@ -5,9 +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.20.0] - 2024-05-20 +### Removed +- IDC: Remove deprecated code. [#37421] + ## [0.19.0] - 2024-05-16 ### Added -- IDC: Added escapes to echo statements [#37395] +- IDC: Add escapes to echo statements. [#37395] ### Changed - Updated package dependencies. [#37379] @@ -555,6 +559,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. - Use Connection/Urls for home_url and site_url functions migrated from Sync. +[0.20.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.19.0...v0.20.0 [0.19.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.6...v0.19.0 [0.18.6]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.5...v0.18.6 [0.18.5]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.4...v0.18.5 diff --git a/projects/packages/identity-crisis/changelog/update-remove-identity-crisis-deprecated-code b/projects/packages/identity-crisis/changelog/update-remove-identity-crisis-deprecated-code deleted file mode 100644 index ede84807cec4c..0000000000000 --- a/projects/packages/identity-crisis/changelog/update-remove-identity-crisis-deprecated-code +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: removed - -IDC: Remove deprecated code diff --git a/projects/packages/identity-crisis/package.json b/projects/packages/identity-crisis/package.json index 7ad6e3ea7af8c..f58290b400dfc 100644 --- a/projects/packages/identity-crisis/package.json +++ b/projects/packages/identity-crisis/package.json @@ -1,6 +1,6 @@ { "name": "jetpack-identity-crisis", - "version": "0.20.0-alpha", + "version": "0.20.0", "description": "Jetpack Identity Crisis", "main": "_inc/admin.jsx", "repository": { diff --git a/projects/packages/identity-crisis/src/class-identity-crisis.php b/projects/packages/identity-crisis/src/class-identity-crisis.php index d972a659b8604..22fc64454323a 100644 --- a/projects/packages/identity-crisis/src/class-identity-crisis.php +++ b/projects/packages/identity-crisis/src/class-identity-crisis.php @@ -26,7 +26,7 @@ class Identity_Crisis { /** * Package Version */ - const PACKAGE_VERSION = '0.20.0-alpha'; + const PACKAGE_VERSION = '0.20.0'; /** * Package Slug diff --git a/projects/packages/image-cdn/CHANGELOG.md b/projects/packages/image-cdn/CHANGELOG.md index c2dc252c4015a..b2cc8ba994681 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.4.1] - 2024-05-20 +### Changed +- Internal updates. + ## [0.4.0] - 2024-05-06 ### Removed - Lazy Loading: Removed compatibility script for Jetpack Lazy Loading module. [#37069] @@ -89,6 +93,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add image CDN package. [#29561] +[0.4.1]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.7...v0.4.0 [0.3.7]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.6...v0.3.7 [0.3.6]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.5...v0.3.6 diff --git a/projects/packages/image-cdn/changelog/add-phan-plugin-refs b/projects/packages/image-cdn/changelog/add-phan-plugin-refs deleted file mode 100644 index b8fcd38dd94bc..0000000000000 --- a/projects/packages/image-cdn/changelog/add-phan-plugin-refs +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Add refs to monorepo plugins in Phan config. Like stubs but simpler. - - diff --git a/projects/packages/image-cdn/changelog/add-phan-plugin-refs#2 b/projects/packages/image-cdn/changelog/add-phan-plugin-refs#2 deleted file mode 100644 index 83b2e3beb7062..0000000000000 --- a/projects/packages/image-cdn/changelog/add-phan-plugin-refs#2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: added -Comment: Add phan suppression for the remove_filter of old Jetpack functions this package replaces. No point in stubbing those. - - diff --git a/projects/packages/image-cdn/src/class-image-cdn.php b/projects/packages/image-cdn/src/class-image-cdn.php index 3f0223362bcba..f09f88fad9653 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.4.1-alpha'; + const PACKAGE_VERSION = '0.4.1'; /** * Singleton. diff --git a/projects/packages/jetpack-mu-wpcom/CHANGELOG.md b/projects/packages/jetpack-mu-wpcom/CHANGELOG.md index e033969cd50cf..e2e2be0dc0873 100644 --- a/projects/packages/jetpack-mu-wpcom/CHANGELOG.md +++ b/projects/packages/jetpack-mu-wpcom/CHANGELOG.md @@ -5,18 +5,22 @@ 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.31.1] - 2024-05-20 +### Changed +- Untangling: Replace Hosting -> Connections with Hosting -> Marketing. [#37431] + ## [5.31.0] - 2024-05-16 ### Added -- Admin Interface Style: Add the track event when the value is changed [#37373] -- WordPress.com Features: Add wp-admin sync with Calypso locale [#37352] +- Admin Interface Style: Add the track event when the value is changed. [#37373] +- WordPress.com Features: Add wp-admin sync with Calypso locale. [#37352] ### Changed -- Remove the need to have posts published in the ai-assembler launchpad [#36942] +- Remove the need to have posts published in the ai-assembler launchpad. [#36942] - Updated package dependencies. [#37379] ### Fixed -- Untangling: correctly show the All Sites menu in the top bar [#37393] -- Verbum Comments: translate block editor [#37367] +- Untangling: correctly show the All Sites menu in the top bar. [#37393] +- Verbum Comments: translate block editor. [#37367] ## [5.30.0] - 2024-05-14 ### Added @@ -819,6 +823,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Testing initial package release. +[5.31.1]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.31.0...v5.31.1 [5.31.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.30.0...v5.31.0 [5.30.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.29.1...v5.30.0 [5.29.1]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.29.0...v5.29.1 diff --git a/projects/packages/jetpack-mu-wpcom/changelog/add-phan-plugin-refs b/projects/packages/jetpack-mu-wpcom/changelog/add-phan-plugin-refs deleted file mode 100644 index b8fcd38dd94bc..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/add-phan-plugin-refs +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Add refs to monorepo plugins in Phan config. Like stubs but simpler. - - diff --git a/projects/packages/jetpack-mu-wpcom/changelog/add-phan-wordpress-globals b/projects/packages/jetpack-mu-wpcom/changelog/add-phan-wordpress-globals deleted file mode 100644 index bc98a0b425aaa..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/add-phan-wordpress-globals +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: removed -Comment: Remove no-longer-needed Phan suppression of PhanImpossibleTypeComparison - - diff --git a/projects/packages/jetpack-mu-wpcom/changelog/untangling-marketing b/projects/packages/jetpack-mu-wpcom/changelog/untangling-marketing deleted file mode 100644 index ce3357fe38267..0000000000000 --- a/projects/packages/jetpack-mu-wpcom/changelog/untangling-marketing +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Untangling: Replace Hosting -> Connections with Hosting -> Marketing diff --git a/projects/packages/jetpack-mu-wpcom/package.json b/projects/packages/jetpack-mu-wpcom/package.json index c5e590b1fe796..316c99274577f 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.31.1-alpha", + "version": "5.31.1", "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 f1c0671a0504d..14ca18d463196 100644 --- a/projects/packages/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php +++ b/projects/packages/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php @@ -13,7 +13,7 @@ * Jetpack_Mu_Wpcom main class. */ class Jetpack_Mu_Wpcom { - const PACKAGE_VERSION = '5.31.1-alpha'; + const PACKAGE_VERSION = '5.31.1'; const PKG_DIR = __DIR__ . '/../'; const BASE_DIR = __DIR__ . '/'; const BASE_FILE = __FILE__; diff --git a/projects/packages/logo/CHANGELOG.md b/projects/packages/logo/CHANGELOG.md index 01ee2d3db204c..f5925e49e8cc9 100644 --- a/projects/packages/logo/CHANGELOG.md +++ b/projects/packages/logo/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.3] - 2024-05-20 +### Changed +- Replaced heredoc syntax with strings. [#37396] + ## [2.0.2] - 2024-03-18 ### Changed - Internal updates. @@ -174,6 +178,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Packages: Add a basic Jetpack Logo package +[2.0.3]: https://github.com/Automattic/jetpack-logo/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/Automattic/jetpack-logo/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/Automattic/jetpack-logo/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/Automattic/jetpack-logo/compare/v1.6.3...v2.0.0 diff --git a/projects/packages/logo/changelog/update-heredoc-replacements b/projects/packages/logo/changelog/update-heredoc-replacements deleted file mode 100644 index 254c387d60a42..0000000000000 --- a/projects/packages/logo/changelog/update-heredoc-replacements +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Replaced heredoc syntax with strings. diff --git a/projects/packages/my-jetpack/CHANGELOG.md b/projects/packages/my-jetpack/CHANGELOG.md index f03be583f58f2..00891309836b8 100644 --- a/projects/packages/my-jetpack/CHANGELOG.md +++ b/projects/packages/my-jetpack/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). +## [4.23.3] - 2024-05-20 +### Added +- Add tracks events for dropdown on action buttons. [#37292] + +### Changed +- Updated package dependencies. [#37379] [#37380] [#37382] + ## [4.23.2] - 2024-05-09 ### Changed - My Jetpack Agency banner copy change. [#37248] @@ -1471,6 +1478,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created package +[4.23.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.23.2...4.23.3 [4.23.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.23.1...4.23.2 [4.23.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.23.0...4.23.1 [4.23.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.22.3...4.23.0 diff --git a/projects/packages/my-jetpack/changelog/add-phan-plugin-refs b/projects/packages/my-jetpack/changelog/add-phan-plugin-refs deleted file mode 100644 index b8fcd38dd94bc..0000000000000 --- a/projects/packages/my-jetpack/changelog/add-phan-plugin-refs +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Add refs to monorepo plugins in Phan config. Like stubs but simpler. - - diff --git a/projects/packages/my-jetpack/changelog/add-tracks-events-for-my-jetpack-product-card-action-button-dropdown b/projects/packages/my-jetpack/changelog/add-tracks-events-for-my-jetpack-product-card-action-button-dropdown deleted file mode 100644 index 2cc70c608714e..0000000000000 --- a/projects/packages/my-jetpack/changelog/add-tracks-events-for-my-jetpack-product-card-action-button-dropdown +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Add tracks events for dropdown on action buttons diff --git a/projects/packages/my-jetpack/changelog/renovate-major-js-unit-testing-packages b/projects/packages/my-jetpack/changelog/renovate-major-js-unit-testing-packages deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/my-jetpack/changelog/renovate-major-js-unit-testing-packages +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/my-jetpack/changelog/renovate-react-monorepo b/projects/packages/my-jetpack/changelog/renovate-react-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/my-jetpack/changelog/renovate-react-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/my-jetpack/changelog/renovate-wordpress-monorepo b/projects/packages/my-jetpack/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/my-jetpack/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/my-jetpack/package.json b/projects/packages/my-jetpack/package.json index 21384c792299f..367291a926125 100644 --- a/projects/packages/my-jetpack/package.json +++ b/projects/packages/my-jetpack/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-my-jetpack", - "version": "4.23.3-alpha", + "version": "4.23.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 fc44bfae07243..a2ef69d281a64 100644 --- a/projects/packages/my-jetpack/src/class-initializer.php +++ b/projects/packages/my-jetpack/src/class-initializer.php @@ -37,7 +37,7 @@ class Initializer { * * @var string */ - const PACKAGE_VERSION = '4.23.3-alpha'; + const PACKAGE_VERSION = '4.23.3'; /** * HTML container ID for the IDC screen on My Jetpack page. diff --git a/projects/packages/plugins-installer/CHANGELOG.md b/projects/packages/plugins-installer/CHANGELOG.md index b4eb58ae99aea..936556764a7df 100644 --- a/projects/packages/plugins-installer/CHANGELOG.md +++ b/projects/packages/plugins-installer/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.0] - 2024-05-20 +### Deprecated +- Extract the 'is_current_request_activating_plugin_from_plugins_screen' method into Status package. [#37430] + ## [0.3.5] - 2024-05-06 ### Changed - Internal updates. @@ -82,6 +86,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix method logic +[0.4.0]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.3.5...v0.4.0 [0.3.5]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.3.4...v0.3.5 [0.3.4]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.3.3...v0.3.4 [0.3.3]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.3.2...v0.3.3 diff --git a/projects/packages/plugins-installer/changelog/update-plugin-installer-extraction b/projects/packages/plugins-installer/changelog/update-plugin-installer-extraction deleted file mode 100644 index 64dbafad9c3df..0000000000000 --- a/projects/packages/plugins-installer/changelog/update-plugin-installer-extraction +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: deprecated - -Extract the 'is_current_request_activating_plugin_from_plugins_screen' method into Status package. diff --git a/projects/packages/plugins-installer/src/class-plugins-installer.php b/projects/packages/plugins-installer/src/class-plugins-installer.php index 834b01ae8bd3b..ece165833e974 100644 --- a/projects/packages/plugins-installer/src/class-plugins-installer.php +++ b/projects/packages/plugins-installer/src/class-plugins-installer.php @@ -242,14 +242,14 @@ public static function get_plugins() { /** * Determine if the current request is activating a plugin from the plugins page. * - * @deprecated $$next-version$$ + * @deprecated 0.4.0 * @see Paths::is_current_request_activating_plugin_from_plugins_screen() * * @param string $plugin Plugin file path to check. * @return bool */ public static function is_current_request_activating_plugin_from_plugins_screen( $plugin ) { - _deprecated_function( __METHOD__, '$$next-version$$', 'Automattic\\Jetpack\\Paths::is_current_request_activating_plugin_from_plugins_screen()' ); + _deprecated_function( __METHOD__, '0.4.0', 'Automattic\\Jetpack\\Paths::is_current_request_activating_plugin_from_plugins_screen()' ); return ( new Paths() )->is_current_request_activating_plugin_from_plugins_screen( $plugin ); } } diff --git a/projects/packages/publicize/CHANGELOG.md b/projects/packages/publicize/CHANGELOG.md index eecd36fed0ea0..913a5b289782e 100644 --- a/projects/packages/publicize/CHANGELOG.md +++ b/projects/packages/publicize/CHANGELOG.md @@ -5,6 +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.44.1] - 2024-05-20 +### Changed +- Changed the connections management feature flag check to include the WP.com plan feature. [#37425] +- Social: Updated connection modal UI. [#37420] +- Updated package dependencies. [#37379] + +### Fixed +- Added back the previous Open Graph filter function. [#37368] +- Fixed the typo in the Open Graph hook. [#37411] + ## [0.44.0] - 2024-05-13 ### Added - Add connect form/button for connection management. [#37196] @@ -548,6 +558,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. - Update package.json metadata. +[0.44.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.44.0...v0.44.1 [0.44.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.43.0...v0.44.0 [0.43.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.42.13...v0.43.0 [0.42.13]: https://github.com/Automattic/jetpack-publicize/compare/v0.42.12...v0.42.13 diff --git a/projects/packages/publicize/changelog/add-phan-plugin-refs b/projects/packages/publicize/changelog/add-phan-plugin-refs deleted file mode 100644 index b8fcd38dd94bc..0000000000000 --- a/projects/packages/publicize/changelog/add-phan-plugin-refs +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Add refs to monorepo plugins in Phan config. Like stubs but simpler. - - diff --git a/projects/packages/publicize/changelog/add-phan-plugin-refs#2 b/projects/packages/publicize/changelog/add-phan-plugin-refs#2 deleted file mode 100644 index 0b37f01d3167a..0000000000000 --- a/projects/packages/publicize/changelog/add-phan-plugin-refs#2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Swap `jetpack_photon_url()` call for `jetpack_photon_url` filter, which works with packages/image-cdn too. - - diff --git a/projects/packages/publicize/changelog/add-social-connections-feature-flag b/projects/packages/publicize/changelog/add-social-connections-feature-flag deleted file mode 100644 index e4bdc98c3205f..0000000000000 --- a/projects/packages/publicize/changelog/add-social-connections-feature-flag +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Changed the connections management feature flag check to include the WPCOM plan feature diff --git a/projects/packages/publicize/changelog/fix-open-graph-hook b/projects/packages/publicize/changelog/fix-open-graph-hook deleted file mode 100644 index b63acc8aaba00..0000000000000 --- a/projects/packages/publicize/changelog/fix-open-graph-hook +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fixed the typo in the Open Graph hook diff --git a/projects/packages/publicize/changelog/renovate-wordpress-monorepo b/projects/packages/publicize/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/publicize/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/publicize/changelog/revert-35038 b/projects/packages/publicize/changelog/revert-35038 deleted file mode 100644 index 574c5f7bb9bf1..0000000000000 --- a/projects/packages/publicize/changelog/revert-35038 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Added back the previous OpenGraph filter function diff --git a/projects/packages/publicize/changelog/update-social-connections-modal-ui b/projects/packages/publicize/changelog/update-social-connections-modal-ui deleted file mode 100644 index 73f3f5db91606..0000000000000 --- a/projects/packages/publicize/changelog/update-social-connections-modal-ui +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Social | Updated connection modal UI diff --git a/projects/packages/publicize/package.json b/projects/packages/publicize/package.json index 02cb879c21e59..c81e924284f83 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.44.1-alpha", + "version": "0.44.1", "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/scheduled-updates/CHANGELOG.md b/projects/packages/scheduled-updates/CHANGELOG.md index b46d885ca7f7c..cbca4affce106 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.12.2] - 2024-05-20 +### Fixed +- Add plugins field default. [#37419] + ## [0.12.1] - 2024-05-16 ### Changed - Moves install/managed check for plugins into API endpoint validation callback [#37291] @@ -174,6 +178,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Generate initial package for Scheduled Updates [#35796] +[0.12.2]: https://github.com/Automattic/scheduled-updates/compare/v0.12.1...v0.12.2 [0.12.1]: https://github.com/Automattic/scheduled-updates/compare/v0.12.0...v0.12.1 [0.12.0]: https://github.com/Automattic/scheduled-updates/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/Automattic/scheduled-updates/compare/v0.10.0...v0.11.0 diff --git a/projects/packages/scheduled-updates/changelog/add-test-empty-plugins b/projects/packages/scheduled-updates/changelog/add-test-empty-plugins deleted file mode 100644 index 342e626702a13..0000000000000 --- a/projects/packages/scheduled-updates/changelog/add-test-empty-plugins +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: added -Comment: Added unit test - - diff --git a/projects/packages/scheduled-updates/changelog/fix-plugins-param-default b/projects/packages/scheduled-updates/changelog/fix-plugins-param-default deleted file mode 100644 index 4120ed167527b..0000000000000 --- a/projects/packages/scheduled-updates/changelog/fix-plugins-param-default +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Add plugins field default diff --git a/projects/packages/scheduled-updates/src/class-scheduled-updates.php b/projects/packages/scheduled-updates/src/class-scheduled-updates.php index 51ecf29d9197e..c31dfb0b7688a 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.12.2-alpha'; + const PACKAGE_VERSION = '0.12.2'; /** * The cron event hook for the scheduled plugins update. diff --git a/projects/packages/search/CHANGELOG.md b/projects/packages/search/CHANGELOG.md index 19b55aab249f5..e5cfb84393303 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.44.7] - 2024-05-20 +### Changed +- Updated package dependencies. [#37379] [#37380] [#37382] + ## [0.44.6] - 2024-05-13 ### Changed - Update dependencies. [#37280] @@ -963,6 +967,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.44.7]: https://github.com/Automattic/jetpack-search/compare/v0.44.6...v0.44.7 [0.44.6]: https://github.com/Automattic/jetpack-search/compare/v0.44.5...v0.44.6 [0.44.5]: https://github.com/Automattic/jetpack-search/compare/v0.44.4...v0.44.5 [0.44.4]: https://github.com/Automattic/jetpack-search/compare/v0.44.3...v0.44.4 diff --git a/projects/packages/search/changelog/add-phan-plugin-refs b/projects/packages/search/changelog/add-phan-plugin-refs deleted file mode 100644 index b8fcd38dd94bc..0000000000000 --- a/projects/packages/search/changelog/add-phan-plugin-refs +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Add refs to monorepo plugins in Phan config. Like stubs but simpler. - - diff --git a/projects/packages/search/changelog/renovate-major-js-unit-testing-packages b/projects/packages/search/changelog/renovate-major-js-unit-testing-packages deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/search/changelog/renovate-major-js-unit-testing-packages +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/search/changelog/renovate-react-monorepo b/projects/packages/search/changelog/renovate-react-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/search/changelog/renovate-react-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/search/changelog/renovate-wordpress-monorepo b/projects/packages/search/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/search/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/search/package.json b/projects/packages/search/package.json index 66141b40cbdf5..424d8c3a360a7 100644 --- a/projects/packages/search/package.json +++ b/projects/packages/search/package.json @@ -1,6 +1,6 @@ { "name": "jetpack-search", - "version": "0.44.7-alpha", + "version": "0.44.7", "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 7e8bf5c566ed4..32d67a0893bf5 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.44.7-alpha'; + const VERSION = '0.44.7'; const SLUG = 'search'; /** diff --git a/projects/packages/stats-admin/CHANGELOG.md b/projects/packages/stats-admin/CHANGELOG.md index 064d91c9fca33..0ae5113c5a6b4 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.19.2 - 2024-05-20 +### Fixed +- Stats: Use user language instead of site language for translations. [#37423] + ## 0.19.1 - 2024-05-06 ### Changed - Internal updates. diff --git a/projects/packages/stats-admin/changelog/fix-stats-locale b/projects/packages/stats-admin/changelog/fix-stats-locale deleted file mode 100644 index 9470848763001..0000000000000 --- a/projects/packages/stats-admin/changelog/fix-stats-locale +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Stats: Use user language instead of site language for translations diff --git a/projects/packages/stats-admin/package.json b/projects/packages/stats-admin/package.json index e089ddbf85c40..e1771cd2b6dce 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.19.2-alpha", + "version": "0.19.2", "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 7c0425a6a47f6..5f53d3ad58993 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.19.2-alpha'; + const VERSION = '0.19.2'; /** * Singleton Main instance. diff --git a/projects/packages/status/CHANGELOG.md b/projects/packages/status/CHANGELOG.md index 679796a449f2c..c1cf9241180c8 100644 --- a/projects/packages/status/CHANGELOG.md +++ b/projects/packages/status/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.1.0] - 2024-05-20 +### Added +- Add the 'is_current_request_activating_plugin_from_plugins_screen' method extracted from the Plugin Install package. [#37430] + ## [3.0.3] - 2024-05-08 ### Fixed - Status: Added check for compatibility reasons [#37256] @@ -349,6 +353,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Packages: Introduce a status package +[3.1.0]: https://github.com/Automattic/jetpack-status/compare/v3.0.3...v3.1.0 [3.0.3]: https://github.com/Automattic/jetpack-status/compare/v3.0.2...v3.0.3 [3.0.2]: https://github.com/Automattic/jetpack-status/compare/v3.0.1...v3.0.2 [3.0.1]: https://github.com/Automattic/jetpack-status/compare/v3.0.0...v3.0.1 diff --git a/projects/packages/status/changelog/add-phan-plugin-refs b/projects/packages/status/changelog/add-phan-plugin-refs deleted file mode 100644 index b8fcd38dd94bc..0000000000000 --- a/projects/packages/status/changelog/add-phan-plugin-refs +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Add refs to monorepo plugins in Phan config. Like stubs but simpler. - - diff --git a/projects/packages/status/changelog/add-phan-wordpress-globals b/projects/packages/status/changelog/add-phan-wordpress-globals deleted file mode 100644 index 309fa8c86266d..0000000000000 --- a/projects/packages/status/changelog/add-phan-wordpress-globals +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: removed -Comment: Remove no-longer-needed `@phan-var` - - diff --git a/projects/packages/status/changelog/update-plugin-installer-extraction b/projects/packages/status/changelog/update-plugin-installer-extraction deleted file mode 100644 index 5729921d07819..0000000000000 --- a/projects/packages/status/changelog/update-plugin-installer-extraction +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Add the 'is_current_request_activating_plugin_from_plugins_screen' method extracted from the Plugin Install package. diff --git a/projects/packages/sync/CHANGELOG.md b/projects/packages/sync/CHANGELOG.md index a5bd171e87d01..9b19dd3d122c3 100644 --- a/projects/packages/sync/CHANGELOG.md +++ b/projects/packages/sync/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.16.4] - 2024-05-20 +### Changed +- Replaced heredoc syntax with strings. [#37396] + ## [2.16.3] - 2024-05-16 ### Fixed - Jetpack Sync: Fixed undefined array key Warnings in HPOS orders module [#37401] @@ -1148,6 +1152,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Packages: Move sync to a classmapped package +[2.16.4]: https://github.com/Automattic/jetpack-sync/compare/v2.16.3...v2.16.4 [2.16.3]: https://github.com/Automattic/jetpack-sync/compare/v2.16.2...v2.16.3 [2.16.2]: https://github.com/Automattic/jetpack-sync/compare/v2.16.1...v2.16.2 [2.16.1]: https://github.com/Automattic/jetpack-sync/compare/v2.16.0...v2.16.1 diff --git a/projects/packages/sync/changelog/add-phan-plugin-refs b/projects/packages/sync/changelog/add-phan-plugin-refs deleted file mode 100644 index b8fcd38dd94bc..0000000000000 --- a/projects/packages/sync/changelog/add-phan-plugin-refs +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Add refs to monorepo plugins in Phan config. Like stubs but simpler. - - diff --git a/projects/packages/sync/changelog/add-phan-wordpress-globals b/projects/packages/sync/changelog/add-phan-wordpress-globals deleted file mode 100644 index ad75f82832b84..0000000000000 --- a/projects/packages/sync/changelog/add-phan-wordpress-globals +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Add int casts on various `$wpdb->get_var( "SELECT COUNT(*) ..." )` to make Phan happy - - diff --git a/projects/packages/sync/changelog/add-phan-wordpress-globals#2 b/projects/packages/sync/changelog/add-phan-wordpress-globals#2 deleted file mode 100644 index ce133782eb267..0000000000000 --- a/projects/packages/sync/changelog/add-phan-wordpress-globals#2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Adjust an `is_countable()` test so Phan can correctly infer something is countable. - - diff --git a/projects/packages/sync/changelog/update-heredoc-replacements b/projects/packages/sync/changelog/update-heredoc-replacements deleted file mode 100644 index 254c387d60a42..0000000000000 --- a/projects/packages/sync/changelog/update-heredoc-replacements +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Replaced heredoc syntax with strings. diff --git a/projects/packages/sync/src/class-package-version.php b/projects/packages/sync/src/class-package-version.php index ff228d76dd329..eced6ed56a017 100644 --- a/projects/packages/sync/src/class-package-version.php +++ b/projects/packages/sync/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '2.16.4-alpha'; + const PACKAGE_VERSION = '2.16.4'; const PACKAGE_SLUG = 'sync'; diff --git a/projects/packages/videopress/CHANGELOG.md b/projects/packages/videopress/CHANGELOG.md index 18c5cd701c3a1..69dd7781d0941 100644 --- a/projects/packages/videopress/CHANGELOG.md +++ b/projects/packages/videopress/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.23.22] - 2024-05-20 +### Changed +- Updated package dependencies. [#37379] [#37380] [#37382] + +### Fixed +- VideoPress: Fix localization of block text. [#37360] + ## [0.23.21] - 2024-05-13 ### Changed - Update dependencies. [#37280] @@ -1341,6 +1348,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created empty package [#24952] +[0.23.22]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.21...v0.23.22 [0.23.21]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.20...v0.23.21 [0.23.20]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.19...v0.23.20 [0.23.19]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.18...v0.23.19 diff --git a/projects/packages/videopress/changelog/add-phan-plugin-refs b/projects/packages/videopress/changelog/add-phan-plugin-refs deleted file mode 100644 index b8fcd38dd94bc..0000000000000 --- a/projects/packages/videopress/changelog/add-phan-plugin-refs +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Add refs to monorepo plugins in Phan config. Like stubs but simpler. - - diff --git a/projects/packages/videopress/changelog/add-phan-plugin-refs#2 b/projects/packages/videopress/changelog/add-phan-plugin-refs#2 deleted file mode 100644 index edf1960cdbae3..0000000000000 --- a/projects/packages/videopress/changelog/add-phan-plugin-refs#2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Make sure a variable is defined by initializing it unconditionally. - - diff --git a/projects/packages/videopress/changelog/add-phan-wordpress-globals b/projects/packages/videopress/changelog/add-phan-wordpress-globals deleted file mode 100644 index 04abe4faabd73..0000000000000 --- a/projects/packages/videopress/changelog/add-phan-wordpress-globals +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Correct phpdoc return type on `Tus_File::get_wp_filesystem()` - - diff --git a/projects/packages/videopress/changelog/fix-videopress-block-l10n b/projects/packages/videopress/changelog/fix-videopress-block-l10n deleted file mode 100644 index b659de3e63660..0000000000000 --- a/projects/packages/videopress/changelog/fix-videopress-block-l10n +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -VideoPress: Fix localization of block text diff --git a/projects/packages/videopress/changelog/renovate-major-js-unit-testing-packages b/projects/packages/videopress/changelog/renovate-major-js-unit-testing-packages deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/videopress/changelog/renovate-major-js-unit-testing-packages +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/videopress/changelog/renovate-react-monorepo b/projects/packages/videopress/changelog/renovate-react-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/videopress/changelog/renovate-react-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/videopress/changelog/renovate-wordpress-monorepo b/projects/packages/videopress/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/videopress/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/videopress/package.json b/projects/packages/videopress/package.json index 0147c6e2d7033..76ebe81d40fd7 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.23.22-alpha", + "version": "0.23.22", "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 a32cc32af8faa..a0510e687f404 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.23.22-alpha'; + const PACKAGE_VERSION = '0.23.22'; const PACKAGE_SLUG = 'videopress'; diff --git a/projects/packages/waf/CHANGELOG.md b/projects/packages/waf/CHANGELOG.md index 0cb309c15ba36..1f06d810b6603 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.16.8] - 2024-05-20 +### Changed +- Internal updates. + ## [0.16.7] - 2024-05-06 ### Changed - Internal updates. @@ -317,6 +321,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.16.8]: https://github.com/Automattic/jetpack-waf/compare/v0.16.7...v0.16.8 [0.16.7]: https://github.com/Automattic/jetpack-waf/compare/v0.16.6...v0.16.7 [0.16.6]: https://github.com/Automattic/jetpack-waf/compare/v0.16.5...v0.16.6 [0.16.5]: https://github.com/Automattic/jetpack-waf/compare/v0.16.4...v0.16.5 diff --git a/projects/packages/waf/changelog/add-phan-wordpress-globals b/projects/packages/waf/changelog/add-phan-wordpress-globals deleted file mode 100644 index a9e1b1ce7eac6..0000000000000 --- a/projects/packages/waf/changelog/add-phan-wordpress-globals +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: removed -Comment: Remove no-longer-needed `@phan-var`s - - diff --git a/projects/packages/woocommerce-analytics/CHANGELOG.md b/projects/packages/woocommerce-analytics/CHANGELOG.md index 1390f8aef04e7..6588a1aaa8a41 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.6] - 2024-05-20 +### Fixed +- Customer creation: avoid PHP warnings when other plugins hook into customer creation process and return malformed user data. [#37440] + ## [0.1.5] - 2024-05-06 ### Changed - Ensure the package can only be initialized once. [#37154] @@ -35,6 +39,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.6]: https://github.com/Automattic/woocommerce-analytics/compare/v0.1.5...v0.1.6 [0.1.5]: https://github.com/Automattic/woocommerce-analytics/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/Automattic/woocommerce-analytics/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/Automattic/woocommerce-analytics/compare/v0.1.2...v0.1.3 diff --git a/projects/packages/woocommerce-analytics/changelog/fix-conflict-woo-analytics-malformed-user-info b/projects/packages/woocommerce-analytics/changelog/fix-conflict-woo-analytics-malformed-user-info deleted file mode 100644 index 1e420b1602206..0000000000000 --- a/projects/packages/woocommerce-analytics/changelog/fix-conflict-woo-analytics-malformed-user-info +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Customer creation: avoid PHP warnings when other plugins hook into customer creation process and return malformed user data. diff --git a/projects/packages/woocommerce-analytics/src/class-woocommerce-analytics.php b/projects/packages/woocommerce-analytics/src/class-woocommerce-analytics.php index 3cda4913f0f15..4deebe717da29 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.6-alpha'; + const PACKAGE_VERSION = '0.1.6'; /** * Initializer. diff --git a/projects/packages/wordads/CHANGELOG.md b/projects/packages/wordads/CHANGELOG.md index c4d0d797b6a0c..c0ceb1deb3d61 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.3.19] - 2024-05-20 +### Changed +- Updated package dependencies. [#37379] [#37380] [#37382] + ## [0.3.18] - 2024-05-13 ### Changed - Update dependencies. [#37280] @@ -37,8 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.3.11] - 2024-03-12 ### Changed - Updated package dependencies. [#36325] -- Update to the most recent version of the @automattic/calypso-color-schemes package. [#36187] -- Update to the most recent version of the @automattic/calypso-color-schemes package. [#36227] +- Update to the most recent version of the @automattic/calypso-color-schemes package. [#36187] [#36227] ## [0.3.10] - 2024-03-04 ### Changed @@ -351,6 +354,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - PHPCS: Fix `WordPress.Security.ValidatedSanitizedInput` - Updated package dependencies. +[0.3.19]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.18...v0.3.19 [0.3.18]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.17...v0.3.18 [0.3.17]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.16...v0.3.17 [0.3.16]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.15...v0.3.16 diff --git a/projects/packages/wordads/changelog/renovate-major-js-unit-testing-packages b/projects/packages/wordads/changelog/renovate-major-js-unit-testing-packages deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/wordads/changelog/renovate-major-js-unit-testing-packages +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/wordads/changelog/renovate-react-monorepo b/projects/packages/wordads/changelog/renovate-react-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/wordads/changelog/renovate-react-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/wordads/changelog/renovate-wordpress-monorepo b/projects/packages/wordads/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/wordads/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/wordads/package.json b/projects/packages/wordads/package.json index 0c38a2179c756..dd2fc1f325853 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.19-alpha", + "version": "0.3.19", "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 bb5d0270b9c5a..fe715c6327aec 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.19-alpha'; + const VERSION = '0.3.19'; const SLUG = 'wordads'; /** diff --git a/projects/plugins/jetpack/CHANGELOG.md b/projects/plugins/jetpack/CHANGELOG.md index aff7fdf040803..93778b89278dd 100644 --- a/projects/plugins/jetpack/CHANGELOG.md +++ b/projects/plugins/jetpack/CHANGELOG.md @@ -2,6 +2,37 @@ ### This is a list detailing changes for all Jetpack releases. +## 13.5-a.3 - 2024-05-20 +### Enhancements +- AI Assistant: Enable inline Heading extension. [#37386] +- Subscribe block: Add button-only style. [#37341] +- Subscribe block: Allow in the Navigation block. [#37439] + +### Improved compatibility +- Block Editor: Remove External Link icon styling fix now that the change has been made in WordPress itself. [#37394] + +### Bug fixes +- Slideshow: Ensures autoplay works properly. [#37378] +- WordAds: Prevent fatal error when post content is null. [#37384] + +### Other changes +- Add some missing abstract methods to SAL_Site, and implement in Jetpack_Site. [#37344] +- AI Assistant: Add chat history to inline extension [#37429] +- AI Assistant: Inline extension testing feedback changes [#37365] +- AI Featured Image: add support to Stable Diffusion image generation. [#37413] +- Fix `SAL_Token::is_global()`. [#37344] +- Minor typos [#37387] +- Monetize: correctly updates and delete paid content meta. [#37346] +- Prevent JS error when subscription module is not enabled. [#36276] +- Remove `jetpack_server_sandbox()` and `jetpack_server_sandbox_request_parameters()`. [#37344] +- Remove `Jetpack_User_Agent_Info::is_OperaMobile()`. [#37344] +- SSO: Switch to loading feature from the Connection package. [#37153] +- Subscription paywall: Simplify paid access question for logged out subscribers. [#37434] +- Subscriptions: Add Subscribe Overlay toggle. [#37433] +- Subscriptions: Add Welcome Overlay behind the feature flag. [#37372] +- Subscriptions: Subscribe Overlay default tagline. [#37446] +- Updated package dependencies. [#37348] [#37379] [#37380] [#37382] + ## 13.5-a.1 - 2024-05-13 ### Enhancements - SSO: Improve accessibility of tooltips on WP Admin users page. [#37302] diff --git a/projects/plugins/jetpack/changelog/add-phan-plugin-refs b/projects/plugins/jetpack/changelog/add-phan-plugin-refs deleted file mode 100644 index dfde907911c9a..0000000000000 --- a/projects/plugins/jetpack/changelog/add-phan-plugin-refs +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Add refs to monorepo plugins in Phan config (and also one file in packages/jetpack-mu-wpcom). Like stubs but simpler. - - diff --git a/projects/plugins/jetpack/changelog/add-phan-plugin-refs#2 b/projects/plugins/jetpack/changelog/add-phan-plugin-refs#2 deleted file mode 100644 index f68065b31ac8f..0000000000000 --- a/projects/plugins/jetpack/changelog/add-phan-plugin-refs#2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Fix phpdoc type for `Jetpack_Admin_Page::wrap_ui()` `$callback` param. - - diff --git a/projects/plugins/jetpack/changelog/add-phan-wordpress-globals b/projects/plugins/jetpack/changelog/add-phan-wordpress-globals deleted file mode 100644 index 870f436971a14..0000000000000 --- a/projects/plugins/jetpack/changelog/add-phan-wordpress-globals +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Add int casts on various `$wpdb->get_var( "SELECT COUNT(*) ..." )` to make Phan happy - - diff --git a/projects/plugins/jetpack/changelog/add-phan-wordpress-globals#2 b/projects/plugins/jetpack/changelog/add-phan-wordpress-globals#2 deleted file mode 100644 index 0429c852af5ce..0000000000000 --- a/projects/plugins/jetpack/changelog/add-phan-wordpress-globals#2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Fix some phpdoc return types. - - diff --git a/projects/plugins/jetpack/changelog/fix-misc-phan-undeclared-issues b/projects/plugins/jetpack/changelog/fix-misc-phan-undeclared-issues deleted file mode 100644 index 6961dee6c69ff..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-misc-phan-undeclared-issues +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: #16434 removed the jetpack-device-detect function this was calling, but missed this caller. - -Remove `Jetpack_User_Agent_Info::is_OperaMobile()`, it would have thrown fatals since October 2021. diff --git a/projects/plugins/jetpack/changelog/fix-misc-phan-undeclared-issues#2 b/projects/plugins/jetpack/changelog/fix-misc-phan-undeclared-issues#2 deleted file mode 100644 index 8536bf0120fbe..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-misc-phan-undeclared-issues#2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Due to a wrong namespace in #21128, the stubs never actually worked. - -Remove `jetpack_server_sandbox()` and `jetpack_server_sandbox_request_parameters()`. They'd have thrown fatals since October 2021. diff --git a/projects/plugins/jetpack/changelog/fix-misc-phan-undeclared-issues#3 b/projects/plugins/jetpack/changelog/fix-misc-phan-undeclared-issues#3 deleted file mode 100644 index b0268d9c8118d..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-misc-phan-undeclared-issues#3 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Use `$skin` instead of `$upgrader->skin`, it's the same object but not typed as a parent class. Should be no change to functionality. - - diff --git a/projects/plugins/jetpack/changelog/fix-misc-phan-undeclared-issues#4 b/projects/plugins/jetpack/changelog/fix-misc-phan-undeclared-issues#4 deleted file mode 100644 index 904fd8a415f30..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-misc-phan-undeclared-issues#4 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Add some missing methods to `WPCOM_JSON_API`. - - diff --git a/projects/plugins/jetpack/changelog/fix-misc-phan-undeclared-issues#5 b/projects/plugins/jetpack/changelog/fix-misc-phan-undeclared-issues#5 deleted file mode 100644 index b6051eb5b2585..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-misc-phan-undeclared-issues#5 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Add some missing abstract methods to SAL_Site, and implement in Jetpack_Site. diff --git a/projects/plugins/jetpack/changelog/fix-misc-phan-undeclared-issues#6 b/projects/plugins/jetpack/changelog/fix-misc-phan-undeclared-issues#6 deleted file mode 100644 index d954eb69365b1..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-misc-phan-undeclared-issues#6 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Fix `SAL_Token::is_global()`. diff --git a/projects/plugins/jetpack/changelog/fix-misc-phan-undeclared-issues#7 b/projects/plugins/jetpack/changelog/fix-misc-phan-undeclared-issues#7 deleted file mode 100644 index 931d5cfd6284a..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-misc-phan-undeclared-issues#7 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Remove views/admin/deactivation-dialog.php, unused since #21048. - - diff --git a/projects/plugins/jetpack/changelog/fix-misc-various_small_unrelated_fixes_bundled_into_one_branch b/projects/plugins/jetpack/changelog/fix-misc-various_small_unrelated_fixes_bundled_into_one_branch deleted file mode 100644 index 9906906b7bd86..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-misc-various_small_unrelated_fixes_bundled_into_one_branch +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Minor typos diff --git a/projects/plugins/jetpack/changelog/fix-newsletter-reply-to-setting-validation b/projects/plugins/jetpack/changelog/fix-newsletter-reply-to-setting-validation deleted file mode 100644 index dd4cbbb37dfea..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-newsletter-reply-to-setting-validation +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: This feature is not yet shipped and doesn't have any impact on the users - - diff --git a/projects/plugins/jetpack/changelog/fix-paid-content-meta b/projects/plugins/jetpack/changelog/fix-paid-content-meta deleted file mode 100644 index 2732f6f7d9bb2..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-paid-content-meta +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Monetize: correctly updates and delete paid content meta. diff --git a/projects/plugins/jetpack/changelog/fix-slideshow-autoplay-frontend b/projects/plugins/jetpack/changelog/fix-slideshow-autoplay-frontend deleted file mode 100644 index ae065ce9a183f..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-slideshow-autoplay-frontend +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Slideshow: Fix className issue on frontend - ensures autoplay works properly. diff --git a/projects/plugins/jetpack/changelog/fix-sync-callables-set-late-default b/projects/plugins/jetpack/changelog/fix-sync-callables-set-late-default deleted file mode 100644 index 916cb15ef262a..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-sync-callables-set-late-default +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Updated Sync related unit tests - - diff --git a/projects/plugins/jetpack/changelog/fix-wordads-inline_insert_fatal b/projects/plugins/jetpack/changelog/fix-wordads-inline_insert_fatal deleted file mode 100644 index e1bd03c2b8b35..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-wordads-inline_insert_fatal +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -WordAds: Prevent fatal when post content is null. diff --git a/projects/plugins/jetpack/changelog/renovate-lock-file-maintenance b/projects/plugins/jetpack/changelog/renovate-lock-file-maintenance deleted file mode 100644 index 1eaea6a769e84..0000000000000 --- a/projects/plugins/jetpack/changelog/renovate-lock-file-maintenance +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Updated package dependencies. diff --git a/projects/plugins/jetpack/changelog/renovate-major-js-unit-testing-packages b/projects/plugins/jetpack/changelog/renovate-major-js-unit-testing-packages deleted file mode 100644 index 1eaea6a769e84..0000000000000 --- a/projects/plugins/jetpack/changelog/renovate-major-js-unit-testing-packages +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Updated package dependencies. diff --git a/projects/plugins/jetpack/changelog/renovate-react-monorepo b/projects/plugins/jetpack/changelog/renovate-react-monorepo deleted file mode 100644 index 1eaea6a769e84..0000000000000 --- a/projects/plugins/jetpack/changelog/renovate-react-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Updated package dependencies. diff --git a/projects/plugins/jetpack/changelog/renovate-wordpress-monorepo b/projects/plugins/jetpack/changelog/renovate-wordpress-monorepo deleted file mode 100644 index 1eaea6a769e84..0000000000000 --- a/projects/plugins/jetpack/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Updated package dependencies. diff --git a/projects/plugins/jetpack/changelog/rm-external-link-fix b/projects/plugins/jetpack/changelog/rm-external-link-fix deleted file mode 100644 index bf68463d2962f..0000000000000 --- a/projects/plugins/jetpack/changelog/rm-external-link-fix +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: compat - -Block Editor: remove External Link icon styling fix, now that the change has been made in WordPress itself. diff --git a/projects/plugins/jetpack/changelog/update-ai-featured-image-experiment-with-stable-diffusion b/projects/plugins/jetpack/changelog/update-ai-featured-image-experiment-with-stable-diffusion deleted file mode 100644 index 83dd0dbef4fee..0000000000000 --- a/projects/plugins/jetpack/changelog/update-ai-featured-image-experiment-with-stable-diffusion +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -AI Featured Image: add support to Stable Diffusion image generation. diff --git a/projects/plugins/jetpack/changelog/update-escape-echoed-variables b/projects/plugins/jetpack/changelog/update-escape-echoed-variables deleted file mode 100644 index a1c1831fa1ef7..0000000000000 --- a/projects/plugins/jetpack/changelog/update-escape-echoed-variables +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Updated composer.lock. - - diff --git a/projects/plugins/jetpack/changelog/update-jetpack-ai-inline-extension-feedback b/projects/plugins/jetpack/changelog/update-jetpack-ai-inline-extension-feedback deleted file mode 100644 index 5e8a160c394fe..0000000000000 --- a/projects/plugins/jetpack/changelog/update-jetpack-ai-inline-extension-feedback +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -AI Assistant: Inline extension testing feedback changes diff --git a/projects/plugins/jetpack/changelog/update-jetpack-ai-inline-extension-heading-history b/projects/plugins/jetpack/changelog/update-jetpack-ai-inline-extension-heading-history deleted file mode 100644 index f71a75bdbfb78..0000000000000 --- a/projects/plugins/jetpack/changelog/update-jetpack-ai-inline-extension-heading-history +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -AI Assistant: Add chat history to inline extension diff --git a/projects/plugins/jetpack/changelog/update-jetpack-ai-inline-extension-heading-production b/projects/plugins/jetpack/changelog/update-jetpack-ai-inline-extension-heading-production deleted file mode 100644 index cfc833cf1654c..0000000000000 --- a/projects/plugins/jetpack/changelog/update-jetpack-ai-inline-extension-heading-production +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -AI Assistant: Enable inline Heading extension diff --git a/projects/plugins/jetpack/changelog/update-overlay-toggle b/projects/plugins/jetpack/changelog/update-overlay-toggle deleted file mode 100644 index dd706bbbb5d7f..0000000000000 --- a/projects/plugins/jetpack/changelog/update-overlay-toggle +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Subscriptions: Add Subscribe Overlay toggle diff --git a/projects/plugins/jetpack/changelog/update-paywall-block-prevent-js-error b/projects/plugins/jetpack/changelog/update-paywall-block-prevent-js-error deleted file mode 100644 index 4a0185830eeae..0000000000000 --- a/projects/plugins/jetpack/changelog/update-paywall-block-prevent-js-error +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Prevent JS error when subscription module is not enabled. diff --git a/projects/plugins/jetpack/changelog/update-plugin-installer-extraction b/projects/plugins/jetpack/changelog/update-plugin-installer-extraction deleted file mode 100644 index a1c1831fa1ef7..0000000000000 --- a/projects/plugins/jetpack/changelog/update-plugin-installer-extraction +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Updated composer.lock. - - diff --git a/projects/plugins/jetpack/changelog/update-remove-identity-crisis-deprecated-code b/projects/plugins/jetpack/changelog/update-remove-identity-crisis-deprecated-code deleted file mode 100644 index a1c1831fa1ef7..0000000000000 --- a/projects/plugins/jetpack/changelog/update-remove-identity-crisis-deprecated-code +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Updated composer.lock. - - diff --git a/projects/plugins/jetpack/changelog/update-sso-use-package b/projects/plugins/jetpack/changelog/update-sso-use-package deleted file mode 100644 index 603c1003038eb..0000000000000 --- a/projects/plugins/jetpack/changelog/update-sso-use-package +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -SSO: switch to loading feature from the Connection package. diff --git a/projects/plugins/jetpack/changelog/update-subsciptions-allow-in-navi b/projects/plugins/jetpack/changelog/update-subsciptions-allow-in-navi deleted file mode 100644 index 4331a73c44d38..0000000000000 --- a/projects/plugins/jetpack/changelog/update-subsciptions-allow-in-navi +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Subscription block: allow adding inside navigation block diff --git a/projects/plugins/jetpack/changelog/update-subscribe-button-only b/projects/plugins/jetpack/changelog/update-subscribe-button-only deleted file mode 100644 index 9d7456c46085d..0000000000000 --- a/projects/plugins/jetpack/changelog/update-subscribe-button-only +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Subscribe block: adds button-only style diff --git a/projects/plugins/jetpack/changelog/update-subscribe-welcome-overlay b/projects/plugins/jetpack/changelog/update-subscribe-welcome-overlay deleted file mode 100644 index 47a1b24d096b9..0000000000000 --- a/projects/plugins/jetpack/changelog/update-subscribe-welcome-overlay +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Subscriptions: Add Welcome Overlay behind the feature flag diff --git a/projects/plugins/jetpack/changelog/update-subscriptions-simplify-access-question b/projects/plugins/jetpack/changelog/update-subscriptions-simplify-access-question deleted file mode 100644 index 2b12a8da10520..0000000000000 --- a/projects/plugins/jetpack/changelog/update-subscriptions-simplify-access-question +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Subscription paywall: simplify paid access question for logged out subscribers diff --git a/projects/plugins/jetpack/changelog/update-welcome-overlay-default-tagline b/projects/plugins/jetpack/changelog/update-welcome-overlay-default-tagline deleted file mode 100644 index d415be9420f05..0000000000000 --- a/projects/plugins/jetpack/changelog/update-welcome-overlay-default-tagline +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Subscriptions: Subscribe Overlay default tagline diff --git a/projects/plugins/jetpack/class.json-api.php b/projects/plugins/jetpack/class.json-api.php index ce868ebc2c5ed..6b9a805c6ea4a 100644 --- a/projects/plugins/jetpack/class.json-api.php +++ b/projects/plugins/jetpack/class.json-api.php @@ -385,7 +385,7 @@ public function is_jetpack_authorized_for_site( $site_id = false ) { * Checks if the current request is authorized with an upload token. * This method is overridden by a child class in WPCOM. * - * @since $$next-version$$ + * @since 13.5 * @return boolean */ public function is_authorized_with_upload_token() { @@ -1031,7 +1031,7 @@ public function add_global_ID( $blog_id, $post_id ) { // phpcs:ignore VariableAn * Return a count of comment likes. * This method is overridden by a child class in WPCOM. * - * @since $$next-version$$ + * @since 13.5 * @return int */ public function comment_like_count() { diff --git a/projects/plugins/jetpack/composer.json b/projects/plugins/jetpack/composer.json index 40bb680259115..8b997955fe9e9 100644 --- a/projects/plugins/jetpack/composer.json +++ b/projects/plugins/jetpack/composer.json @@ -103,7 +103,7 @@ "platform": { "ext-intl": "0.0.0" }, - "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_5_a_2", + "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_5_a_3", "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 4b7669d0b466e..c6c52bc42b716 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: 13.5-a.2 + * Version: 13.5-a.3 * Author URI: https://jetpack.com * License: GPL2+ * Text Domain: jetpack @@ -34,7 +34,7 @@ define( 'JETPACK__MINIMUM_WP_VERSION', '6.4' ); define( 'JETPACK__MINIMUM_PHP_VERSION', '7.0' ); -define( 'JETPACK__VERSION', '13.5-a.2' ); +define( 'JETPACK__VERSION', '13.5-a.3' ); /** * Constant used to fetch the connection owner token diff --git a/projects/plugins/jetpack/modules/sso.php b/projects/plugins/jetpack/modules/sso.php index 57e6fe44b41bf..d2285b680404a 100644 --- a/projects/plugins/jetpack/modules/sso.php +++ b/projects/plugins/jetpack/modules/sso.php @@ -29,6 +29,6 @@ function () { /** * Legacy, deprecated class. * - * @deprecated $$next-version$$ + * @deprecated 13.5 */ class Jetpack_SSO extends SSO {} diff --git a/projects/plugins/jetpack/modules/sso/class-jetpack-force-2fa.php b/projects/plugins/jetpack/modules/sso/class-jetpack-force-2fa.php index 36bf05372b851..422f4b543d0f6 100644 --- a/projects/plugins/jetpack/modules/sso/class-jetpack-force-2fa.php +++ b/projects/plugins/jetpack/modules/sso/class-jetpack-force-2fa.php @@ -4,7 +4,7 @@ * * Ported from original repo at https://github.com/automattic/jetpack-force-2fa * - * @deprecated $$next-version$$ Use Automattic\Jetpack\Connection\Manager\SSO instead. + * @deprecated 13.5 Use Automattic\Jetpack\Connection\Manager\SSO instead. * * phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable * @@ -14,7 +14,7 @@ /** * Force users to use two factor authentication. * - * @deprecated $$next-version$$ + * @deprecated 13.5 */ class Jetpack_Force_2FA { @@ -24,7 +24,7 @@ class Jetpack_Force_2FA { * Defaults to manage_options via the plugins_loaded function. * Can be modified with the jetpack_force_2fa_cap filter. * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @var string */ @@ -33,38 +33,38 @@ class Jetpack_Force_2FA { /** * Constructor. * - * @deprecated $$next-version$$ + * @deprecated 13.5 */ public function __construct() { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Force_2FA::__construct' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Force_2FA::__construct' ); } /** * Load the plugin via the plugins_loaded hook. * - * @deprecated $$next-version$$ + * @deprecated 13.5 */ public function plugins_loaded() { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Force_2FA::plugins_loaded' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Force_2FA::plugins_loaded' ); } /** * Display an admin notice if Jetpack SSO is not active. * - * @deprecated $$next-version$$ + * @deprecated 13.5 */ public function admin_notice() { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Force_2FA::admin_notice' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Force_2FA::admin_notice' ); } /** * Specifically set the two step filter for Jetpack SSO. * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param Object $user_data The user data from WordPress.com. */ public function jetpack_set_two_step( $user_data ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Force_2FA::jetpack_set_two_step' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Force_2FA::jetpack_set_two_step' ); } } diff --git a/projects/plugins/jetpack/modules/sso/class.jetpack-sso-helpers.php b/projects/plugins/jetpack/modules/sso/class.jetpack-sso-helpers.php index 6f2dfd6061260..816a792e93914 100644 --- a/projects/plugins/jetpack/modules/sso/class.jetpack-sso-helpers.php +++ b/projects/plugins/jetpack/modules/sso/class.jetpack-sso-helpers.php @@ -2,7 +2,7 @@ /** * A collection of helper functions used in the SSO module. * - * @deprecated $$next-version$$ Use Automattic\Jetpack\Connection\Manager\SSO instead. + * @deprecated 13.5 Use Automattic\Jetpack\Connection\Manager\SSO instead. * * @package automattic/jetpack */ @@ -16,7 +16,7 @@ /** * A collection of helper functions used in the SSO module. * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @since 4.1.0 */ @@ -24,12 +24,12 @@ class Jetpack_SSO_Helpers { /** * Determine if the login form should be hidden or not * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @return bool **/ public static function should_hide_login_form() { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::should_hide_login_form' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::should_hide_login_form' ); return Helpers::should_hide_login_form(); } @@ -38,12 +38,12 @@ public static function should_hide_login_form() { * Returns a boolean value for whether logging in by matching the WordPress.com user email to a * Jetpack site user's email is allowed. * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @return bool */ public static function match_by_email() { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::match_by_email' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::match_by_email' ); return Helpers::match_by_email(); } @@ -52,13 +52,13 @@ public static function match_by_email() { * Returns a boolean for whether users are allowed to register on the Jetpack site with SSO, * even though the site disallows normal registrations. * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param object|null $user_data WordPress.com user information. * @return bool */ public static function new_user_override( $user_data = null ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::new_user_override' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::new_user_override' ); return Helpers::new_user_override( $user_data ); } @@ -68,12 +68,12 @@ public static function new_user_override( $user_data = null ) { * * @since 4.1.0 * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @return bool */ public static function is_two_step_required() { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::is_two_step_required' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::is_two_step_required' ); return Helpers::is_two_step_required(); } @@ -82,12 +82,12 @@ public static function is_two_step_required() { * Returns a boolean for whether a user that is attempting to log in will be automatically * redirected to WordPress.com to begin the SSO flow. * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @return bool */ public static function bypass_login_forward_wpcom() { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::bypass_login_forward_wpcom' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::bypass_login_forward_wpcom' ); return Helpers::bypass_login_forward_wpcom(); } @@ -98,12 +98,12 @@ public static function bypass_login_forward_wpcom() { * * @since 4.1.0 * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @return bool */ public static function show_sso_login() { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::show_sso_login' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::show_sso_login' ); return Helpers::show_sso_login(); } @@ -113,12 +113,12 @@ public static function show_sso_login() { * * @since 4.1.0 * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @return bool */ public static function is_require_two_step_checkbox_disabled() { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::is_require_two_step_checkbox_disabled' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::is_require_two_step_checkbox_disabled' ); return Helpers::is_require_two_step_checkbox_disabled(); } @@ -128,12 +128,12 @@ public static function is_require_two_step_checkbox_disabled() { * * @since 4.1.0 * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @return bool */ public static function is_match_by_email_checkbox_disabled() { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::is_match_by_email_checkbox_disabled' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::is_match_by_email_checkbox_disabled' ); return Helpers::is_match_by_email_checkbox_disabled(); } @@ -147,7 +147,7 @@ public static function is_match_by_email_checkbox_disabled() { * @since 4.3.0 * @since 4.6.0 Added public-api.wordpress.com as an allowed redirect * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param array $hosts Allowed redirect hosts. * @param string $api_base Base API URL. @@ -155,7 +155,7 @@ public static function is_match_by_email_checkbox_disabled() { * @return array */ public static function allowed_redirect_hosts( $hosts, $api_base = JETPACK__API_BASE ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::allowed_redirect_hosts' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::allowed_redirect_hosts' ); return Helpers::allowed_redirect_hosts( $hosts, $api_base ); } @@ -163,12 +163,12 @@ public static function allowed_redirect_hosts( $hosts, $api_base = JETPACK__API_ /** * Generate a new user from a SSO attempt. * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param object $user_data WordPress.com user information. */ public static function generate_user( $user_data ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\Utils::generate_user' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\Utils::generate_user' ); return Utils::generate_user( $user_data ); } @@ -176,12 +176,12 @@ public static function generate_user( $user_data ) { /** * Determines how long the auth cookie is valid for when a user logs in with SSO. * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @return int result of the jetpack_sso_auth_cookie_expiration filter. */ public static function extend_auth_cookie_expiration_for_sso() { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::extend_auth_cookie_expiration_for_sso' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::extend_auth_cookie_expiration_for_sso' ); return Helpers::extend_auth_cookie_expiration_for_sso(); } @@ -191,14 +191,14 @@ public static function extend_auth_cookie_expiration_for_sso() { * * @since 4.6.0 * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param string $action SSO action being performed. * * @return bool Is SSO allowed for the current action? */ public static function display_sso_form_for_action( $action ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::display_sso_form_for_action' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::display_sso_form_for_action' ); return Helpers::display_sso_form_for_action( $action ); } @@ -209,12 +209,12 @@ public static function display_sso_form_for_action( $action ) { * * @since 4.6.0 * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @return array|bool */ public static function get_json_api_auth_environment() { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::get_json_api_auth_environment' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::get_json_api_auth_environment' ); return Helpers::get_json_api_auth_environment(); } @@ -223,12 +223,12 @@ public static function get_json_api_auth_environment() { * Check if the site has a custom login page URL, and return it. * If default login page URL is used (`wp-login.php`), `null` will be returned. * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @return string|null */ public static function get_custom_login_url() { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::get_custom_login_url' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::get_custom_login_url' ); return Helpers::get_custom_login_url(); } @@ -237,10 +237,10 @@ public static function get_custom_login_url() { * Clear the cookies that store the profile information for the last * WPCOM user to connect. * - * @deprecated $$next-version$$ + * @deprecated 13.5 */ public static function clear_wpcom_profile_cookies() { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::clear_wpcom_profile_cookies' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::clear_wpcom_profile_cookies' ); return Helpers::clear_wpcom_profile_cookies(); } @@ -248,12 +248,12 @@ public static function clear_wpcom_profile_cookies() { /** * Remove an SSO connection for a user. * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param int $user_id The local user id. */ public static function delete_connection_for_user( $user_id ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::delete_connection_for_user' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\Helpers::delete_connection_for_user' ); return Helpers::delete_connection_for_user( $user_id ); } @@ -263,12 +263,12 @@ public static function delete_connection_for_user( $user_id ) { * * @since 13.3 * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param int $user_id Local User information. */ public static function is_user_connected( $user_id = 0 ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\Manager->is_user_connected' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\Manager->is_user_connected' ); return ( new Manager() )->is_user_connected( $user_id ); } diff --git a/projects/plugins/jetpack/modules/sso/class.jetpack-sso-notices.php b/projects/plugins/jetpack/modules/sso/class.jetpack-sso-notices.php index d027eacfcd529..37fe82fed8097 100644 --- a/projects/plugins/jetpack/modules/sso/class.jetpack-sso-notices.php +++ b/projects/plugins/jetpack/modules/sso/class.jetpack-sso-notices.php @@ -2,7 +2,7 @@ /** * A collection of helper functions used in the SSO module. * - * @deprecated $$next-version$$ Use Automattic\Jetpack\Connection\Manager\SSO instead. + * @deprecated 13.5 Use Automattic\Jetpack\Connection\Manager\SSO instead. * * @package automattic/jetpack */ @@ -14,7 +14,7 @@ /** * A collection of helper functions used in the SSO module. * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @since 4.4.0 */ @@ -25,13 +25,13 @@ class Jetpack_SSO_Notices { * * @since 2.7 * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param string $message Error message. * @return string **/ public static function error_msg_enable_two_step( $message ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Notices::error_msg_enable_two_step' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Notices::error_msg_enable_two_step' ); return Notices::error_msg_enable_two_step( $message ); } @@ -41,13 +41,13 @@ public static function error_msg_enable_two_step( $message ) { * is off and they already have an account with their email address on * this site. * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param string $message Error message. * @return string */ public static function error_msg_email_already_exists( $message ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Notices::error_msg_email_already_exists' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Notices::error_msg_email_already_exists' ); return Notices::error_msg_email_already_exists( $message ); } @@ -57,14 +57,14 @@ public static function error_msg_email_already_exists( $message ) { * * @since 4.3.2 * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param string $message Error Message. * * @return string */ public static function error_msg_identity_crisis( $message ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Notices::error_msg_identity_crisis' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Notices::error_msg_identity_crisis' ); return Notices::error_msg_identity_crisis( $message ); } @@ -75,14 +75,14 @@ public static function error_msg_identity_crisis( $message ) { * * @since 4.3.2 * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param string $message Error message. * * @return string */ public static function error_invalid_response_data( $message ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Notices::error_invalid_response_data' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Notices::error_invalid_response_data' ); return Notices::error_invalid_response_data( $message ); } @@ -93,14 +93,14 @@ public static function error_invalid_response_data( $message ) { * * @since 4.3.2 * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param string $message Error message. * * @return string */ public static function error_unable_to_create_user( $message ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Notices::error_unable_to_create_user' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Notices::error_unable_to_create_user' ); return Notices::error_unable_to_create_user( $message ); } @@ -109,14 +109,14 @@ public static function error_unable_to_create_user( $message ) { * When the default login form is hidden, this method is called on the 'authenticate' filter with a priority of 30. * This method disables the ability to submit the default login form. * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param WP_User|WP_Error $user Either the user attempting to login or an existing authentication failure. * * @return WP_Error */ public static function disable_default_login_form( $user ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Notices::disable_default_login_form' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Notices::disable_default_login_form' ); return Notices::disable_default_login_form( $user ); } @@ -127,14 +127,14 @@ public static function disable_default_login_form( $user ) { * * @since 2.7 * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param string $message Error message. * * @return string **/ public static function msg_login_by_jetpack( $message ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Notices::msg_login_by_jetpack' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Notices::msg_login_by_jetpack' ); return Notices::msg_login_by_jetpack( $message ); } @@ -142,12 +142,12 @@ public static function msg_login_by_jetpack( $message ) { /** * Get the message for SSO required. * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @return string */ public static function get_sso_required_message() { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Notices::get_sso_required_message' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Notices::get_sso_required_message' ); return Notices::get_sso_required_message(); } @@ -155,14 +155,14 @@ public static function get_sso_required_message() { /** * Message displayed when the user can not be found after approving the SSO process on WordPress.com * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param string $message Error message. * * @return string */ public static function cant_find_user( $message ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Notices::cant_find_user' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Notices::cant_find_user' ); return Notices::cant_find_user( $message ); } @@ -172,14 +172,14 @@ public static function cant_find_user( $message ) { * * @since 4.4.0 * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param string $message Error message. * * @return string */ public static function sso_not_allowed_in_staging( $message ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Notices::sso_not_allowed_in_staging' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\Manager\\SSO\\Notices::sso_not_allowed_in_staging' ); return Notices::sso_not_allowed_in_staging( $message ); } diff --git a/projects/plugins/jetpack/modules/sso/class.jetpack-sso-user-admin.php b/projects/plugins/jetpack/modules/sso/class.jetpack-sso-user-admin.php index d084eb3f553ad..c3e5aa4c9e3d5 100644 --- a/projects/plugins/jetpack/modules/sso/class.jetpack-sso-user-admin.php +++ b/projects/plugins/jetpack/modules/sso/class.jetpack-sso-user-admin.php @@ -2,7 +2,7 @@ /** * Extra UI elements added to the User Menu for the SSO feature. * - * @deprecated $$next-version$$ Use Automattic\Jetpack\Connection\Manager\SSO instead. + * @deprecated 13.5 Use Automattic\Jetpack\Connection\Manager\SSO instead. * * phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable * @@ -13,158 +13,158 @@ /** * Jetpack sso user admin class. * - * @deprecated $$next-version$$ + * @deprecated 13.5 */ class Jetpack_SSO_User_Admin { /** * Constructor function. * - * @deprecated $$next-version$$ + * @deprecated 13.5 */ public function __construct() { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin' ); } /** * Enqueue assets for user-new.php. * - * @deprecated $$next-version$$ + * @deprecated 13.5 */ public function jetpack_new_users_styles() { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->jetpack_new_users_styles' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->jetpack_new_users_styles' ); } /** * Intercept the arguments for building the table, and create WP_User_Query instance * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param array $args The search arguments. */ public function set_user_query( $args ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->set_user_query' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->set_user_query' ); } /** * Revokes WordPress.com invitation. * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param int $user_id The user ID. */ public function revoke_user_invite( $user_id ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->revoke_user_invite' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->revoke_user_invite' ); } /** * Renders invitations errors/success messages in users.php. * - * @deprecated $$next-version$$ + * @deprecated 13.5 */ public function handle_invitation_results() { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->handle_invitation_results' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->handle_invitation_results' ); } /** * Invites a user to connect to WordPress.com to allow them to log in via SSO. * - * @deprecated $$next-version$$ + * @deprecated 13.5 */ public function invite_user_to_wpcom() { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->invite_user_to_wpcom' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->invite_user_to_wpcom' ); } /** * Revokes a user's invitation to connect to WordPress.com. * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param string $invite_id The ID of the invite to revoke. */ public function send_revoke_wpcom_invite( $invite_id ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->send_revoke_wpcom_invite' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->send_revoke_wpcom_invite' ); } /** * Handles logic to revoke user invite. * - * @deprecated $$next-version$$ + * @deprecated 13.5 */ public function handle_request_revoke_invite() { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->handle_request_revoke_invite' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->handle_request_revoke_invite' ); } /** * Handles resend user invite. * - * @deprecated $$next-version$$ + * @deprecated 13.5 */ public function handle_request_resend_invite() { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->handle_request_resend_invite' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->handle_request_resend_invite' ); } /** * Adds 'Revoke invite' and 'Resend invite' link to user table row actions. * Removes 'Reset password' link. * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param array $actions - User row actions. * @param WP_User $user_object - User object. */ public function jetpack_user_table_row_actions( $actions, $user_object ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->jetpack_user_table_row_actions' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->jetpack_user_table_row_actions' ); } /** * Render the invitation email message. * - * @deprecated $$next-version$$ + * @deprecated 13.5 */ public function render_invitation_email_message() { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->render_invitation_email_message' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->render_invitation_email_message' ); } /** * Render a note that wp.com invites will be automatically revoked. * - * @deprecated $$next-version$$ + * @deprecated 13.5 */ public function render_invitations_notices_for_deleted_users() { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->render_invitations_notices_for_deleted_users' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->render_invitations_notices_for_deleted_users' ); } /** * Render WordPress.com invite checkbox for new user registration. * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param string $type The type of new user form the hook follows. */ public function render_wpcom_invite_checkbox( $type ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->render_wpcom_invite_checkbox' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->render_wpcom_invite_checkbox' ); } /** * Render a checkbox to differentiate if a user is external. * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param string $type The type of new user form the hook follows. */ public function render_wpcom_external_user_checkbox( $type ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->render_wpcom_external_user_checkbox' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->render_wpcom_external_user_checkbox' ); } /** * Render the custom email message form field for new user registration. * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param string $type The type of new user form the hook follows. */ public function render_custom_email_message_form_field( $type ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->render_custom_email_message_form_field' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->render_custom_email_message_form_field' ); } /** @@ -172,36 +172,36 @@ public function render_custom_email_message_form_field( $type ) { * It should be sent when SSO is disabled or when admins opt-out of WordPress.com invites intentionally. * If the "Send User Notification" checkbox is checked, the core invitation email should be sent. * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param boolean $send_wp_email Whether the core invitation email should be sent. */ public function should_send_wp_mail_new_user( $send_wp_email ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->should_send_wp_mail_new_user' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->should_send_wp_mail_new_user' ); } /** * Send user invitation to WordPress.com if user has no errors. * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param WP_Error $errors The WP_Error object. * @param bool $update Whether the user is being updated or not. * @param stdClass $user The User object about to be created. */ public function send_wpcom_mail_user_invite( $errors, $update, $user ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->send_wpcom_mail_user_invite' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->send_wpcom_mail_user_invite' ); } /** * Adds a column in the user admin table to display user connection status and actions. * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param array $columns User list table columns. */ public function jetpack_user_connected_th( $columns ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->jetpack_user_connected_th' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->jetpack_user_connected_th' ); } /** @@ -210,45 +210,45 @@ public function jetpack_user_connected_th( $columns ) { * @access private * @static * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param string $email The user email. */ public static function get_pending_cached_wpcom_invite( $email ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->get_pending_cached_wpcom_invite' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->get_pending_cached_wpcom_invite' ); } /** * Show Jetpack SSO user connection status. * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param string $val HTML for the column. * @param string $col User list table column. * @param int $user_id User ID. */ public function jetpack_show_connection_status( $val, $col, $user_id ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->jetpack_show_connection_status' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->jetpack_show_connection_status' ); } /** * Creates error notices and redirects the user to the previous page. * - * @deprecated $$next-version$$ + * @deprecated 13.5 * * @param array $query_params - query parameters added to redirection URL. */ public function create_error_notice_and_redirect( $query_params ) { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->create_error_notice_and_redirect' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->create_error_notice_and_redirect' ); } /** * Style the Jetpack user rows and columns. * - * @deprecated $$next-version$$ + * @deprecated 13.5 */ public function jetpack_user_table_styles() { - _deprecated_function( __METHOD__, 'jetpack-$$next-version$$', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->jetpack_user_table_styles' ); + _deprecated_function( __METHOD__, 'jetpack-13.5', 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin->jetpack_user_table_styles' ); } } endif; diff --git a/projects/plugins/jetpack/modules/subscriptions/subscribe-overlay/class-jetpack-subscribe-overlay.php b/projects/plugins/jetpack/modules/subscriptions/subscribe-overlay/class-jetpack-subscribe-overlay.php index 7b94cb7e7cc5b..b0f9e5cc40d53 100644 --- a/projects/plugins/jetpack/modules/subscriptions/subscribe-overlay/class-jetpack-subscribe-overlay.php +++ b/projects/plugins/jetpack/modules/subscriptions/subscribe-overlay/class-jetpack-subscribe-overlay.php @@ -3,7 +3,7 @@ * Adds support for Jetpack Subscribe Overlay feature * * @package automattic/jetpack-subscriptions - * @since $$next-version$$ + * @since 13.5 */ /** diff --git a/projects/plugins/jetpack/package.json b/projects/plugins/jetpack/package.json index 025788f522f18..ef1b8be944297 100644 --- a/projects/plugins/jetpack/package.json +++ b/projects/plugins/jetpack/package.json @@ -1,6 +1,6 @@ { "name": "Jetpack", - "version": "13.5.0-a.2", + "version": "13.5.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 c44df3ec3702c..90b17bf2660c1 100644 --- a/projects/plugins/jetpack/readme.txt +++ b/projects/plugins/jetpack/readme.txt @@ -326,10 +326,18 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file == Changelog == -### 13.5-a.1 - 2024-05-13 +### 13.5-a.3 - 2024-05-20 #### Enhancements -- SSO: Improve accessibility of tooltips on WP Admin users page. -- WordAds: Add inline ads within post content. +- AI Assistant: Enable inline Heading extension. +- Subscribe block: Adds button-only style. +- Subscribe block: Allow inside navigation block. + +#### Improved compatibility +- Block Editor: Remove External Link icon styling fix now that the change has been made in WordPress itself. + +#### Bug fixes +- Slideshow: Fix className issue on frontend - ensures autoplay works properly. +- WordAds: Prevent fatal when post content is null. -------- diff --git a/projects/plugins/mu-wpcom-plugin/CHANGELOG.md b/projects/plugins/mu-wpcom-plugin/CHANGELOG.md index f8d9ac9efea4d..4fc13a678a2fa 100644 --- a/projects/plugins/mu-wpcom-plugin/CHANGELOG.md +++ b/projects/plugins/mu-wpcom-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). +## 2.1.27 - 2024-05-20 +### Changed +- Internal updates. + ## 2.1.26 - 2024-05-16 ### Changed - Updated package dependencies. [#37348] diff --git a/projects/plugins/mu-wpcom-plugin/changelog/update-plugin-installer-extraction b/projects/plugins/mu-wpcom-plugin/changelog/update-plugin-installer-extraction deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/mu-wpcom-plugin/changelog/update-plugin-installer-extraction +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/mu-wpcom-plugin/changelog/update-remove-identity-crisis-deprecated-code b/projects/plugins/mu-wpcom-plugin/changelog/update-remove-identity-crisis-deprecated-code deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/mu-wpcom-plugin/changelog/update-remove-identity-crisis-deprecated-code +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/mu-wpcom-plugin/composer.json b/projects/plugins/mu-wpcom-plugin/composer.json index d916125250d80..7fed0245e4a85 100644 --- a/projects/plugins/mu-wpcom-plugin/composer.json +++ b/projects/plugins/mu-wpcom-plugin/composer.json @@ -46,6 +46,6 @@ ] }, "config": { - "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_27_alpha" + "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_27" } } diff --git a/projects/plugins/mu-wpcom-plugin/mu-wpcom-plugin.php b/projects/plugins/mu-wpcom-plugin/mu-wpcom-plugin.php index d5bcf37a4168d..37465df5ee9e1 100644 --- a/projects/plugins/mu-wpcom-plugin/mu-wpcom-plugin.php +++ b/projects/plugins/mu-wpcom-plugin/mu-wpcom-plugin.php @@ -3,7 +3,7 @@ * * Plugin Name: WordPress.com Features * Description: Test plugin for the jetpack-mu-wpcom package - * Version: 2.1.27-alpha + * Version: 2.1.27 * Author: Automattic * License: GPLv2 or later * Text Domain: jetpack-mu-wpcom-plugin diff --git a/projects/plugins/mu-wpcom-plugin/package.json b/projects/plugins/mu-wpcom-plugin/package.json index 31e46a7dad77d..cb69a27ef966a 100644 --- a/projects/plugins/mu-wpcom-plugin/package.json +++ b/projects/plugins/mu-wpcom-plugin/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-mu-wpcom-plugin", - "version": "2.1.27-alpha", + "version": "2.1.27", "description": "Test plugin for the jetpack-mu-wpcom package", "homepage": "https://jetpack.com", "bugs": {