diff --git a/projects/js-packages/components/CHANGELOG.md b/projects/js-packages/components/CHANGELOG.md index b0385cd9b21c3..dbc0f4d442b2d 100644 --- a/projects/js-packages/components/CHANGELOG.md +++ b/projects/js-packages/components/CHANGELOG.md @@ -1,3 +1,10 @@ # Changelog ### This is a list detailing changes for the Jetpack RNA Components package releases. + +## 0.1.0 - 2021-06-29 +### Added +- Add JetpackLogo component. + +### Changed +- Update node version requirement to 14.16.1 diff --git a/projects/js-packages/components/changelog/add-rna-components b/projects/js-packages/components/changelog/add-rna-components deleted file mode 100644 index 45eede57a3cce..0000000000000 --- a/projects/js-packages/components/changelog/add-rna-components +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: added - -Add JetpackLogo component. diff --git "a/projects/js-packages/components/changelog/update-babel-eslint\342\206\222@babel-eslint-parser" "b/projects/js-packages/components/changelog/update-babel-eslint\342\206\222@babel-eslint-parser" deleted file mode 100644 index 17f66fe856a37..0000000000000 --- "a/projects/js-packages/components/changelog/update-babel-eslint\342\206\222@babel-eslint-parser" +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated eslint config, no packaging change. - - diff --git a/projects/js-packages/components/changelog/update-node-version-14161 b/projects/js-packages/components/changelog/update-node-version-14161 deleted file mode 100644 index 41bb1a8ef11ee..0000000000000 --- a/projects/js-packages/components/changelog/update-node-version-14161 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update node version requirement to 14.16.1 diff --git a/projects/js-packages/components/package.json b/projects/js-packages/components/package.json index e87fa018e1c8e..2718ce4e04b27 100644 --- a/projects/js-packages/components/package.json +++ b/projects/js-packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/jetpack-components", - "version": "0.1.0-alpha", + "version": "0.1.0", "description": "Jetpack Components Package", "author": "Automattic", "license": "GPL-2.0-or-later", diff --git a/projects/js-packages/connection/CHANGELOG.md b/projects/js-packages/connection/CHANGELOG.md index 10ed05e0218a3..82d776e7154b0 100644 --- a/projects/js-packages/connection/CHANGELOG.md +++ b/projects/js-packages/connection/CHANGELOG.md @@ -2,6 +2,12 @@ ### This is a list detailing changes for the Jetpack RNA Connection Component releases. +## 0.4.0 - 2021-06-29 +### Changed +- Remove In-Place Connection flow from the package. +- Rename 'Main' component into 'ConnectButton' +- Update node version requirement to 14.16.1 + ## 0.3.0 - 2021-06-15 ### Added - Added dev dependency on react (in addition to existing peer dep) for tests to run. diff --git a/projects/js-packages/connection/changelog/rna-remove-in-place b/projects/js-packages/connection/changelog/rna-remove-in-place deleted file mode 100644 index ffd99c03be5ea..0000000000000 --- a/projects/js-packages/connection/changelog/rna-remove-in-place +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Remove In-Place Connection flow from the package. diff --git "a/projects/js-packages/connection/changelog/update-babel-eslint\342\206\222@babel-eslint-parser" "b/projects/js-packages/connection/changelog/update-babel-eslint\342\206\222@babel-eslint-parser" deleted file mode 100644 index 17f66fe856a37..0000000000000 --- "a/projects/js-packages/connection/changelog/update-babel-eslint\342\206\222@babel-eslint-parser" +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated eslint config, no packaging change. - - diff --git a/projects/js-packages/connection/changelog/update-node-version-14161 b/projects/js-packages/connection/changelog/update-node-version-14161 deleted file mode 100644 index 41bb1a8ef11ee..0000000000000 --- a/projects/js-packages/connection/changelog/update-node-version-14161 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update node version requirement to 14.16.1 diff --git a/projects/js-packages/connection/changelog/update-rna-connect-button b/projects/js-packages/connection/changelog/update-rna-connect-button deleted file mode 100644 index 10d727d7a4efc..0000000000000 --- a/projects/js-packages/connection/changelog/update-rna-connect-button +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: changed - -Rename 'Main' component into 'ConnectButton' diff --git a/projects/js-packages/connection/package.json b/projects/js-packages/connection/package.json index e78dacff90a9e..0501df2278067 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.4.0-alpha", + "version": "0.4.0", "description": "Jetpack Connection Component", "author": "Automattic", "license": "GPL-2.0-or-later", diff --git a/projects/packages/abtest/CHANGELOG.md b/projects/packages/abtest/CHANGELOG.md index 2aa8c2860d27a..bd42cc77a6b1d 100644 --- a/projects/packages/abtest/CHANGELOG.md +++ b/projects/packages/abtest/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.9.8] - 2021-06-29 +### Changed +- Updated package dependencies. + ## [1.9.7] - 2021-05-25 ### Changed - Updated package dependencies. @@ -157,6 +161,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Packages: Introduce a simple A/B test package +[1.9.8]: https://github.com/Automattic/jetpack-abtest/compare/v1.9.7...v1.9.8 [1.9.7]: https://github.com/Automattic/jetpack-abtest/compare/v1.9.6...v1.9.7 [1.9.6]: https://github.com/Automattic/jetpack-abtest/compare/v1.9.5...v1.9.6 [1.9.5]: https://github.com/Automattic/jetpack-abtest/compare/v1.9.4...v1.9.5 diff --git a/projects/packages/abtest/changelog/update-idc-endpoint-migration b/projects/packages/abtest/changelog/update-idc-endpoint-migration deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/abtest/changelog/update-idc-endpoint-migration +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/abtest/changelog/update-refactor-rna-connection b/projects/packages/abtest/changelog/update-refactor-rna-connection deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/abtest/changelog/update-refactor-rna-connection +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/abtest/changelog/update-use-identity-crisis-package b/projects/packages/abtest/changelog/update-use-identity-crisis-package deleted file mode 100644 index 61d9a1518e6c3..0000000000000 --- a/projects/packages/abtest/changelog/update-use-identity-crisis-package +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: composer version update. - - diff --git a/projects/packages/backup/CHANGELOG.md b/projects/packages/backup/CHANGELOG.md index 7edc4cf6aed4d..2057f21ce4af0 100644 --- a/projects/packages/backup/CHANGELOG.md +++ b/projects/packages/backup/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). +## [1.1.0] - 2021-06-29 +### Added +- Add backup-helper-script endpoints under the jetpack/v4 namespace. +- Add backup real time endpoints. + ## [1.0.6] - 2021-05-25 ### Changed - Updated package dependencies. @@ -33,6 +38,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… +[1.1.0]: https://github.com/Automattic/jetpack-backup/compare/v1.0.6...v1.1.0 [1.0.6]: https://github.com/Automattic/jetpack-backup/compare/v1.0.5...v1.0.6 [1.0.5]: https://github.com/Automattic/jetpack-backup/compare/v1.0.4...v1.0.5 [1.0.4]: https://github.com/Automattic/jetpack-backup/compare/v1.0.3...v1.0.4 diff --git a/projects/packages/backup/changelog/update-backup-pkg-real-time-backup-endpoints b/projects/packages/backup/changelog/update-backup-pkg-real-time-backup-endpoints deleted file mode 100644 index ef25bc7c99070..0000000000000 --- a/projects/packages/backup/changelog/update-backup-pkg-real-time-backup-endpoints +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Add backup real time endpoints. diff --git a/projects/packages/backup/changelog/update-backup-v4-endpoints b/projects/packages/backup/changelog/update-backup-v4-endpoints deleted file mode 100644 index 814b1c7147269..0000000000000 --- a/projects/packages/backup/changelog/update-backup-v4-endpoints +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Add backup-helper-script endpoints under the jetpack/v4 namespace. diff --git a/projects/packages/backup/changelog/update-idc-endpoint-migration b/projects/packages/backup/changelog/update-idc-endpoint-migration deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/backup/changelog/update-idc-endpoint-migration +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/blocks/CHANGELOG.md b/projects/packages/blocks/CHANGELOG.md index ff8d0ee71f642..db0dff47ffb15 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). +## [1.4.1] - 2021-06-29 +### Changed +- Update docs to replace yarn with pnpm. + ## [1.4.0] - 2021-05-12 ### Added - Add helper method to determine if the current theme is an FSE/Site editor theme. @@ -52,6 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Blocks: introduce new package for block management +[1.4.1]: https://github.com/Automattic/jetpack-blocks/compare/v1.4.0...v1.4.1 [1.4.0]: https://github.com/Automattic/jetpack-blocks/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/Automattic/jetpack-blocks/compare/v1.2.2...v1.3.0 [1.2.2]: https://github.com/Automattic/jetpack-blocks/compare/v1.2.1...v1.2.2 diff --git a/projects/packages/blocks/changelog/feature-replace-yarn-1-with-pnpm b/projects/packages/blocks/changelog/feature-replace-yarn-1-with-pnpm deleted file mode 100644 index 1d68ed6e68a3a..0000000000000 --- a/projects/packages/blocks/changelog/feature-replace-yarn-1-with-pnpm +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update docs to replace yarn with pnpm. diff --git a/projects/packages/connection-ui/CHANGELOG.md b/projects/packages/connection-ui/CHANGELOG.md index 0e29aa28f4358..b3996e0249271 100644 --- a/projects/packages/connection-ui/CHANGELOG.md +++ b/projects/packages/connection-ui/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). +## [1.2.0] - 2021-06-29 +### Added +- Add the Jetpack logo to the header. + +### Changed +- Adjust the RNA Connection usage because 'Main' component has been removed to 'ConnectButton' +- Clean up the code that used to be required for now removed In-Place Connection flow. +- Updated package dependencies. +- Update node version requirement to 14.16.1 + ## [1.1.1] - 2021-06-15 ### Changed - Remove the 'authorizeUrl' RNA Connection parameter as it's no longer needed. @@ -44,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Connection UI: Building the Framework +[1.2.0]: https://github.com/Automattic/jetpack-connection-ui/compare/v1.1.1...v1.2.0 [1.1.1]: https://github.com/Automattic/jetpack-connection-ui/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/Automattic/jetpack-connection-ui/compare/v1.0.2...v1.1.0 [1.0.2]: https://github.com/Automattic/jetpack-connection-ui/compare/v1.0.1...v1.0.2 diff --git a/projects/packages/connection-ui/changelog/add-rna-components b/projects/packages/connection-ui/changelog/add-rna-components deleted file mode 100644 index 0ce2bcd5c5a5c..0000000000000 --- a/projects/packages/connection-ui/changelog/add-rna-components +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Added the Jetpack logo to the header. diff --git a/projects/packages/connection-ui/changelog/rna-remove-in-place b/projects/packages/connection-ui/changelog/rna-remove-in-place deleted file mode 100644 index 77a4060829de2..0000000000000 --- a/projects/packages/connection-ui/changelog/rna-remove-in-place +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Clean up the code that used to be required for now removed In-Place Connection flow. diff --git "a/projects/packages/connection-ui/changelog/update-babel-eslint\342\206\222@babel-eslint-parser" "b/projects/packages/connection-ui/changelog/update-babel-eslint\342\206\222@babel-eslint-parser" deleted file mode 100644 index 17f66fe856a37..0000000000000 --- "a/projects/packages/connection-ui/changelog/update-babel-eslint\342\206\222@babel-eslint-parser" +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated eslint config, no packaging change. - - diff --git a/projects/packages/connection-ui/changelog/update-idc-endpoint-migration b/projects/packages/connection-ui/changelog/update-idc-endpoint-migration deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/connection-ui/changelog/update-idc-endpoint-migration +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/connection-ui/changelog/update-node-version-14161 b/projects/packages/connection-ui/changelog/update-node-version-14161 deleted file mode 100644 index 41bb1a8ef11ee..0000000000000 --- a/projects/packages/connection-ui/changelog/update-node-version-14161 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update node version requirement to 14.16.1 diff --git a/projects/packages/connection-ui/changelog/update-rna-connect-button b/projects/packages/connection-ui/changelog/update-rna-connect-button deleted file mode 100644 index 3af9d12f9f91c..0000000000000 --- a/projects/packages/connection-ui/changelog/update-rna-connect-button +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Adjust the RNA Connection usage because 'Main' component has been removed to 'ConnectButton' diff --git a/projects/packages/connection-ui/package.json b/projects/packages/connection-ui/package.json index 24ad7fbbcb3b0..55da9ac749e2c 100644 --- a/projects/packages/connection-ui/package.json +++ b/projects/packages/connection-ui/package.json @@ -1,6 +1,6 @@ { "name": "jetpack-connection-manager-ui", - "version": "1.2.0-alpha", + "version": "1.2.0", "description": "Jetpack Connection Manager UI", "main": "_inc/admin.jsx", "repository": "https://github.com/Automattic/jetpack-connection-ui", diff --git a/projects/packages/connection/CHANGELOG.md b/projects/packages/connection/CHANGELOG.md index 9a53187c4c392..21bd32469a2be 100644 --- a/projects/packages/connection/CHANGELOG.md +++ b/projects/packages/connection/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). +## [1.29.0] - 2021-06-29 +### Changed +- Implement disconnect_site function. +- Updated package dependencies. + ## [1.28.0] - 2021-06-15 ### Added - Added Urls class, migrated from Sync Functions. @@ -370,6 +375,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Separate the connection library into its own package. +[1.29.0]: https://github.com/Automattic/jetpack-connection/compare/v1.28.0...v1.29.0 [1.28.0]: https://github.com/Automattic/jetpack-connection/compare/v1.27.0...v1.28.0 [1.27.0]: https://github.com/Automattic/jetpack-connection/compare/v1.26.0...v1.27.0 [1.26.0]: https://github.com/Automattic/jetpack-connection/compare/v1.25.2...v1.26.0 diff --git a/projects/packages/connection/changelog/update-idc-disconnect b/projects/packages/connection/changelog/update-idc-disconnect deleted file mode 100644 index ba02d56041f1c..0000000000000 --- a/projects/packages/connection/changelog/update-idc-disconnect +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Implement disconnect_site function. diff --git a/projects/packages/connection/changelog/update-redirect-lib-params b/projects/packages/connection/changelog/update-redirect-lib-params deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/connection/changelog/update-redirect-lib-params +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/identity-crisis/CHANGELOG.md b/projects/packages/identity-crisis/CHANGELOG.md index 27de2bf7b46e6..d465b1442f6f5 100644 --- a/projects/packages/identity-crisis/CHANGELOG.md +++ b/projects/packages/identity-crisis/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.0] - 2021-06-29 +### Added +- Add jetpack_idc_disconnect hook to properly disconnect based on IDC settings and clear IDC options. + +### Changed +- Migrate jetpack/v4/identity-crisis endpoints into package. +- Update node version requirement to 14.16.1 + ## 0.1.0 - 2021-06-15 ### Added - Sync: Adding the Identity_Crisis package. @@ -12,3 +20,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. - Use Connection/Urls for home_url and site_url functions migrated from Sync. + +[0.2.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.1.0...v0.2.0 diff --git a/projects/packages/identity-crisis/changelog/update-idc-disconnect b/projects/packages/identity-crisis/changelog/update-idc-disconnect deleted file mode 100644 index ade1f9e6f32b6..0000000000000 --- a/projects/packages/identity-crisis/changelog/update-idc-disconnect +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -add jetpack_idc_disconnect hook to properly disconnect based on IDC settings and clear IDC options. diff --git a/projects/packages/identity-crisis/changelog/update-idc-endpoint-migration b/projects/packages/identity-crisis/changelog/update-idc-endpoint-migration deleted file mode 100644 index 0a8d976adc9c0..0000000000000 --- a/projects/packages/identity-crisis/changelog/update-idc-endpoint-migration +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Migrate jetpack/v4/identity-crisis endpoints into package. diff --git a/projects/packages/identity-crisis/changelog/update-node-version-14161 b/projects/packages/identity-crisis/changelog/update-node-version-14161 deleted file mode 100644 index 41bb1a8ef11ee..0000000000000 --- a/projects/packages/identity-crisis/changelog/update-node-version-14161 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update node version requirement to 14.16.1 diff --git a/projects/packages/identity-crisis/package.json b/projects/packages/identity-crisis/package.json index 5981c6335ce83..78e7854a06b3f 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.2.0-alpha", + "version": "0.2.0", "description": "Jetpack Identity Crisis", "main": "_inc/admin.jsx", "repository": "https://github.com/Automattic/jetpack-identity-crisis", diff --git a/projects/packages/identity-crisis/src/class-identity-crisis.php b/projects/packages/identity-crisis/src/class-identity-crisis.php index 3ecc82788aaad..77cb5a8e4cb08 100644 --- a/projects/packages/identity-crisis/src/class-identity-crisis.php +++ b/projects/packages/identity-crisis/src/class-identity-crisis.php @@ -27,7 +27,7 @@ class Identity_Crisis { /** * Package Version */ - const PACKAGE_VERSION = '0.2.0-alpha'; + const PACKAGE_VERSION = '0.2.0'; /** * Instance of the object. diff --git a/projects/packages/jitm/CHANGELOG.md b/projects/packages/jitm/CHANGELOG.md index ccfa6b97b09d1..ed7592a27b971 100644 --- a/projects/packages/jitm/CHANGELOG.md +++ b/projects/packages/jitm/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.16.1] - 2021-06-29 +### Changed +- Update package dependencies. +- Update node version requirement to 14.16.1 +- Update the usage of Redirect lib and passes the unlinked param as a query argument. + ## [1.16.0] - 2021-05-25 ### Added - JITM: allow the plugin to set the icon for pre-connection JITMs. @@ -278,6 +284,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update Jetpack to use new JITM package +[1.16.1]: https://github.com/Automattic/jetpack-jitm/compare/v1.16.0...v1.16.1 [1.16.0]: https://github.com/Automattic/jetpack-jitm/compare/v1.15.1...v1.16.0 [1.15.1]: https://github.com/Automattic/jetpack-jitm/compare/v1.15.0...v1.15.1 [1.15.0]: https://github.com/Automattic/jetpack-jitm/compare/v1.14.1...v1.15.0 diff --git a/projects/packages/jitm/changelog/add-purchase-token-endpoints b/projects/packages/jitm/changelog/add-purchase-token-endpoints deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/jitm/changelog/add-purchase-token-endpoints +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/jitm/changelog/feature-replace-yarn-1-with-pnpm b/projects/packages/jitm/changelog/feature-replace-yarn-1-with-pnpm deleted file mode 100644 index 7cadc6ae7f3a2..0000000000000 --- a/projects/packages/jitm/changelog/feature-replace-yarn-1-with-pnpm +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Switch to pnpm - - diff --git a/projects/packages/jitm/changelog/kraftbj-patch-2 b/projects/packages/jitm/changelog/kraftbj-patch-2 deleted file mode 100644 index d72dec854c499..0000000000000 --- a/projects/packages/jitm/changelog/kraftbj-patch-2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update hook version number - - diff --git a/projects/packages/jitm/changelog/update-idc-endpoint-migration b/projects/packages/jitm/changelog/update-idc-endpoint-migration deleted file mode 100644 index f86b3d4cf6ae1..0000000000000 --- a/projects/packages/jitm/changelog/update-idc-endpoint-migration +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated package dependencies. - - diff --git a/projects/packages/jitm/changelog/update-node-version-14161 b/projects/packages/jitm/changelog/update-node-version-14161 deleted file mode 100644 index 41bb1a8ef11ee..0000000000000 --- a/projects/packages/jitm/changelog/update-node-version-14161 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update node version requirement to 14.16.1 diff --git a/projects/packages/jitm/changelog/update-redirect-lib-params b/projects/packages/jitm/changelog/update-redirect-lib-params deleted file mode 100644 index d13e0f21c2842..0000000000000 --- a/projects/packages/jitm/changelog/update-redirect-lib-params +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updates the usage of Redirect lib and passes the unliked param as a query argument diff --git a/projects/packages/jitm/changelog/update-refactor-rna-connection b/projects/packages/jitm/changelog/update-refactor-rna-connection deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/jitm/changelog/update-refactor-rna-connection +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/jitm/changelog/update-use-identity-crisis-package b/projects/packages/jitm/changelog/update-use-identity-crisis-package deleted file mode 100644 index dee1d458acaf5..0000000000000 --- a/projects/packages/jitm/changelog/update-use-identity-crisis-package +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer dependency to 1.8 - - diff --git a/projects/packages/jitm/src/class-jitm.php b/projects/packages/jitm/src/class-jitm.php index ae65bd7c5f592..1673992db6afe 100644 --- a/projects/packages/jitm/src/class-jitm.php +++ b/projects/packages/jitm/src/class-jitm.php @@ -19,7 +19,7 @@ */ class JITM { - const PACKAGE_VERSION = '1.16.1-alpha'; + const PACKAGE_VERSION = '1.16.1'; /** * The configuration method that is called from the jetpack-config package. diff --git a/projects/packages/lazy-images/CHANGELOG.md b/projects/packages/lazy-images/CHANGELOG.md index 5ea59d5e8cb2e..86fad0313d28e 100644 --- a/projects/packages/lazy-images/CHANGELOG.md +++ b/projects/packages/lazy-images/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.5.0] - 2021-06-29 +### Changed +- Build using calypso-build, and use the intersection-observer npm module instead of bundling a copy. +- Update docs to replace yarn with pnpm. +- Update node version requirement to 14.16.1 + ## [1.4.4] - 2021-05-25 ### Changed - Updated package dependencies. @@ -86,6 +92,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Lazy Images: Move into a package +[1.5.0]: https://github.com/Automattic/jetpack-lazy-images/compare/v1.4.4...v1.5.0 [1.4.4]: https://github.com/Automattic/jetpack-lazy-images/compare/v1.4.3...v1.4.4 [1.4.3]: https://github.com/Automattic/jetpack-lazy-images/compare/v1.4.2...v1.4.3 [1.4.2]: https://github.com/Automattic/jetpack-lazy-images/compare/v1.4.1...v1.4.2 diff --git a/projects/packages/lazy-images/changelog/feature-replace-yarn-1-with-pnpm b/projects/packages/lazy-images/changelog/feature-replace-yarn-1-with-pnpm deleted file mode 100644 index 1d68ed6e68a3a..0000000000000 --- a/projects/packages/lazy-images/changelog/feature-replace-yarn-1-with-pnpm +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update docs to replace yarn with pnpm. diff --git a/projects/packages/lazy-images/changelog/update-lazy-images-build-system b/projects/packages/lazy-images/changelog/update-lazy-images-build-system deleted file mode 100644 index 825cb8d54b930..0000000000000 --- a/projects/packages/lazy-images/changelog/update-lazy-images-build-system +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Build using calypso-build, and use the intersection-observer npm module instead of bundling a copy. diff --git a/projects/packages/lazy-images/changelog/update-node-version-14161 b/projects/packages/lazy-images/changelog/update-node-version-14161 deleted file mode 100644 index 41bb1a8ef11ee..0000000000000 --- a/projects/packages/lazy-images/changelog/update-node-version-14161 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update node version requirement to 14.16.1 diff --git a/projects/packages/licensing/CHANGELOG.md b/projects/packages/licensing/CHANGELOG.md index a61cf4fb34406..dfd018d5ea1d2 100644 --- a/projects/packages/licensing/CHANGELOG.md +++ b/projects/packages/licensing/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.4.3] - 2021-06-29 +### Changed +- Updated package dependencies. + ## [1.4.2] - 2021-05-25 ### Changed - Updated package dependencies. @@ -93,6 +97,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Licensing: Add support for Jetpack licenses +[1.4.3]: https://github.com/Automattic/jetpack-licensing/compare/v1.4.2...v1.4.3 [1.4.2]: https://github.com/Automattic/jetpack-licensing/compare/v1.4.1...v1.4.2 [1.4.1]: https://github.com/Automattic/jetpack-licensing/compare/v1.4.0...v1.4.1 [1.4.0]: https://github.com/Automattic/jetpack-licensing/compare/v1.3.4...v1.4.0 diff --git a/projects/packages/licensing/changelog/add-purchase-token-endpoints b/projects/packages/licensing/changelog/add-purchase-token-endpoints deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/licensing/changelog/add-purchase-token-endpoints +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/licensing/changelog/update-idc-endpoint-migration b/projects/packages/licensing/changelog/update-idc-endpoint-migration deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/licensing/changelog/update-idc-endpoint-migration +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/licensing/changelog/update-refactor-rna-connection b/projects/packages/licensing/changelog/update-refactor-rna-connection deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/packages/licensing/changelog/update-refactor-rna-connection +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/packages/licensing/changelog/update-use-identity-crisis-package b/projects/packages/licensing/changelog/update-use-identity-crisis-package deleted file mode 100644 index 61d9a1518e6c3..0000000000000 --- a/projects/packages/licensing/changelog/update-use-identity-crisis-package +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: composer version update. - - diff --git a/projects/packages/redirect/CHANGELOG.md b/projects/packages/redirect/CHANGELOG.md index 64844df44992b..a7b9d607427d5 100644 --- a/projects/packages/redirect/CHANGELOG.md +++ b/projects/packages/redirect/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). +## [1.7.0] - 2021-06-29 +### Changed +- Allow any argument to be passed. +- Improve documentation. + ## [1.6.1] - 2021-06-15 ### Changed - Updated package dependencies. @@ -74,6 +79,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Create Jetpack Redirect package +[1.7.0]: https://github.com/Automattic/jetpack-redirect/compare/v1.6.1...v1.7.0 [1.6.1]: https://github.com/Automattic/jetpack-redirect/compare/v1.6.0...v1.6.1 [1.6.0]: https://github.com/Automattic/jetpack-redirect/compare/v1.5.5...v1.6.0 [1.5.5]: https://github.com/Automattic/jetpack-redirect/compare/v1.5.4...v1.5.5 diff --git a/projects/packages/redirect/changelog/update-redirect-lib-params b/projects/packages/redirect/changelog/update-redirect-lib-params deleted file mode 100644 index b94391dab07c7..0000000000000 --- a/projects/packages/redirect/changelog/update-redirect-lib-params +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Allow any argument to be passed and improves documentation diff --git a/projects/packages/sync/CHANGELOG.md b/projects/packages/sync/CHANGELOG.md index 923dd1ea29cae..3e11718372a26 100644 --- a/projects/packages/sync/CHANGELOG.md +++ b/projects/packages/sync/CHANGELOG.md @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.23.0] - 2021-06-29 +### Added +- Add jetpack_idc_disonnect action to clear Sync options on disconnect. +- Add support to callables to sync/object endpoint. +- Enable sync/object endpoint support for theme-info. +- Enhance updates module to support get_objects_by_id. +- Expand sync/object to support constants. +- Extend sync/object to support callables. +- Implement v4 REST endpoints. +- Initialize the IDC package in the Sync package. + +### Removed +- Remove product_cat from blocked taxonomies + ## [1.22.0] - 2021-06-15 ### Changed - Sync: Adding the Identity_Crisis package. @@ -392,6 +406,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Packages: Move sync to a classmapped package +[1.23.0]: https://github.com/Automattic/jetpack-sync/compare/v1.22.0...v1.23.0 [1.22.0]: https://github.com/Automattic/jetpack-sync/compare/v1.21.3...v1.22.0 [1.21.3]: https://github.com/Automattic/jetpack-sync/compare/v1.21.2...v1.21.3 [1.21.2]: https://github.com/Automattic/jetpack-sync/compare/v1.21.1...v1.21.2 diff --git a/projects/packages/sync/changelog/add-callables-get-objects-by-id b/projects/packages/sync/changelog/add-callables-get-objects-by-id deleted file mode 100644 index c27a713d8bd38..0000000000000 --- a/projects/packages/sync/changelog/add-callables-get-objects-by-id +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Add support to callables to sync/object endpoint. diff --git a/projects/packages/sync/changelog/add-constants-get-objects-by-id b/projects/packages/sync/changelog/add-constants-get-objects-by-id deleted file mode 100644 index 036c42c771aa7..0000000000000 --- a/projects/packages/sync/changelog/add-constants-get-objects-by-id +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Expand sync/object to support constants diff --git a/projects/packages/sync/changelog/add-themes-get-objects-by-id b/projects/packages/sync/changelog/add-themes-get-objects-by-id deleted file mode 100644 index 1a2f8e9b7fc5c..0000000000000 --- a/projects/packages/sync/changelog/add-themes-get-objects-by-id +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Enable sync/object endpoint support for theme-info diff --git a/projects/packages/sync/changelog/add-updates-get-objects-by-id b/projects/packages/sync/changelog/add-updates-get-objects-by-id deleted file mode 100644 index a81e06d00a8dd..0000000000000 --- a/projects/packages/sync/changelog/add-updates-get-objects-by-id +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Enhance updates module to support get_objects_by_id diff --git a/projects/packages/sync/changelog/remove-product-cat-from-sync-block-list b/projects/packages/sync/changelog/remove-product-cat-from-sync-block-list deleted file mode 100644 index 6f3c78603e3a5..0000000000000 --- a/projects/packages/sync/changelog/remove-product-cat-from-sync-block-list +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: removed - -Sync: remove product_cat from blocked taxonomies diff --git a/projects/packages/sync/changelog/update-get-options-by-ids b/projects/packages/sync/changelog/update-get-options-by-ids deleted file mode 100644 index 0a751fcf9418e..0000000000000 --- a/projects/packages/sync/changelog/update-get-options-by-ids +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Extend sync/object to support callables. diff --git a/projects/packages/sync/changelog/update-idc-disconnect b/projects/packages/sync/changelog/update-idc-disconnect deleted file mode 100644 index e19396b53a664..0000000000000 --- a/projects/packages/sync/changelog/update-idc-disconnect +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Add jetpack_idc_disonnect action to clear Sync options on disconnect. diff --git a/projects/packages/sync/changelog/update-idc-endpoint-migration b/projects/packages/sync/changelog/update-idc-endpoint-migration deleted file mode 100644 index 75aff43b7f0e5..0000000000000 --- a/projects/packages/sync/changelog/update-idc-endpoint-migration +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update package dependency for Identity-Crisis. - - diff --git a/projects/packages/sync/changelog/update-init_idc_sync b/projects/packages/sync/changelog/update-init_idc_sync deleted file mode 100644 index 31e9beb2c11fd..0000000000000 --- a/projects/packages/sync/changelog/update-init_idc_sync +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Sync: initialize the IDC package in the Sync package diff --git a/projects/packages/sync/changelog/update-sync-v4-endpoints b/projects/packages/sync/changelog/update-sync-v4-endpoints deleted file mode 100644 index 7f16d8e91e31d..0000000000000 --- a/projects/packages/sync/changelog/update-sync-v4-endpoints +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Implement v4 REST endpoints. diff --git a/projects/plugins/jetpack/CHANGELOG.md b/projects/plugins/jetpack/CHANGELOG.md index 62200208738a1..96f936a862cd9 100644 --- a/projects/plugins/jetpack/CHANGELOG.md +++ b/projects/plugins/jetpack/CHANGELOG.md @@ -2,6 +2,106 @@ ### This is a list detailing changes for all Jetpack releases. +## 9.9-beta - 2021-06-29 +### Major Enhancements +- Carousel: improve carousel usability, performance, accessibility, mobile friendliness. +- Carousel: improve stability, fixes multiple bugs. + +### Enhancements +- Blocks: additional automated tests to improve reliability. +- Editor: added Social Preview panel to the pre-publish sidebar to increase visibility. +- Dashboard: provide more useful information and an option to contact support when there are display issues in the Jetpack dashboard. +- Instant Search: improve modal animation and transition speed. + +### General +- Jetpack now requires WordPress 5.7 in anticipation of WordPress 5.8 coming later this month. + +### Improved compatibility +- Blocks: make sure connection notices in blocks work with the widget and customizer block editors. +- Full Site Editing: disable admin bar in Jetpack notifications to prevent keystroke hijacking in the Site Editor. +- Podcast Block: Ensure compatability with latest version of Gutenberg plugin and WordPress 5.8. +- Search: improve Search Widget compatibility with WordPress 5.8 widget editor. +- Shortcode Embeds: enable compatibility with WordPress' "Lazy Loading". +- Slideshow Block: update icon. +- Site Logo: improve compatibility with WordPress 5.8's new Site Logo block. + +### Bug fixes +- Custom CSS: allow leading decimal zeros. +- WordPress.com API: properly allow requests to upgrade a plugin outside of autoupdates. +- Blocks: GIF block supports the widget editor and customizer preview pane. +- AMP: Fix top AMP ad unit from being cropped on mobile devices +- Inline PDFs: Fix height of PDF embeds for greater theme compatability. +- Instant Search: ensure alt text does not contain mark element. +- Instant Search: prevent theme from overriding modal close button styles. +- Instant Search: prevent overlay from opening when composing text using an input method editor for Chinese, Japanese, Korean, and Indic languages. +- Instant Search: fix render-breaking typo for Expanded search results. +- Instant Search: show correct count for paginated results. +- Shortcode Embeds: correctly handle YouTube URLs that include a start time. +- Story Block: improve navigation, fix issues with long press to pause and exiting story on last tap. +- Payments Block: do not hide block configuration instructions when block is nested. + +### Other changes +- Plugins Modify endpoint now supports per plugin locks. +- Remove jetpack_idc_disconnect hook as functionality has been migrated to packages. +- Removes dashboard switcher from index.php to improve parity with Calypso. +- Repeat Visitor Block: Add JS and PHP block fixture tests. +- New "disconnect" route to open the "Disconnect" modal. +- Publicly includes whether the site is a WP.com Atomic one as part of the Sites API. +- Add support for choosing a preferred view on individual screens accessed from the WP.com sidebar menu +- Admin menu: Register Calypso settings pages as independent submenus +- Added a Dashboard Switcher in screen options so that WordPress.com users can switch between WP Admin & WordPress.com screens. +- Added a nudge for Atomic and WPCOM that is loaded in Customizer's "Additional CSS" section. +- Added display_embed and rating properties from VideoPress in the update and get media API endpoints. +- Added 'purchasetoken' query param to all url's leading to checkout for allowing logged out purchases on WordPress.com. +- Add support for multi site search results for p2 theme. +- Add Sync Unit Tests. +- Add two jetpack/v4 endpoints to retrieve and delete a site's purchase token. +- Admin Page: Modularize Redux initialization into a separate helper class. +- Bump jetpack-backup package version. +- Business Hours Block: refactor PHP server-rendered fixture test to use parent class. +- Change redirect library to accept any parameter. +- Replace hardcoded redirect link to use the library instead. +- Change the main connection flow and choose between in-place or Calypso flows only after the site registration. +- E2E tests: change build and E2E tests to use pnpm rather than yarn. +- E2E tests: add missing direct dependencies, and remove a few unnecessary ones. +- E2E tests: do no save videos for passed tests. +- E2E tests: remove call to missing function. +- E2E tests: fix tunnel log not being written. +- E2E tests: updated readme with reporting info. +- E2E test reports: send more information about PR to test reporter. +- E2E tests: add test report in Slack notification. +- E2E tests: attach video recordings to test reports. +- E2E tests: trigger workflow dispatch to generate test reports. +- E2E tests reports: send PR number to test reporter. +- Edit User: hide profile fields ( First Name, Last Name, Display Name, About, Email, Website ) for WordPress.com users. These fields can be edited in WordPress.com from user account settings. +- Extract JetpackLogo component into RNA Components package. +- Fix building with calypso-build 6.5.0. +- Fix the Jetpack menu settings link on Atomic sites. +- Handle blavatar_url case for story playback site icon. +- Identity Crisis: Replace the usage of Jetpack_IDC with Identity_Crisis. +- Init 9.9 release cycle. +- Instant Search: prevent standard sidebar widgets showing in the search modal sidebar when switching themes for WPCOM sites. +- Instant Search: support for searching by group id +- Migrate identity-crisis/migrate and identity-crisis/confirm-safe-mode endpoints to Identity Crisis package. +- Move connection/owner endpoint to Connection package. +- P2: Conditionally hide admin menu items for hubs/spaces. +- Remove unneeded "test-spelling" script with a vulnerable dependency. +- Remove premium theme info. +- Search: Modularize Customizer and DOM integration. +- Search: Prepare application for Gutenberg customization. +- Search: Use aliased Preact imports. +- Story block: Fix (server-side) rendering of external stories. +- Sync tests for get_objects_by_id implementation for themes. +- Sync Unit Test for options get_objects_by_id. +- Sync unit tests for get_object_by_id methods in Updates module. +- Temp: Remove sync tests to unblock dev. +- Unit Tests for Sync constants. +- Update Sync test_get_post_types_method test. +- Update the webpack configuration for extensions to prevent JS conflicts with other plugins. +- Update package dependencies. +- Update lock file. +- VideoPress: do not allow video files in WoA sites with Free plan. + ## 9.8.1 - 2021-06-08 ### Bug fixes - Carousel: avoid JavaScript errors when trying to load the Carousel view when logged out of your WordPress site. diff --git a/projects/plugins/jetpack/changelog/add-add-css-nudge-on-atomic b/projects/plugins/jetpack/changelog/add-add-css-nudge-on-atomic deleted file mode 100644 index ed668d87ead4e..0000000000000 --- a/projects/plugins/jetpack/changelog/add-add-css-nudge-on-atomic +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Added a nudge for Atomic and WPCOM that is loaded in Customizer's "Additional CSS" section. diff --git a/projects/plugins/jetpack/changelog/add-callables-get-objects-by-id b/projects/plugins/jetpack/changelog/add-callables-get-objects-by-id deleted file mode 100644 index 81f0094d72e53..0000000000000 --- a/projects/plugins/jetpack/changelog/add-callables-get-objects-by-id +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Add Sync Unit Tests diff --git a/projects/plugins/jetpack/changelog/add-constants-get-objects-by-id b/projects/plugins/jetpack/changelog/add-constants-get-objects-by-id deleted file mode 100644 index 47058b66e3330..0000000000000 --- a/projects/plugins/jetpack/changelog/add-constants-get-objects-by-id +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Unit Tests for Sync constants diff --git a/projects/plugins/jetpack/changelog/add-disconnect-route b/projects/plugins/jetpack/changelog/add-disconnect-route deleted file mode 100644 index dea9a6c21623f..0000000000000 --- a/projects/plugins/jetpack/changelog/add-disconnect-route +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -New "disconnect" route to open the "Disconnect" modal. diff --git a/projects/plugins/jetpack/changelog/add-fixture-tests-for-repeat-visitor-block b/projects/plugins/jetpack/changelog/add-fixture-tests-for-repeat-visitor-block deleted file mode 100644 index f63d37e732092..0000000000000 --- a/projects/plugins/jetpack/changelog/add-fixture-tests-for-repeat-visitor-block +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: compat - -Repeat Visitor Block: Add JS and PHP block fixture tests. diff --git a/projects/plugins/jetpack/changelog/add-gutenberg-search-configurator b/projects/plugins/jetpack/changelog/add-gutenberg-search-configurator deleted file mode 100644 index 4937841d3eb36..0000000000000 --- a/projects/plugins/jetpack/changelog/add-gutenberg-search-configurator +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Search: Fix render-breaking typo for Expanded search results diff --git a/projects/plugins/jetpack/changelog/add-init-99-cycle b/projects/plugins/jetpack/changelog/add-init-99-cycle deleted file mode 100644 index d2b24a879f5b5..0000000000000 --- a/projects/plugins/jetpack/changelog/add-init-99-cycle +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Init 9.9 release cycle. diff --git a/projects/plugins/jetpack/changelog/add-purchase-token-endpoints b/projects/plugins/jetpack/changelog/add-purchase-token-endpoints deleted file mode 100644 index 1a09cd07c4726..0000000000000 --- a/projects/plugins/jetpack/changelog/add-purchase-token-endpoints +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Add two jetpack/v4 endpoints to retrieve and delete a site's purchase token diff --git a/projects/plugins/jetpack/changelog/add-rna-components b/projects/plugins/jetpack/changelog/add-rna-components deleted file mode 100644 index 718dc492c22dc..0000000000000 --- a/projects/plugins/jetpack/changelog/add-rna-components +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Extracted JetpackLogo component into RNA Components package. diff --git a/projects/plugins/jetpack/changelog/add-share-and-embed-fields b/projects/plugins/jetpack/changelog/add-share-and-embed-fields deleted file mode 100644 index aedcf88cc2fd5..0000000000000 --- a/projects/plugins/jetpack/changelog/add-share-and-embed-fields +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Added display_embed and rating properties from VideoPress in the update and get media API endpoints. diff --git a/projects/plugins/jetpack/changelog/add-site-only-checkout-flag b/projects/plugins/jetpack/changelog/add-site-only-checkout-flag deleted file mode 100644 index 42568c9ca7743..0000000000000 --- a/projects/plugins/jetpack/changelog/add-site-only-checkout-flag +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Adds a flag to the site-only-checkout authorization redirect url, no need for changelog entry - - diff --git a/projects/plugins/jetpack/changelog/add-social-preview-to-pre-publish-bar b/projects/plugins/jetpack/changelog/add-social-preview-to-pre-publish-bar deleted file mode 100644 index b81f2ec4ca68d..0000000000000 --- a/projects/plugins/jetpack/changelog/add-social-preview-to-pre-publish-bar +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Added Social Preview panel to the pre-publish sidebar to increase visibility. diff --git a/projects/plugins/jetpack/changelog/add-static-filters-support b/projects/plugins/jetpack/changelog/add-static-filters-support deleted file mode 100644 index 6d8447309eb2e..0000000000000 --- a/projects/plugins/jetpack/changelog/add-static-filters-support +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Instant Search: support for searching by group id diff --git a/projects/plugins/jetpack/changelog/add-support-for-multi-site-results b/projects/plugins/jetpack/changelog/add-support-for-multi-site-results deleted file mode 100644 index cd8520192fe0c..0000000000000 --- a/projects/plugins/jetpack/changelog/add-support-for-multi-site-results +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Add support for multi site search results for p2 diff --git a/projects/plugins/jetpack/changelog/add-themes-get-objects-by-id b/projects/plugins/jetpack/changelog/add-themes-get-objects-by-id deleted file mode 100644 index 913ba6c2526c8..0000000000000 --- a/projects/plugins/jetpack/changelog/add-themes-get-objects-by-id +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Sync tests for get_objects_by_id implementation for themes diff --git a/projects/plugins/jetpack/changelog/add-updates-get-objects-by-id b/projects/plugins/jetpack/changelog/add-updates-get-objects-by-id deleted file mode 100644 index ff2e1e806cebe..0000000000000 --- a/projects/plugins/jetpack/changelog/add-updates-get-objects-by-id +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Sync unit tests for get_object_by_id methods in Updates module diff --git a/projects/plugins/jetpack/changelog/add-wpcom-dashboard-switcher b/projects/plugins/jetpack/changelog/add-wpcom-dashboard-switcher deleted file mode 100644 index 60bcb0e166c7e..0000000000000 --- a/projects/plugins/jetpack/changelog/add-wpcom-dashboard-switcher +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Added a Dashboard Switcher in screen options so that WordPress.com users can switch between WP Admin & WordPress.com screens. diff --git a/projects/plugins/jetpack/changelog/add-yt-t-arg b/projects/plugins/jetpack/changelog/add-yt-t-arg deleted file mode 100644 index 4a23fa6ef3da2..0000000000000 --- a/projects/plugins/jetpack/changelog/add-yt-t-arg +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Shortcodes: Correctly handle YouTube URLs that include a start time. diff --git a/projects/plugins/jetpack/changelog/build-beta-multiple-plugins b/projects/plugins/jetpack/changelog/build-beta-multiple-plugins deleted file mode 100644 index dcf3783a2c4c6..0000000000000 --- a/projects/plugins/jetpack/changelog/build-beta-multiple-plugins +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Move to-test.md into Jetpack, and exclude it from the mirror to preserve the status quo. - - diff --git a/projects/plugins/jetpack/changelog/bump-to-5.7 b/projects/plugins/jetpack/changelog/bump-to-5.7 deleted file mode 100644 index e0cb4edb53054..0000000000000 --- a/projects/plugins/jetpack/changelog/bump-to-5.7 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: compat - -Updated minimum supported WordPress to 5.7 in anticipation for WordPress 5.8 coming later this month. diff --git a/projects/plugins/jetpack/changelog/e2e-allure-reporter-add-video b/projects/plugins/jetpack/changelog/e2e-allure-reporter-add-video deleted file mode 100644 index 02f9acb03e9f3..0000000000000 --- a/projects/plugins/jetpack/changelog/e2e-allure-reporter-add-video +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -E2E tests: attach video recordings to test reports diff --git a/projects/plugins/jetpack/changelog/e2e-e2e-test-report-send-pr-info b/projects/plugins/jetpack/changelog/e2e-e2e-test-report-send-pr-info deleted file mode 100644 index ecf2547c2631c..0000000000000 --- a/projects/plugins/jetpack/changelog/e2e-e2e-test-report-send-pr-info +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -E2E test reports: send more information about PR to test reporter diff --git a/projects/plugins/jetpack/changelog/e2e-fix-missing-function b/projects/plugins/jetpack/changelog/e2e-fix-missing-function deleted file mode 100644 index 4c6ecf883a0a1..0000000000000 --- a/projects/plugins/jetpack/changelog/e2e-fix-missing-function +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -E2E tests: remove call to missing function diff --git a/projects/plugins/jetpack/changelog/e2e-no-video-for-passed-tests b/projects/plugins/jetpack/changelog/e2e-no-video-for-passed-tests deleted file mode 100644 index ac1530e2b8e04..0000000000000 --- a/projects/plugins/jetpack/changelog/e2e-no-video-for-passed-tests +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -E2E tests: do no save videos for passed tests diff --git a/projects/plugins/jetpack/changelog/e2e-readme-update b/projects/plugins/jetpack/changelog/e2e-readme-update deleted file mode 100644 index a7a7ddbf671a5..0000000000000 --- a/projects/plugins/jetpack/changelog/e2e-readme-update +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -E2E tests: updated readme with reporting info diff --git a/projects/plugins/jetpack/changelog/e2e-report-url-in-slack-notif b/projects/plugins/jetpack/changelog/e2e-report-url-in-slack-notif deleted file mode 100644 index 1de9ba9cbbfb5..0000000000000 --- a/projects/plugins/jetpack/changelog/e2e-report-url-in-slack-notif +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -E2E tests: add test report in Slack notification diff --git a/projects/plugins/jetpack/changelog/e2e-send-pr-no-to-reporter b/projects/plugins/jetpack/changelog/e2e-send-pr-no-to-reporter deleted file mode 100644 index 09ae86014f9a6..0000000000000 --- a/projects/plugins/jetpack/changelog/e2e-send-pr-no-to-reporter +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -E2E tests reports: send PR number to test reporter diff --git a/projects/plugins/jetpack/changelog/e2e-test-reporting-ci b/projects/plugins/jetpack/changelog/e2e-test-reporting-ci deleted file mode 100644 index 3a0f55d3f4176..0000000000000 --- a/projects/plugins/jetpack/changelog/e2e-test-reporting-ci +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -E2E tests: trigger workflow dispatch to generate test reports diff --git a/projects/plugins/jetpack/changelog/feature-replace-yarn-1-with-pnpm b/projects/plugins/jetpack/changelog/feature-replace-yarn-1-with-pnpm deleted file mode 100644 index 49c62d0a5e731..0000000000000 --- a/projects/plugins/jetpack/changelog/feature-replace-yarn-1-with-pnpm +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Change build and E2E tests to use pnpm rather than yarn. Add some missing direct deps too, and remove a few unnecessary ones. diff --git a/projects/plugins/jetpack/changelog/fix-activecampaign-js-error b/projects/plugins/jetpack/changelog/fix-activecampaign-js-error deleted file mode 100644 index 18594ebb9cd51..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-activecampaign-js-error +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Updates the webpack configuration for extensions to prevent JS conflicts with other plugins diff --git a/projects/plugins/jetpack/changelog/fix-admin-menu-jetpack-item b/projects/plugins/jetpack/changelog/fix-admin-menu-jetpack-item deleted file mode 100644 index 14029f112d31c..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-admin-menu-jetpack-item +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Fixed the Settings > Jetpack menu link on Atomic sites. diff --git a/projects/plugins/jetpack/changelog/fix-cusomizer-widget-setting-for-wp58 b/projects/plugins/jetpack/changelog/fix-cusomizer-widget-setting-for-wp58 deleted file mode 100644 index 49eaeb0e6cc82..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-cusomizer-widget-setting-for-wp58 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: compat - -Search: fixed search widget settings are not accessible in WordPress 5.8 Beta widget editor diff --git a/projects/plugins/jetpack/changelog/fix-e2e-tunnel-logs-pnpm-run b/projects/plugins/jetpack/changelog/fix-e2e-tunnel-logs-pnpm-run deleted file mode 100644 index c235da882bf80..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-e2e-tunnel-logs-pnpm-run +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -E2E tests: fix tunnel log not being written diff --git a/projects/plugins/jetpack/changelog/fix-gif-block-widget-editor b/projects/plugins/jetpack/changelog/fix-gif-block-widget-editor deleted file mode 100644 index 2b455fd014488..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-gif-block-widget-editor +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Fix the GIF block to support the widget editor and customizer preview pane. diff --git a/projects/plugins/jetpack/changelog/fix-increase-touch-zone-for-carousel-close b/projects/plugins/jetpack/changelog/fix-increase-touch-zone-for-carousel-close deleted file mode 100644 index 5202a3835c022..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-increase-touch-zone-for-carousel-close +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -[Carousel]: Improve size of touch zone for close button. diff --git a/projects/plugins/jetpack/changelog/fix-make-carousel-more-robust-against-missing-properties b/projects/plugins/jetpack/changelog/fix-make-carousel-more-robust-against-missing-properties deleted file mode 100644 index d7b79c480ef15..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-make-carousel-more-robust-against-missing-properties +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Carousel: fix crashes when opening images with missing data. diff --git a/projects/plugins/jetpack/changelog/fix-modal-close-button-elementor b/projects/plugins/jetpack/changelog/fix-modal-close-button-elementor deleted file mode 100644 index c707bdcae1ccb..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-modal-close-button-elementor +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Instant Search: prevent override of modal close button styles by theme diff --git a/projects/plugins/jetpack/changelog/fix-podcast-player-enqueue-wp-mediaelement b/projects/plugins/jetpack/changelog/fix-podcast-player-enqueue-wp-mediaelement deleted file mode 100644 index e4a01f74f3b4d..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-podcast-player-enqueue-wp-mediaelement +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Since Gutenberg #31873 we can specify Site Editor assets to enqueue in the register block function. We need to specify wp-mediaelement styles for the podcast player. diff --git a/projects/plugins/jetpack/changelog/fix-recurring-payments-widget-editor b/projects/plugins/jetpack/changelog/fix-recurring-payments-widget-editor deleted file mode 100644 index e19e909d60925..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-recurring-payments-widget-editor +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: compat - -Make sure upgrade and connection notices in blocks work with the widget and customizer block editors. diff --git a/projects/plugins/jetpack/changelog/fix-search-cjk-input b/projects/plugins/jetpack/changelog/fix-search-cjk-input deleted file mode 100644 index 2ec633c9260ee..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-search-cjk-input +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: bugfix - -Search: don't open overlay when user is composing text using an input method editor (Chinese, Japanese, Korean and Indic languages) diff --git a/projects/plugins/jetpack/changelog/fix-search-default-overlay-trigger b/projects/plugins/jetpack/changelog/fix-search-default-overlay-trigger deleted file mode 100644 index 688be7374753d..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-search-default-overlay-trigger +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Instant Search: set the default overlay trigger to 'immediate' diff --git a/projects/plugins/jetpack/changelog/fix-search-html-in-alt b/projects/plugins/jetpack/changelog/fix-search-html-in-alt deleted file mode 100644 index 8de1ce28433a5..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-search-html-in-alt +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Instant Search: ensure alt text does not contain mark element diff --git a/projects/plugins/jetpack/changelog/fix-search-modal-animation b/projects/plugins/jetpack/changelog/fix-search-modal-animation deleted file mode 100644 index 69caf1d91059b..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-search-modal-animation +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Instant Search: drop modal animation and use a simple transition diff --git a/projects/plugins/jetpack/changelog/fix-search-pagination-count b/projects/plugins/jetpack/changelog/fix-search-pagination-count deleted file mode 100644 index 74bacd5b34e35..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-search-pagination-count +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Search: Show correct count for paginated results diff --git a/projects/plugins/jetpack/changelog/fix-show-payments-configuration-in-small-width b/projects/plugins/jetpack/changelog/fix-show-payments-configuration-in-small-width deleted file mode 100644 index 8d0de5b0430b5..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-show-payments-configuration-in-small-width +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -[Payments]: Do not hide block configuration instructions when block is nested. diff --git a/projects/plugins/jetpack/changelog/fix-sync-rest-contoller b/projects/plugins/jetpack/changelog/fix-sync-rest-contoller deleted file mode 100644 index 78e2b26d2fddd..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-sync-rest-contoller +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: compat - -Update Sync test_get_post_types_method test. diff --git a/projects/plugins/jetpack/changelog/fix-unneeded-phpcs-ignore b/projects/plugins/jetpack/changelog/fix-unneeded-phpcs-ignore deleted file mode 100644 index 69c0f7393da4e..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-unneeded-phpcs-ignore +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Remove an unneeded phpcs:ignore - - diff --git a/projects/plugins/jetpack/changelog/fix-wpcom-search-sidebar-unexpected-widgets b/projects/plugins/jetpack/changelog/fix-wpcom-search-sidebar-unexpected-widgets deleted file mode 100644 index 9fef36cdcf718..0000000000000 --- a/projects/plugins/jetpack/changelog/fix-wpcom-search-sidebar-unexpected-widgets +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Search: prevent standard sidebar widgets ending up in the search modal sidebar when switching themes for WPCOM sites diff --git a/projects/plugins/jetpack/changelog/fusion-sync-fullofcaffeine-r226957-wpcom-1623188698 b/projects/plugins/jetpack/changelog/fusion-sync-fullofcaffeine-r226957-wpcom-1623188698 deleted file mode 100644 index 87c68504a9e07..0000000000000 --- a/projects/plugins/jetpack/changelog/fusion-sync-fullofcaffeine-r226957-wpcom-1623188698 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: compat - -Theme Tools: Improve compatibility between Site Logo and the new Site Logo block from WordPress. diff --git a/projects/plugins/jetpack/changelog/fusion-sync-scruffian-r227092-wpcom-1623406878 b/projects/plugins/jetpack/changelog/fusion-sync-scruffian-r227092-wpcom-1623406878 deleted file mode 100644 index 92c2b86e95f66..0000000000000 --- a/projects/plugins/jetpack/changelog/fusion-sync-scruffian-r227092-wpcom-1623406878 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: bugfix - -Inline PDFs: Fix the height to 800px to overcome theme specific CSS. diff --git a/projects/plugins/jetpack/changelog/kraftbj-patch-2-autoupdate b/projects/plugins/jetpack/changelog/kraftbj-patch-2-autoupdate deleted file mode 100644 index 9a31f8f77fcd7..0000000000000 --- a/projects/plugins/jetpack/changelog/kraftbj-patch-2-autoupdate +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -API: properly allow requests to upgrade a plugin outside of autoupdates. diff --git a/projects/plugins/jetpack/changelog/override-sync-tests-core-changes b/projects/plugins/jetpack/changelog/override-sync-tests-core-changes deleted file mode 100644 index b8be693879a5c..0000000000000 --- a/projects/plugins/jetpack/changelog/override-sync-tests-core-changes +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Temp: Remove sync tests to unblock dev diff --git a/projects/plugins/jetpack/changelog/refactor-carousel-to-use-swiper b/projects/plugins/jetpack/changelog/refactor-carousel-to-use-swiper deleted file mode 100644 index 65e958b4981eb..0000000000000 --- a/projects/plugins/jetpack/changelog/refactor-carousel-to-use-swiper +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: major - -Replaces the image slider functionality within the carousel module with the swiper js library diff --git a/projects/plugins/jetpack/changelog/remove-nav-unification-jetpack-submenus-atomic b/projects/plugins/jetpack/changelog/remove-nav-unification-jetpack-submenus-atomic deleted file mode 100644 index 6eab59a04f689..0000000000000 --- a/projects/plugins/jetpack/changelog/remove-nav-unification-jetpack-submenus-atomic +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: This only affects WP.com sites - - diff --git a/projects/plugins/jetpack/changelog/remove-premium-theme-info b/projects/plugins/jetpack/changelog/remove-premium-theme-info deleted file mode 100644 index 033f509e1e052..0000000000000 --- a/projects/plugins/jetpack/changelog/remove-premium-theme-info +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Remove premium theme info diff --git a/projects/plugins/jetpack/changelog/renovate-automattic-calypso-build-6.x b/projects/plugins/jetpack/changelog/renovate-automattic-calypso-build-6.x deleted file mode 100644 index da30f5bdedfc0..0000000000000 --- a/projects/plugins/jetpack/changelog/renovate-automattic-calypso-build-6.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Fixes to build with calypso-build 6.5.0 diff --git a/projects/plugins/jetpack/changelog/renovate-automattic-social-previews-1.x b/projects/plugins/jetpack/changelog/renovate-automattic-social-previews-1.x deleted file mode 100644 index cbdc3703e1c9d..0000000000000 --- a/projects/plugins/jetpack/changelog/renovate-automattic-social-previews-1.x +++ /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 cbdc3703e1c9d..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-testing-library-react-11.x b/projects/plugins/jetpack/changelog/renovate-testing-library-react-11.x deleted file mode 100644 index cbdc3703e1c9d..0000000000000 --- a/projects/plugins/jetpack/changelog/renovate-testing-library-react-11.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Updated package dependencies diff --git a/projects/plugins/jetpack/changelog/rna-remove-in-place b/projects/plugins/jetpack/changelog/rna-remove-in-place deleted file mode 100644 index 1eaea6a769e84..0000000000000 --- a/projects/plugins/jetpack/changelog/rna-remove-in-place +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Updated package dependencies. diff --git a/projects/plugins/jetpack/changelog/robertbpugh-patch-1 b/projects/plugins/jetpack/changelog/robertbpugh-patch-1 deleted file mode 100644 index 3efda4a85eedd..0000000000000 --- a/projects/plugins/jetpack/changelog/robertbpugh-patch-1 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Readme: update wording and keywords ((not necessary in final changelog, no changes to features). - - diff --git a/projects/plugins/jetpack/changelog/story-block-fix-external-media-urls b/projects/plugins/jetpack/changelog/story-block-fix-external-media-urls deleted file mode 100644 index 526f1f4fd2e1a..0000000000000 --- a/projects/plugins/jetpack/changelog/story-block-fix-external-media-urls +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Story block: Fix (server-side) rendering of external stories diff --git a/projects/plugins/jetpack/changelog/story-block-fix-site-icon-blavatar b/projects/plugins/jetpack/changelog/story-block-fix-site-icon-blavatar deleted file mode 100644 index e4ecd33c6016e..0000000000000 --- a/projects/plugins/jetpack/changelog/story-block-fix-site-icon-blavatar +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Handle blavatar_url case for story playback site icon diff --git a/projects/plugins/jetpack/changelog/story-block-update-pause-on-long-press b/projects/plugins/jetpack/changelog/story-block-update-pause-on-long-press deleted file mode 100644 index 0bdd579895ee9..0000000000000 --- a/projects/plugins/jetpack/changelog/story-block-update-pause-on-long-press +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Story Block: improve navigation, long press to pause and exit story on last tap diff --git a/projects/plugins/jetpack/changelog/sync-test-reenable b/projects/plugins/jetpack/changelog/sync-test-reenable deleted file mode 100644 index 35deb73f28233..0000000000000 --- a/projects/plugins/jetpack/changelog/sync-test-reenable +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Re-enable Sync Theme Tests disabled in #20050. - - diff --git a/projects/plugins/jetpack/changelog/try-add-jetpack-purchase-token b/projects/plugins/jetpack/changelog/try-add-jetpack-purchase-token deleted file mode 100644 index a76a8e874d127..0000000000000 --- a/projects/plugins/jetpack/changelog/try-add-jetpack-purchase-token +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Added 'purchasetoken' query param to all url's leading to checkout for allowing logged out user purchases on WordPress.com. diff --git a/projects/plugins/jetpack/changelog/try-disable-notifications-in-site-editor b/projects/plugins/jetpack/changelog/try-disable-notifications-in-site-editor deleted file mode 100644 index 9df558ec77ddb..0000000000000 --- a/projects/plugins/jetpack/changelog/try-disable-notifications-in-site-editor +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: compat - -Disabling admin bar in Jetpack notifications to prevent keystroke hijacking in the Site Editor. diff --git a/projects/plugins/jetpack/changelog/update-add-csstidy-config-setting-to-preserve-leading-decimal-zero b/projects/plugins/jetpack/changelog/update-add-csstidy-config-setting-to-preserve-leading-decimal-zero deleted file mode 100644 index 64a215160d7e3..0000000000000 --- a/projects/plugins/jetpack/changelog/update-add-csstidy-config-setting-to-preserve-leading-decimal-zero +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: bugfix - -Adds a setting to csstidy to tell the optimizer to preserve leading decimal zeros. diff --git a/projects/plugins/jetpack/changelog/update-admin-menu-calypso-settings-submenus b/projects/plugins/jetpack/changelog/update-admin-menu-calypso-settings-submenus deleted file mode 100644 index 549dc5c915cff..0000000000000 --- a/projects/plugins/jetpack/changelog/update-admin-menu-calypso-settings-submenus +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Admin menu: Register Calypso settings pages as independent submenus diff --git a/projects/plugins/jetpack/changelog/update-admin-menu-handle-preferred-screen b/projects/plugins/jetpack/changelog/update-admin-menu-handle-preferred-screen deleted file mode 100644 index 4bb5b8cdc2230..0000000000000 --- a/projects/plugins/jetpack/changelog/update-admin-menu-handle-preferred-screen +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Add support for choosing a preferred view on individual screens accessed from the WP.com sidebar menu diff --git a/projects/plugins/jetpack/changelog/update-admin-menu-sso-disabled b/projects/plugins/jetpack/changelog/update-admin-menu-sso-disabled deleted file mode 100644 index 52476f4d81ab4..0000000000000 --- a/projects/plugins/jetpack/changelog/update-admin-menu-sso-disabled +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Atomic-only feature, Jetpack sites won't be affected - - diff --git a/projects/plugins/jetpack/changelog/update-api-atomic-sites b/projects/plugins/jetpack/changelog/update-api-atomic-sites deleted file mode 100644 index 95264cd51b53c..0000000000000 --- a/projects/plugins/jetpack/changelog/update-api-atomic-sites +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: enhancement - -Publicly includes whether the site is a WP.com Atomic one as part of the Sites API. diff --git "a/projects/plugins/jetpack/changelog/update-babel-eslint\342\206\222@babel-eslint-parser" "b/projects/plugins/jetpack/changelog/update-babel-eslint\342\206\222@babel-eslint-parser" deleted file mode 100644 index 859059516ef48..0000000000000 --- "a/projects/plugins/jetpack/changelog/update-babel-eslint\342\206\222@babel-eslint-parser" +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Updated eslint config, no plugin change. - - diff --git a/projects/plugins/jetpack/changelog/update-backup-pkg-real-time-backup-endpoints b/projects/plugins/jetpack/changelog/update-backup-pkg-real-time-backup-endpoints deleted file mode 100644 index f4e2f149d1e82..0000000000000 --- a/projects/plugins/jetpack/changelog/update-backup-pkg-real-time-backup-endpoints +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Update lock file diff --git a/projects/plugins/jetpack/changelog/update-backup-v4-endpoints b/projects/plugins/jetpack/changelog/update-backup-v4-endpoints deleted file mode 100644 index 12c5991be4f9f..0000000000000 --- a/projects/plugins/jetpack/changelog/update-backup-v4-endpoints +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Bump jetpack-backup package version diff --git a/projects/plugins/jetpack/changelog/update-business-hours-block-php-tests-to-use-parent-class b/projects/plugins/jetpack/changelog/update-business-hours-block-php-tests-to-use-parent-class deleted file mode 100644 index d418387b1b068..0000000000000 --- a/projects/plugins/jetpack/changelog/update-business-hours-block-php-tests-to-use-parent-class +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Business Hours Block: Refactor PHP server-rendered fixture test to use parent class. diff --git a/projects/plugins/jetpack/changelog/update-carousel-missing-attribute-resilience-part-2 b/projects/plugins/jetpack/changelog/update-carousel-missing-attribute-resilience-part-2 deleted file mode 100644 index c95811764fc78..0000000000000 --- a/projects/plugins/jetpack/changelog/update-carousel-missing-attribute-resilience-part-2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Carousel: add yet more resilience to missing image data. diff --git a/projects/plugins/jetpack/changelog/update-decouple_register_and_authorize b/projects/plugins/jetpack/changelog/update-decouple_register_and_authorize deleted file mode 100644 index 98b3a413fe89e..0000000000000 --- a/projects/plugins/jetpack/changelog/update-decouple_register_and_authorize +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: major - -Changes the main connection flow and chooses between in-place or calypso flows only after the site registration diff --git a/projects/plugins/jetpack/changelog/update-e2e-in-place-connection-timeout-increase b/projects/plugins/jetpack/changelog/update-e2e-in-place-connection-timeout-increase deleted file mode 100644 index 93fdafea75f5e..0000000000000 --- a/projects/plugins/jetpack/changelog/update-e2e-in-place-connection-timeout-increase +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: small change in E2E timeout - - diff --git a/projects/plugins/jetpack/changelog/update-embeds-double-quotes b/projects/plugins/jetpack/changelog/update-embeds-double-quotes deleted file mode 100644 index d86dbdc7992fd..0000000000000 --- a/projects/plugins/jetpack/changelog/update-embeds-double-quotes +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: compat - -Shortcode Embeds: Enable compatibility with WordPress' "Lazy Loading" diff --git a/projects/plugins/jetpack/changelog/update-fix-carousel-info-pos b/projects/plugins/jetpack/changelog/update-fix-carousel-info-pos deleted file mode 100644 index b1c52c15ead74..0000000000000 --- a/projects/plugins/jetpack/changelog/update-fix-carousel-info-pos +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Carousel: fix photo info position diff --git a/projects/plugins/jetpack/changelog/update-get-options-by-ids b/projects/plugins/jetpack/changelog/update-get-options-by-ids deleted file mode 100644 index 73540434cc2e6..0000000000000 --- a/projects/plugins/jetpack/changelog/update-get-options-by-ids +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Sync Unit Test for options get_objects_by_id diff --git a/projects/plugins/jetpack/changelog/update-hide-WPCOM-profile-fields b/projects/plugins/jetpack/changelog/update-hide-WPCOM-profile-fields deleted file mode 100644 index 4f6b27b2a8815..0000000000000 --- a/projects/plugins/jetpack/changelog/update-hide-WPCOM-profile-fields +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: compat - -Edit User: hide profile fields ( First Name, Last Name, Display Name, About, Email, Website ) for WordPress.com users. These fields can be edited in WordPress.com from their respective users. diff --git a/projects/plugins/jetpack/changelog/update-idc-disconnect b/projects/plugins/jetpack/changelog/update-idc-disconnect deleted file mode 100644 index 55e0b58dcc03c..0000000000000 --- a/projects/plugins/jetpack/changelog/update-idc-disconnect +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: compat - -Remove jetpack_idc_disconnect hook as functionality has been migrated to packages. diff --git a/projects/plugins/jetpack/changelog/update-idc-endpoint-migration b/projects/plugins/jetpack/changelog/update-idc-endpoint-migration deleted file mode 100644 index 81d4dc509eca3..0000000000000 --- a/projects/plugins/jetpack/changelog/update-idc-endpoint-migration +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Migrate identity-crisis/migrate and identity-crisis/confirm-safe-mode endpoints to Identity Crisis package. diff --git a/projects/plugins/jetpack/changelog/update-init_idc_sync b/projects/plugins/jetpack/changelog/update-init_idc_sync deleted file mode 100644 index dd4f028e996c1..0000000000000 --- a/projects/plugins/jetpack/changelog/update-init_idc_sync +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: enhancement -Comment: Remove the IDC initialization since it's now happening in the Sync package. - - diff --git a/projects/plugins/jetpack/changelog/update-lazy-images-build-system b/projects/plugins/jetpack/changelog/update-lazy-images-build-system deleted file mode 100644 index 1eaea6a769e84..0000000000000 --- a/projects/plugins/jetpack/changelog/update-lazy-images-build-system +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Updated package dependencies. diff --git a/projects/plugins/jetpack/changelog/update-lock-update-endpoints b/projects/plugins/jetpack/changelog/update-lock-update-endpoints deleted file mode 100644 index 96243a2326817..0000000000000 --- a/projects/plugins/jetpack/changelog/update-lock-update-endpoints +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: compat - -Plugins Modify endpoint now supports per plugin locks. diff --git a/projects/plugins/jetpack/changelog/update-move-connection-owner-endpoint b/projects/plugins/jetpack/changelog/update-move-connection-owner-endpoint deleted file mode 100644 index 70628b17fc9be..0000000000000 --- a/projects/plugins/jetpack/changelog/update-move-connection-owner-endpoint +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Move 'connection/owner' endpoint to Connection package. diff --git a/projects/plugins/jetpack/changelog/update-node-version-14161 b/projects/plugins/jetpack/changelog/update-node-version-14161 deleted file mode 100644 index 803828652245d..0000000000000 --- a/projects/plugins/jetpack/changelog/update-node-version-14161 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Update node version requirement to 14.16.1 - - diff --git a/projects/plugins/jetpack/changelog/update-p2-admin-menu-items-hide b/projects/plugins/jetpack/changelog/update-p2-admin-menu-items-hide deleted file mode 100644 index e8c5bafb6ba77..0000000000000 --- a/projects/plugins/jetpack/changelog/update-p2-admin-menu-items-hide +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -P2: Conditionally hide admin menu items for hubs/spaces \ No newline at end of file diff --git a/projects/plugins/jetpack/changelog/update-react-page-redux-state-init b/projects/plugins/jetpack/changelog/update-react-page-redux-state-init deleted file mode 100644 index c3bfd2f19961d..0000000000000 --- a/projects/plugins/jetpack/changelog/update-react-page-redux-state-init +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Admin Page: Modularize Redux initialization into a separate helper class. diff --git a/projects/plugins/jetpack/changelog/update-redirect-js-lib-params b/projects/plugins/jetpack/changelog/update-redirect-js-lib-params deleted file mode 100644 index 517154f551d3d..0000000000000 --- a/projects/plugins/jetpack/changelog/update-redirect-js-lib-params +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Changed redirect lib to accept any param. relaced harcoded redirect link to use the lib instead diff --git a/projects/plugins/jetpack/changelog/update-redirect-lib-params b/projects/plugins/jetpack/changelog/update-redirect-lib-params deleted file mode 100644 index e373e483d100e..0000000000000 --- a/projects/plugins/jetpack/changelog/update-redirect-lib-params +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Update composer dependency - - diff --git a/projects/plugins/jetpack/changelog/update-refactor-rna-connection b/projects/plugins/jetpack/changelog/update-refactor-rna-connection deleted file mode 100644 index 5128af2dff0f3..0000000000000 --- a/projects/plugins/jetpack/changelog/update-refactor-rna-connection +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Edit the Jetpack version of a deprecated function. - - diff --git a/projects/plugins/jetpack/changelog/update-remove-jquery-from-carousel b/projects/plugins/jetpack/changelog/update-remove-jquery-from-carousel deleted file mode 100644 index 8d504391a4352..0000000000000 --- a/projects/plugins/jetpack/changelog/update-remove-jquery-from-carousel +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: enhancement - -Carousel: no longer depends on jQuery. diff --git a/projects/plugins/jetpack/changelog/update-remove_mobile_push_file b/projects/plugins/jetpack/changelog/update-remove_mobile_push_file deleted file mode 100644 index 88bc3e5eaf046..0000000000000 --- a/projects/plugins/jetpack/changelog/update-remove_mobile_push_file +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: Remove modules/mobile-push.php file. - - diff --git a/projects/plugins/jetpack/changelog/update-removes-dashboard-switcher-from-index b/projects/plugins/jetpack/changelog/update-removes-dashboard-switcher-from-index deleted file mode 100644 index 3eb2fdb93a6fe..0000000000000 --- a/projects/plugins/jetpack/changelog/update-removes-dashboard-switcher-from-index +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: compat - -Removes dashboard switcher from index.php to improve parity with Calypso. diff --git a/projects/plugins/jetpack/changelog/update-search-app-for-gutenberg b/projects/plugins/jetpack/changelog/update-search-app-for-gutenberg deleted file mode 100644 index 148a35fab2395..0000000000000 --- a/projects/plugins/jetpack/changelog/update-search-app-for-gutenberg +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Search: Prepare application for Gutenberg customization diff --git a/projects/plugins/jetpack/changelog/update-search-app-import-convention b/projects/plugins/jetpack/changelog/update-search-app-import-convention deleted file mode 100644 index f3b2ad75cec4b..0000000000000 --- a/projects/plugins/jetpack/changelog/update-search-app-import-convention +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Search: Use aliased Preact imports diff --git a/projects/plugins/jetpack/changelog/update-search-app-modularization b/projects/plugins/jetpack/changelog/update-search-app-modularization deleted file mode 100644 index fde60e6046681..0000000000000 --- a/projects/plugins/jetpack/changelog/update-search-app-modularization +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: other - -Search: Modularize Customizer and DOM integration diff --git a/projects/plugins/jetpack/changelog/update-slideshow-icon b/projects/plugins/jetpack/changelog/update-slideshow-icon deleted file mode 100644 index 4957d74475006..0000000000000 --- a/projects/plugins/jetpack/changelog/update-slideshow-icon +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: compat - -Slideshow Block: Updated icon. diff --git a/projects/plugins/jetpack/changelog/update-sync-v4-endpoints b/projects/plugins/jetpack/changelog/update-sync-v4-endpoints deleted file mode 100644 index 33928f7bb0ecc..0000000000000 --- a/projects/plugins/jetpack/changelog/update-sync-v4-endpoints +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: other -Comment: lock file update - - diff --git a/projects/plugins/jetpack/changelog/update-top-amp-ad-size b/projects/plugins/jetpack/changelog/update-top-amp-ad-size deleted file mode 100644 index 2b78db6459ce4..0000000000000 --- a/projects/plugins/jetpack/changelog/update-top-amp-ad-size +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Fix top AMP ad unit being cropped on mobile devices diff --git a/projects/plugins/jetpack/changelog/update-use-identity-crisis-package b/projects/plugins/jetpack/changelog/update-use-identity-crisis-package deleted file mode 100644 index 61bb0c8e18fc8..0000000000000 --- a/projects/plugins/jetpack/changelog/update-use-identity-crisis-package +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: compat - -Jetpack: Replace the usage of Jetpack_IDC with Identity_Crisis. diff --git a/projects/plugins/jetpack/changelog/update-videopress-in-woa-with-free b/projects/plugins/jetpack/changelog/update-videopress-in-woa-with-free deleted file mode 100644 index 6e063eb87ae62..0000000000000 --- a/projects/plugins/jetpack/changelog/update-videopress-in-woa-with-free +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: bugfix - -Videopress: do not allowing video files in WoA sites with Free plan diff --git a/projects/plugins/jetpack/changelog/update-vulnerable-js-deps b/projects/plugins/jetpack/changelog/update-vulnerable-js-deps deleted file mode 100644 index be6e11a805c15..0000000000000 --- a/projects/plugins/jetpack/changelog/update-vulnerable-js-deps +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: other - -Removed unneeded "test-spelling" script with a vulnerable dependency. diff --git a/projects/plugins/jetpack/changelog/update-wording-connection-error-message b/projects/plugins/jetpack/changelog/update-wording-connection-error-message deleted file mode 100644 index d9f38840491af..0000000000000 --- a/projects/plugins/jetpack/changelog/update-wording-connection-error-message +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: enhancement - -Dashboard: provide more useful information and an option to contact support when there are display issues in the Jetpack dashboard. diff --git a/projects/plugins/jetpack/composer.json b/projects/plugins/jetpack/composer.json index af91443818508..302e60a7ef0b7 100644 --- a/projects/plugins/jetpack/composer.json +++ b/projects/plugins/jetpack/composer.json @@ -93,7 +93,7 @@ "platform": { "ext-intl": "0.0.0" }, - "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ9_9_alpha" + "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ9_9_beta" }, "extra": { "mirror-repo": "Automattic/jetpack-production", diff --git a/projects/plugins/jetpack/jetpack.php b/projects/plugins/jetpack/jetpack.php index f21aed1348fda..ef31adf58cf89 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: 9.9-alpha + * Version: 9.9-beta * Author URI: https://jetpack.com * License: GPL2+ * Text Domain: jetpack @@ -32,7 +32,7 @@ define( 'JETPACK__MINIMUM_WP_VERSION', '5.7' ); define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' ); -define( 'JETPACK__VERSION', '9.9-alpha' ); +define( 'JETPACK__VERSION', '9.9-beta' ); /** * Constant used to fetch the connection owner token diff --git a/projects/plugins/jetpack/package.json b/projects/plugins/jetpack/package.json index c259d6ba946b4..5f63a6936889e 100644 --- a/projects/plugins/jetpack/package.json +++ b/projects/plugins/jetpack/package.json @@ -1,6 +1,6 @@ { "name": "Jetpack", - "version": "9.9.0-alpha", + "version": "9.9.0-beta", "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 75995db56f439..52f069e50982d 100644 --- a/projects/plugins/jetpack/readme.txt +++ b/projects/plugins/jetpack/readme.txt @@ -242,48 +242,43 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file 4. Promote your newest posts, pages, and products across your social media channels. == Changelog == -### 9.8.1 - 2021-06-08 -#### Bug fixes -- Carousel: avoid JavaScript errors when trying to load the Carousel view when logged out of your WordPress site. -- Related Posts: avoid squished images when image height isn't defined. -- Story Block: allow multiple stories per post. -- Story Block: allow selecting additional media items in media picker instead of only replacing the existing selection. +### 9.9-beta - 2021-06-29 +#### Major Enhancements +- Carousel: improve carousel usability, performance, accessibility, mobile friendliness. +- Carousel: improve stability, fixes multiple bugs. -### 9.8 - 2021-06-01 #### Enhancements -- Contact Form: the "Feedback > Export CSV" submenu entry has been removed. The export functionality is still available in "Feedback > Form Responses". -- Form block: allow replacing the "Message Sent" heading with custom phrase. -- Instagram Reel: add oEmbed support for Instagram Reel posts. -- Instant Search: add 'open when visitor submits the form' overlay trigger. -- Instant Search: apply configured highlight color to text highlights. -- Site Verification Tools: adds an option for Facebook domain verification. -- Story Block: add new block that enables you to use photos and videos to create engaging and tappable fullscreen slideshows. +- Blocks: additional automated tests to improve reliability. +- Editor: added Social Preview panel to the pre-publish sidebar to increase visibility. +- Dashboard: provide more useful information and an option to contact support when there are display issues in the Jetpack dashboard. +- Instant Search: improve modal animation and transition speed. + +#### General +- Jetpack now requires WordPress 5.7 in anticipation of WordPress 5.8 coming later this month. #### Improved compatibility -- Blocks: ensure blocks are compatible with upcoming Full Site Editor feature. -- Blocks: ensure tiled gallery and slideshow blocks do not output invalid CSS when used with AMP plugin. -- Dashboard: hide Settings page for non-admin users when in site-only connection. -- Instant Search: ensure search input is the correct width if an input max-width has been specified in the theme. -- Related Posts: add height attribute to post images for better compatibility with page performance analysis tools. -- Related Posts: avoid Fatal Errors when using plugins that may interact with WordPress' customizer in specific ways. -- SEO Tools: ensure Jetpack SEO does not conflict with SEOPress. -- Story Block: Improve accessibility and resolve z-index issues when playing in fullscreen. +- Blocks: make sure connection notices in blocks work with the widget and customizer block editors. +- Full Site Editing: disable admin bar in Jetpack notifications to prevent keystroke hijacking in the Site Editor. +- Podcast Block: Ensure compatability with latest version of Gutenberg plugin and WordPress 5.8. +- Search: improve Search Widget compatibility with WordPress 5.8 widget editor. +- Shortcode Embeds: enable compatibility with WordPress' "Lazy Loading". +- Slideshow Block: update icon. +- Site Logo: improve compatibility with WordPress 5.8's new Site Logo block. #### Bug fixes -- Carousel: harden fetching comments in Carousel view. -- Contact Form: remove double quotes from names in email headers to improve compatibility with different emailing solutions for WordPress. -- Dashboard: display the Sharing settings tab when editors only need to customize Publicize settings for their own account. -- Dashboard: do not display Protect card for non-admin users while in site-only connection. -- Dashboard: do not show multiple connection prompts in the Publicize settings card. -- Dashboard: ensure connected user details properly displayed. -- Dashboard: ensure that the Jetpack settings page can be accessed when using Jetpack's Offline mode. -- Fixed regression introduced in posts page icon notification WP-Admin edit.php page. -- General: ensures that the send_auth_cookies filter is respected. -- Instant Search: don't photon-ize SVG images as they're not supported by Photon -- Instant Search: fixes for design conflicts. -- Instant Search: prevent standard sidebar widgets ending up in the search modal sidebar when switching themes. -- Social Previews: don't show duplicate buttons when a featured image is selected. -- Stats: fixes the date used to fetch the Top posts in the Top posts dashboard widget. +- Custom CSS: allow leading decimal zeros. +- WordPress.com API: properly allow requests to upgrade a plugin outside of autoupdates. +- Blocks: GIF block supports the widget editor and customizer preview pane. +- AMP: Fix top AMP ad unit from being cropped on mobile devices +- Inline PDFs: Fix height of PDF embeds for greater theme compatability. +- Instant Search: ensure alt text does not contain mark element. +- Instant Search: prevent theme from overriding modal close button styles. +- Instant Search: prevent overlay from opening when composing text using an input method editor for Chinese, Japanese, Korean, and Indic languages. +- Instant Search: fix render-breaking typo for Expanded search results. +- Instant Search: show correct count for paginated results. +- Shortcode Embeds: correctly handle YouTube URLs that include a start time. +- Story Block: improve navigation, fix issues with long press to pause and exiting story on last tap. +- Payments Block: do not hide block configuration instructions when block is nested. --------