diff --git a/projects/packages/my-jetpack/CHANGELOG.md b/projects/packages/my-jetpack/CHANGELOG.md index 2781d2c64aaa6..6ebeffd1c6b20 100644 --- a/projects/packages/my-jetpack/CHANGELOG.md +++ b/projects/packages/my-jetpack/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [5.16.1] - 2025-06-06 +### Changed +- Internal updates. + ## [5.16.0] - 2025-06-05 ### Added - Connection: error handling for protected owner on WPcom. [#43593] @@ -2178,6 +2182,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created package +[5.16.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.16.0...5.16.1 [5.16.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.15.0...5.16.0 [5.15.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.14.5...5.15.0 [5.14.5]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.14.4...5.14.5 diff --git a/projects/packages/my-jetpack/changelog/fix-nav-unification-jetpack-menu-order b/projects/packages/my-jetpack/changelog/fix-nav-unification-jetpack-menu-order deleted file mode 100644 index ed7a0190a280a..0000000000000 --- a/projects/packages/my-jetpack/changelog/fix-nav-unification-jetpack-menu-order +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Linting changes - - diff --git a/projects/packages/my-jetpack/package.json b/projects/packages/my-jetpack/package.json index ee50f05eba77d..422eea0ccadad 100644 --- a/projects/packages/my-jetpack/package.json +++ b/projects/packages/my-jetpack/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-my-jetpack", - "version": "5.16.0", + "version": "5.16.1", "description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/my-jetpack/#readme", "bugs": { diff --git a/projects/packages/my-jetpack/src/class-initializer.php b/projects/packages/my-jetpack/src/class-initializer.php index df17d4519ddc7..baec09c4ecd52 100644 --- a/projects/packages/my-jetpack/src/class-initializer.php +++ b/projects/packages/my-jetpack/src/class-initializer.php @@ -39,7 +39,7 @@ class Initializer { * * @var string */ - const PACKAGE_VERSION = '5.16.0'; + const PACKAGE_VERSION = '5.16.1'; /** * HTML container ID for the IDC screen on My Jetpack page. diff --git a/projects/plugins/starter-plugin/CHANGELOG.md b/projects/plugins/starter-plugin/CHANGELOG.md index 7016e0ea9f894..a420ad410fc4e 100644 --- a/projects/plugins/starter-plugin/CHANGELOG.md +++ b/projects/plugins/starter-plugin/CHANGELOG.md @@ -5,8 +5,30 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.6.0 - 2025-04-04 +## 0.7.0 - 2025-06-06 +### Added +- Add more error logging. [#42959] +- Add My Jetpack tour. [#42880] +### Changed +- Code: First pass of style coding standards. [#42734] +- E2E Tests: Update config file encryption algorithm. [#43523] +- My Jetpack: Hide backup failure notice when backups are deactivated. [#43568] +- My Jetpack: Optimize the images for onboarding slider for faster page load. [#43473] +- My Jetpack: Update the onboarding UI, changing it to a single button. [#43203] +- Update package dependencies. [#43085] [#43071] [#43320] [#43326] [#43398] [#43400] [#43425] [#43578] [#43734] + +### Removed +- General: Update minimum WordPress version to 6.7. [#43192] + +### Fixed +- JS Packages: Decrease CSS priority of global styles to prevent them from applying within the editor. [#43035] +- Linting: Address final rules in WordPress Stylelint config. [#43296] +- My Jetpack: Fixed Onboarding UI responsiveness at 600px. [#43533] +- My Jetpack: Fix readability of license activation button on hover. [#43550] +- My Jetpack: Ensure social login does not get stuck when email input is not empty. [#43158] + +## 0.6.0 - 2025-04-04 ### Changed - Code: Use function-style `exit()` and `die()` with a default status code of 0. [#41167] - General: Indicate compatibility with WordPress 6.8. [#42701] diff --git a/projects/plugins/starter-plugin/changelog/add-JETPACK-286-onboarding-email-error-logging b/projects/plugins/starter-plugin/changelog/add-JETPACK-286-onboarding-email-error-logging deleted file mode 100644 index 57a8cc868799c..0000000000000 --- a/projects/plugins/starter-plugin/changelog/add-JETPACK-286-onboarding-email-error-logging +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Added more error logging. diff --git a/projects/plugins/starter-plugin/changelog/fix-e2e-update_config_encryption b/projects/plugins/starter-plugin/changelog/fix-e2e-update_config_encryption deleted file mode 100644 index 80f6e393348cc..0000000000000 --- a/projects/plugins/starter-plugin/changelog/fix-e2e-update_config_encryption +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -E2E Tests: Update config file encryption algorithm. diff --git a/projects/plugins/starter-plugin/changelog/fix-my-jetpack-backup-notice-when-deactivated b/projects/plugins/starter-plugin/changelog/fix-my-jetpack-backup-notice-when-deactivated deleted file mode 100644 index 1a57b71bf85e2..0000000000000 --- a/projects/plugins/starter-plugin/changelog/fix-my-jetpack-backup-notice-when-deactivated +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -My Jetpack: Hide backup failure notice when backups are deactivated. diff --git a/projects/plugins/starter-plugin/changelog/fix-my-jetpack-invalid-email-sent-on-onboarding b/projects/plugins/starter-plugin/changelog/fix-my-jetpack-invalid-email-sent-on-onboarding deleted file mode 100644 index ce7c87eca807c..0000000000000 --- a/projects/plugins/starter-plugin/changelog/fix-my-jetpack-invalid-email-sent-on-onboarding +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -My Jetpack: Fix social login getting stuck when email input not empty diff --git a/projects/plugins/starter-plugin/changelog/fix-my-jetpack-license-activation-button-hover-styles b/projects/plugins/starter-plugin/changelog/fix-my-jetpack-license-activation-button-hover-styles deleted file mode 100644 index 443983c4ae99c..0000000000000 --- a/projects/plugins/starter-plugin/changelog/fix-my-jetpack-license-activation-button-hover-styles +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -My Jetpack: Fix readability of license activation button on hover. diff --git a/projects/plugins/starter-plugin/changelog/fix-my-jetpack-onboarding-responsiveness-at-600px b/projects/plugins/starter-plugin/changelog/fix-my-jetpack-onboarding-responsiveness-at-600px deleted file mode 100644 index a4d671b42cd1e..0000000000000 --- a/projects/plugins/starter-plugin/changelog/fix-my-jetpack-onboarding-responsiveness-at-600px +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -My Jetpack: Fixed Onboarding UI responsiveness at 600px. diff --git a/projects/plugins/starter-plugin/changelog/fix-remaining-phpunit-11-deprecations b/projects/plugins/starter-plugin/changelog/fix-remaining-phpunit-11-deprecations deleted file mode 100644 index e635528f1e539..0000000000000 --- a/projects/plugins/starter-plugin/changelog/fix-remaining-phpunit-11-deprecations +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Configure PHPUnit 11 to report and fail on deprecations. - - diff --git a/projects/plugins/starter-plugin/changelog/fix-sass-import-jetpack-base-styles b/projects/plugins/starter-plugin/changelog/fix-sass-import-jetpack-base-styles deleted file mode 100644 index 38311713c9d3a..0000000000000 --- a/projects/plugins/starter-plugin/changelog/fix-sass-import-jetpack-base-styles +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: sass: `@use` rather than `@import` for `@automattic/jetpack-base-styles`. - - diff --git a/projects/plugins/starter-plugin/changelog/fix-stylelint-newline_reqs b/projects/plugins/starter-plugin/changelog/fix-stylelint-newline_reqs deleted file mode 100644 index d48ffcf12822d..0000000000000 --- a/projects/plugins/starter-plugin/changelog/fix-stylelint-newline_reqs +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Code: First pass of style coding standards. diff --git a/projects/plugins/starter-plugin/changelog/fix-stylelint-remaining_hoopla b/projects/plugins/starter-plugin/changelog/fix-stylelint-remaining_hoopla deleted file mode 100644 index 9d9335442b46b..0000000000000 --- a/projects/plugins/starter-plugin/changelog/fix-stylelint-remaining_hoopla +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Linting: Address final rules in WordPress Stylelint config. diff --git a/projects/plugins/starter-plugin/changelog/fix-turn-off-global-styles-in-the-editor b/projects/plugins/starter-plugin/changelog/fix-turn-off-global-styles-in-the-editor deleted file mode 100644 index cb0916e4c3f66..0000000000000 --- a/projects/plugins/starter-plugin/changelog/fix-turn-off-global-styles-in-the-editor +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -JS Packages: Decrease CSS priority of global styles to prevent them from applying within the editor diff --git a/projects/plugins/starter-plugin/changelog/prerelease b/projects/plugins/starter-plugin/changelog/prerelease deleted file mode 100644 index 47f5577b92146..0000000000000 --- a/projects/plugins/starter-plugin/changelog/prerelease +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update composer.lock. - - diff --git a/projects/plugins/starter-plugin/changelog/prerelease#2 b/projects/plugins/starter-plugin/changelog/prerelease#2 deleted file mode 100644 index 47f5577b92146..0000000000000 --- a/projects/plugins/starter-plugin/changelog/prerelease#2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update composer.lock. - - diff --git a/projects/plugins/starter-plugin/changelog/prerelease#3 b/projects/plugins/starter-plugin/changelog/prerelease#3 deleted file mode 100644 index 47f5577b92146..0000000000000 --- a/projects/plugins/starter-plugin/changelog/prerelease#3 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update composer.lock. - - diff --git a/projects/plugins/starter-plugin/changelog/prerelease#4 b/projects/plugins/starter-plugin/changelog/prerelease#4 deleted file mode 100644 index 47f5577b92146..0000000000000 --- a/projects/plugins/starter-plugin/changelog/prerelease#4 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update composer.lock. - - diff --git a/projects/plugins/starter-plugin/changelog/prerelease#5 b/projects/plugins/starter-plugin/changelog/prerelease#5 deleted file mode 100644 index 47f5577b92146..0000000000000 --- a/projects/plugins/starter-plugin/changelog/prerelease#5 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update composer.lock. - - diff --git a/projects/plugins/starter-plugin/changelog/prerelease#6 b/projects/plugins/starter-plugin/changelog/prerelease#6 deleted file mode 100644 index 47f5577b92146..0000000000000 --- a/projects/plugins/starter-plugin/changelog/prerelease#6 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update composer.lock. - - diff --git a/projects/plugins/starter-plugin/changelog/prerelease#7 b/projects/plugins/starter-plugin/changelog/prerelease#7 deleted file mode 100644 index 47f5577b92146..0000000000000 --- a/projects/plugins/starter-plugin/changelog/prerelease#7 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update composer.lock. - - diff --git a/projects/plugins/starter-plugin/changelog/prerelease#8 b/projects/plugins/starter-plugin/changelog/prerelease#8 deleted file mode 100644 index 47f5577b92146..0000000000000 --- a/projects/plugins/starter-plugin/changelog/prerelease#8 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update composer.lock. - - diff --git a/projects/plugins/starter-plugin/changelog/prerelease#9 b/projects/plugins/starter-plugin/changelog/prerelease#9 deleted file mode 100644 index 47f5577b92146..0000000000000 --- a/projects/plugins/starter-plugin/changelog/prerelease#9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update composer.lock. - - diff --git a/projects/plugins/starter-plugin/changelog/renovate-babel-monorepo b/projects/plugins/starter-plugin/changelog/renovate-babel-monorepo deleted file mode 100644 index 45028352a802a..0000000000000 --- a/projects/plugins/starter-plugin/changelog/renovate-babel-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update package dependencies. diff --git a/projects/plugins/starter-plugin/changelog/renovate-jest-monorepo b/projects/plugins/starter-plugin/changelog/renovate-jest-monorepo deleted file mode 100644 index 45028352a802a..0000000000000 --- a/projects/plugins/starter-plugin/changelog/renovate-jest-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update package dependencies. diff --git a/projects/plugins/starter-plugin/changelog/renovate-lock-file-maintenance b/projects/plugins/starter-plugin/changelog/renovate-lock-file-maintenance deleted file mode 100644 index 45028352a802a..0000000000000 --- a/projects/plugins/starter-plugin/changelog/renovate-lock-file-maintenance +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update package dependencies. diff --git a/projects/plugins/starter-plugin/changelog/renovate-playwright-monorepo b/projects/plugins/starter-plugin/changelog/renovate-playwright-monorepo deleted file mode 100644 index 45028352a802a..0000000000000 --- a/projects/plugins/starter-plugin/changelog/renovate-playwright-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update package dependencies. diff --git a/projects/plugins/starter-plugin/changelog/renovate-sass-1.x b/projects/plugins/starter-plugin/changelog/renovate-sass-1.x deleted file mode 100644 index 45028352a802a..0000000000000 --- a/projects/plugins/starter-plugin/changelog/renovate-sass-1.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update package dependencies. diff --git a/projects/plugins/starter-plugin/changelog/renovate-sass-loader-16.x b/projects/plugins/starter-plugin/changelog/renovate-sass-loader-16.x deleted file mode 100644 index 45028352a802a..0000000000000 --- a/projects/plugins/starter-plugin/changelog/renovate-sass-loader-16.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update package dependencies. diff --git a/projects/plugins/starter-plugin/changelog/renovate-wordpress-monorepo b/projects/plugins/starter-plugin/changelog/renovate-wordpress-monorepo deleted file mode 100644 index 45028352a802a..0000000000000 --- a/projects/plugins/starter-plugin/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update package dependencies. diff --git a/projects/plugins/starter-plugin/changelog/renovate-wordpress-monorepo#2 b/projects/plugins/starter-plugin/changelog/renovate-wordpress-monorepo#2 deleted file mode 100644 index 45028352a802a..0000000000000 --- a/projects/plugins/starter-plugin/changelog/renovate-wordpress-monorepo#2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Update package dependencies. diff --git a/projects/plugins/starter-plugin/changelog/update-bump-min-wp-to-67 b/projects/plugins/starter-plugin/changelog/update-bump-min-wp-to-67 deleted file mode 100644 index bfc6b1ed2eef1..0000000000000 --- a/projects/plugins/starter-plugin/changelog/update-bump-min-wp-to-67 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: Update minimum WordPress version to 6.7. diff --git a/projects/plugins/starter-plugin/changelog/update-composer-lock-file b/projects/plugins/starter-plugin/changelog/update-composer-lock-file deleted file mode 100644 index 404567eb7959c..0000000000000 --- a/projects/plugins/starter-plugin/changelog/update-composer-lock-file +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -jetpack-assets now requires jetpack-status so updating composer lock files. diff --git a/projects/plugins/starter-plugin/changelog/update-martech-52-restore-my-jetpack-tour b/projects/plugins/starter-plugin/changelog/update-martech-52-restore-my-jetpack-tour deleted file mode 100644 index d57eedb6a4aa9..0000000000000 --- a/projects/plugins/starter-plugin/changelog/update-martech-52-restore-my-jetpack-tour +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Adding My Jetpack tour. diff --git a/projects/plugins/starter-plugin/changelog/update-my-jetpack-onboarding-ui-to-only-button b/projects/plugins/starter-plugin/changelog/update-my-jetpack-onboarding-ui-to-only-button deleted file mode 100644 index df91aa8e78961..0000000000000 --- a/projects/plugins/starter-plugin/changelog/update-my-jetpack-onboarding-ui-to-only-button +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -My Jetpack: Updated the onboarding UI, changing it to a single button diff --git a/projects/plugins/starter-plugin/changelog/update-my-jetpack-optimize-onbording-slider-images b/projects/plugins/starter-plugin/changelog/update-my-jetpack-optimize-onbording-slider-images deleted file mode 100644 index 59e3600e01def..0000000000000 --- a/projects/plugins/starter-plugin/changelog/update-my-jetpack-optimize-onbording-slider-images +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -My Jetpack: Optimize the images for onboarding slider for faster page load. diff --git a/projects/plugins/starter-plugin/changelog/update-tooling-add_wp_slug_via_generate_command b/projects/plugins/starter-plugin/changelog/update-tooling-add_wp_slug_via_generate_command deleted file mode 100644 index 83f6b3acae4bb..0000000000000 --- a/projects/plugins/starter-plugin/changelog/update-tooling-add_wp_slug_via_generate_command +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: fixed -Comment: Clean up some Starter Plugin leakage. - - diff --git a/projects/plugins/starter-plugin/changelog/update-use-sass-embedded b/projects/plugins/starter-plugin/changelog/update-use-sass-embedded deleted file mode 100644 index bdc53cf420670..0000000000000 --- a/projects/plugins/starter-plugin/changelog/update-use-sass-embedded +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Use `sass-embedded` instead of `sass`. - - diff --git a/projects/plugins/starter-plugin/changelog/update-yoast-polyfills-v4 b/projects/plugins/starter-plugin/changelog/update-yoast-polyfills-v4 deleted file mode 100644 index 83ecfca358dce..0000000000000 --- a/projects/plugins/starter-plugin/changelog/update-yoast-polyfills-v4 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update `yoast/phpunit-polyfills` to v4, and add PHPUnit 12 config (as a symlink to the PHPUnit 11 config, since it's identical). - - diff --git a/projects/plugins/starter-plugin/composer.json b/projects/plugins/starter-plugin/composer.json index 7518fa6a78dfd..f2a52fe713a56 100644 --- a/projects/plugins/starter-plugin/composer.json +++ b/projects/plugins/starter-plugin/composer.json @@ -69,6 +69,6 @@ "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true }, - "autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_6_0" + "autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_7_0" } } diff --git a/projects/plugins/starter-plugin/jetpack-starter-plugin.php b/projects/plugins/starter-plugin/jetpack-starter-plugin.php index bdcc2514e8493..a11fbc484ecc0 100644 --- a/projects/plugins/starter-plugin/jetpack-starter-plugin.php +++ b/projects/plugins/starter-plugin/jetpack-starter-plugin.php @@ -4,7 +4,7 @@ * Plugin Name: Jetpack Starter Plugin * Plugin URI: https://wordpress.org/plugins/jetpack-starter-plugin * Description: plugin--description. - * Version: 0.6.0 + * Version: 0.7.0 * Author: Automattic * Author URI: https://jetpack.com/ * License: GPLv2 or later diff --git a/projects/plugins/starter-plugin/readme.txt b/projects/plugins/starter-plugin/readme.txt index 0da4d2a8243dd..a6923bd1a297a 100644 --- a/projects/plugins/starter-plugin/readme.txt +++ b/projects/plugins/starter-plugin/readme.txt @@ -33,17 +33,28 @@ directory take precedence. For example, `/assets/screenshot-1.png` would win ove 2. This is the second screen shot == Changelog == -### 0.6.0 - 2025-04-04 +### 0.7.0 - 2025-06-06 +#### Added +- Add more error logging. +- Add My Jetpack tour. #### Changed -- Code: Use function-style `exit()` and `die()` with a default status code of 0. -- General: Indicate compatibility with WordPress 6.8. -- Update composer.lock +- Code: First pass of style coding standards. +- E2E Tests: Update config file encryption algorithm. +- My Jetpack: Hide backup failure notice when backups are deactivated. +- My Jetpack: Optimize the images for onboarding slider for faster page load. +- My Jetpack: Update the onboarding UI, changing it to a single button. - Update package dependencies. +#### Removed +- General: Update minimum WordPress version to 6.7. + #### Fixed -- Code: Prevent dynamic class properties. -- E2E Tests: Only install single browser used by Playwright. +- JS Packages: Decrease CSS priority of global styles to prevent them from applying within the editor. +- Linting: Address final rules in WordPress Stylelint config. +- My Jetpack: Fixed Onboarding UI responsiveness at 600px. +- My Jetpack: Fix readability of license activation button on hover. +- My Jetpack: Ensure social login does not get stuck when email input is not empty. == Arbitrary section ==