diff --git a/projects/packages/my-jetpack/CHANGELOG.md b/projects/packages/my-jetpack/CHANGELOG.md index bc6fc7d7d69e8..c9d374c0413fc 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.3.2] - 2025-01-14 +### Fixed +- Fix bug where description doesn't show up on backup card in specific scenarios. [#40904] + ## [5.3.1] - 2025-01-10 ### Added - Add new WAF status on Protect card for when WAF is unsupported. [#40880] @@ -1902,6 +1906,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created package +[5.3.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.3.1...5.3.2 [5.3.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.3.0...5.3.1 [5.3.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.2.0...5.3.0 [5.2.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.1.2...5.2.0 diff --git a/projects/packages/my-jetpack/changelog/fix-issue-description-not-showing-up-on-backup-card b/projects/packages/my-jetpack/changelog/fix-issue-description-not-showing-up-on-backup-card deleted file mode 100644 index 89c4f89d97871..0000000000000 --- a/projects/packages/my-jetpack/changelog/fix-issue-description-not-showing-up-on-backup-card +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fix bug where description doesn't show up on backup card in specific scenarios diff --git a/projects/packages/my-jetpack/package.json b/projects/packages/my-jetpack/package.json index c074fd1e6887e..9f957f3a2dfcc 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.3.1", + "version": "5.3.2", "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 5fd94ab919e18..6efc68e8637d3 100644 --- a/projects/packages/my-jetpack/src/class-initializer.php +++ b/projects/packages/my-jetpack/src/class-initializer.php @@ -41,7 +41,7 @@ class Initializer { * * @var string */ - const PACKAGE_VERSION = '5.3.1'; + const PACKAGE_VERSION = '5.3.2'; /** * HTML container ID for the IDC screen on My Jetpack page. diff --git a/projects/packages/publicize/CHANGELOG.md b/projects/packages/publicize/CHANGELOG.md index 2ccb8910c271b..547957194bbe5 100644 --- a/projects/packages/publicize/CHANGELOG.md +++ b/projects/packages/publicize/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.57.3] - 2025-01-14 +### Fixed +- Social: Fix failure on post save with LinkedIn connection enabled. [#41000] + ## [0.57.2] - 2025-01-13 ### Added - Publicize: Allow filtering of connections in publicize rest endpoint. [#40914] @@ -803,6 +807,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated package dependencies. - Update package.json metadata. +[0.57.3]: https://github.com/Automattic/jetpack-publicize/compare/v0.57.2...v0.57.3 [0.57.2]: https://github.com/Automattic/jetpack-publicize/compare/v0.57.1...v0.57.2 [0.57.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.57.0...v0.57.1 [0.57.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.56.5...v0.57.0 diff --git a/projects/packages/publicize/changelog/fix-social-schema-validation-on-saving-post b/projects/packages/publicize/changelog/fix-social-schema-validation-on-saving-post deleted file mode 100644 index 76c4fd52a875d..0000000000000 --- a/projects/packages/publicize/changelog/fix-social-schema-validation-on-saving-post +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Social | Fix failure on post save with LinkedIn connection enabled diff --git a/projects/packages/publicize/package.json b/projects/packages/publicize/package.json index 5e99f301d1008..f461892616b78 100644 --- a/projects/packages/publicize/package.json +++ b/projects/packages/publicize/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-publicize", - "version": "0.57.2", + "version": "0.57.3", "description": "Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/publicize/#readme", "bugs": { diff --git a/projects/plugins/social/CHANGELOG.md b/projects/plugins/social/CHANGELOG.md index 98da7ce7bca7f..8092d19e46b9a 100644 --- a/projects/plugins/social/CHANGELOG.md +++ b/projects/plugins/social/CHANGELOG.md @@ -5,6 +5,44 @@ 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). +## 6.0.0 - 2025-01-14 +### Added +- Add Bluesky to social feature copy. [#40487] +- Add a new toggle for UTM tracking. [#39998] +- Add LinkedIn permissions warning. [#40220] +- Enable test coverage. [#39961] +- Make Post share status immediately available in the editor on page load. [#40301] +- My Jetpack: Update recommendations section in My Jetpack to include a slider interaction for the cards. [#39850] + +### Changed +- Change My Jetpack CTA from "Learn more" to "Activate". [#40359] +- Change order of connections. [#40020] +- Clean up unused TypeScript types [#40033] +- E2E Tests: Update tests to use @wordpress/e2e-test-utils-playwright. [#40750] +- Ensure the support link points to Jetpack support. [#40760] +- Image Generator: Change description for toggle. [#40991] +- Image Generator: Move settings to new store. [#39904] +- Migrate settings to new script data. [#40032] +- Migrate the last bits of social store to new script data. [#40081] +- Move the admin menu initialization to the init hook. [#40474] +- Readme: Update documentation to include all supported social networks. [#40248] +- Remove some unused code. [#40122] +- Resolve an issue where revoked licenses were incorrectly treated as unattached. This caused users to be redirected to the license activation page after site connection, even when unattached licenses were not valid for activation. [#40215] +- Updated dependencies. [#40286] +- Updated package dependencies. [#39999] [#40000] [#40060] [#40116] [#40258] [#40288] [#40363] [#40515] [#40564] [#40693] [#40784] [#40792] [#40798] [#40815] [#40980] + +### Removed +- General: Update minimum PHP version to 7.2. [#40147] +- General: Update minimum WordPress version to 6.6. [#40146] + +### Fixed +- E2E Tests: Only install single browser used by Playwright. [#40827] +- Fix an issue where we showed the license message even with a plan. [#40931] +- Fix the infinite reload issue on Jetpack Sharing settings. [#40089] +- Fix the Instagram max video length. [#39930] +- Page & Post: Fix the layout on mobile when details are open. [#40872] +- Prevent dataviews styles imported in share status from being added globally. [#39991] + ## 5.5.1 - 2024-10-29 ### Changed - Components: Add __nextHasNoMarginBottom to BaseControl-based components, preventing deprecation notices. [#39877] diff --git a/projects/plugins/social/changelog/add-bluesky-to-social-network-feature-copy b/projects/plugins/social/changelog/add-bluesky-to-social-network-feature-copy deleted file mode 100644 index 66ad74185bb3a..0000000000000 --- a/projects/plugins/social/changelog/add-bluesky-to-social-network-feature-copy +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Add Bluesky to social feature copy diff --git a/projects/plugins/social/changelog/add-ci-always-process-coverage b/projects/plugins/social/changelog/add-ci-always-process-coverage deleted file mode 100644 index 387ca599c4182..0000000000000 --- a/projects/plugins/social/changelog/add-ci-always-process-coverage +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Always run JS coverage, even if PHP coverage fails. - - diff --git a/projects/plugins/social/changelog/add-e2e-test-for-publicize-activation-from-the-editor b/projects/plugins/social/changelog/add-e2e-test-for-publicize-activation-from-the-editor deleted file mode 100644 index 5af1c99a84770..0000000000000 --- a/projects/plugins/social/changelog/add-e2e-test-for-publicize-activation-from-the-editor +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated E2E test - - diff --git a/projects/plugins/social/changelog/add-linkedin-warning b/projects/plugins/social/changelog/add-linkedin-warning deleted file mode 100644 index ab211a2d6f602..0000000000000 --- a/projects/plugins/social/changelog/add-linkedin-warning +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Added linkedin warning diff --git a/projects/plugins/social/changelog/add-my-jetpack-recommendations-slider b/projects/plugins/social/changelog/add-my-jetpack-recommendations-slider deleted file mode 100644 index 0658a74e13790..0000000000000 --- a/projects/plugins/social/changelog/add-my-jetpack-recommendations-slider +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -My Jetpack: update the recommendations section in My Jetpack to include a slider interaction for the cards. diff --git a/projects/plugins/social/changelog/add-social-utm-toggle b/projects/plugins/social/changelog/add-social-utm-toggle deleted file mode 100644 index 051cef8fb332c..0000000000000 --- a/projects/plugins/social/changelog/add-social-utm-toggle +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Added a new toggle for UTM tracking diff --git a/projects/plugins/social/changelog/explore-wp-e2e-setup b/projects/plugins/social/changelog/explore-wp-e2e-setup deleted file mode 100644 index 31a7d1fe4b51b..0000000000000 --- a/projects/plugins/social/changelog/explore-wp-e2e-setup +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated E2E tests to use @wordpress/e2e-test-utils-playwright diff --git a/projects/plugins/social/changelog/fix-bump_composer_versions b/projects/plugins/social/changelog/fix-bump_composer_versions deleted file mode 100644 index 13cbf3392f78d..0000000000000 --- a/projects/plugins/social/changelog/fix-bump_composer_versions +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated dependencies. diff --git a/projects/plugins/social/changelog/fix-bump_composer_versions_round2#2 b/projects/plugins/social/changelog/fix-bump_composer_versions_round2#2 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/social/changelog/fix-bump_composer_versions_round2#2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/social/changelog/fix-edit-page-on-mobile b/projects/plugins/social/changelog/fix-edit-page-on-mobile deleted file mode 100644 index 2df92e6d1bb24..0000000000000 --- a/projects/plugins/social/changelog/fix-edit-page-on-mobile +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Page & Post: Fix the layout on mobile when details are open diff --git a/projects/plugins/social/changelog/fix-instagram-video-length b/projects/plugins/social/changelog/fix-instagram-video-length deleted file mode 100644 index 184b7ae44f3e6..0000000000000 --- a/projects/plugins/social/changelog/fix-instagram-video-length +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Social: Fixed the Instagram max video length diff --git a/projects/plugins/social/changelog/fix-order-of-services b/projects/plugins/social/changelog/fix-order-of-services deleted file mode 100644 index 8f7a66077dab9..0000000000000 --- a/projects/plugins/social/changelog/fix-order-of-services +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Change order of connections. diff --git a/projects/plugins/social/changelog/fix-playwright_install_tweaks b/projects/plugins/social/changelog/fix-playwright_install_tweaks deleted file mode 100644 index ebeba9b69f473..0000000000000 --- a/projects/plugins/social/changelog/fix-playwright_install_tweaks +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -E2E Tests: Only install single browser used by Playwright. diff --git a/projects/plugins/social/changelog/fix-social-dataviews-styles-being-added-globally b/projects/plugins/social/changelog/fix-social-dataviews-styles-being-added-globally deleted file mode 100644 index 31d9c15df3a10..0000000000000 --- a/projects/plugins/social/changelog/fix-social-dataviews-styles-being-added-globally +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fixed dataviews styles imported in share status being added globally diff --git a/projects/plugins/social/changelog/fix-social-infinite-reload-of-jetpack-settings-page b/projects/plugins/social/changelog/fix-social-infinite-reload-of-jetpack-settings-page deleted file mode 100644 index b53d86b6e5a94..0000000000000 --- a/projects/plugins/social/changelog/fix-social-infinite-reload-of-jetpack-settings-page +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fixed the inifite reload issue on Jetpack Sharing settings diff --git a/projects/plugins/social/changelog/fix-social-show-pricing-page-default-value b/projects/plugins/social/changelog/fix-social-show-pricing-page-default-value deleted file mode 100644 index 9eccf7666d154..0000000000000 --- a/projects/plugins/social/changelog/fix-social-show-pricing-page-default-value +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fixed an issue where we showed the license message even with a plan diff --git a/projects/plugins/social/changelog/move-admin-menu-to-init b/projects/plugins/social/changelog/move-admin-menu-to-init deleted file mode 100644 index c08dcf087a023..0000000000000 --- a/projects/plugins/social/changelog/move-admin-menu-to-init +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -Moved the admin menu initialization to the init hook. diff --git a/projects/plugins/social/changelog/prerelease b/projects/plugins/social/changelog/prerelease deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/social/changelog/prerelease +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/social/changelog/prerelease#10 b/projects/plugins/social/changelog/prerelease#10 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/social/changelog/prerelease#10 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/social/changelog/prerelease#11 b/projects/plugins/social/changelog/prerelease#11 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/social/changelog/prerelease#11 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/social/changelog/prerelease#12 b/projects/plugins/social/changelog/prerelease#12 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/social/changelog/prerelease#12 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/social/changelog/prerelease#2 b/projects/plugins/social/changelog/prerelease#2 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/social/changelog/prerelease#2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/social/changelog/prerelease#3 b/projects/plugins/social/changelog/prerelease#3 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/social/changelog/prerelease#3 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/social/changelog/prerelease#4 b/projects/plugins/social/changelog/prerelease#4 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/social/changelog/prerelease#4 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/social/changelog/prerelease#5 b/projects/plugins/social/changelog/prerelease#5 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/social/changelog/prerelease#5 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/social/changelog/prerelease#6 b/projects/plugins/social/changelog/prerelease#6 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/social/changelog/prerelease#6 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/social/changelog/prerelease#7 b/projects/plugins/social/changelog/prerelease#7 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/social/changelog/prerelease#7 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/social/changelog/prerelease#8 b/projects/plugins/social/changelog/prerelease#8 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/social/changelog/prerelease#8 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/social/changelog/prerelease#9 b/projects/plugins/social/changelog/prerelease#9 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/social/changelog/prerelease#9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/social/changelog/renovate-automattic-color-studio-4.x b/projects/plugins/social/changelog/renovate-automattic-color-studio-4.x deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/social/changelog/renovate-automattic-color-studio-4.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/social/changelog/renovate-autoprefixer-10.x b/projects/plugins/social/changelog/renovate-autoprefixer-10.x deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/social/changelog/renovate-autoprefixer-10.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/social/changelog/renovate-babel-monorepo b/projects/plugins/social/changelog/renovate-babel-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/social/changelog/renovate-babel-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/social/changelog/renovate-brain-monkey-2.x b/projects/plugins/social/changelog/renovate-brain-monkey-2.x deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/social/changelog/renovate-brain-monkey-2.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/social/changelog/renovate-brain-monkey-2.x#2 b/projects/plugins/social/changelog/renovate-brain-monkey-2.x#2 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/social/changelog/renovate-brain-monkey-2.x#2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/social/changelog/renovate-config-3.x b/projects/plugins/social/changelog/renovate-config-3.x deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/social/changelog/renovate-config-3.x +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/social/changelog/renovate-definitelytyped b/projects/plugins/social/changelog/renovate-definitelytyped deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/social/changelog/renovate-definitelytyped +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/social/changelog/renovate-definitelytyped#2 b/projects/plugins/social/changelog/renovate-definitelytyped#2 deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/social/changelog/renovate-definitelytyped#2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/social/changelog/renovate-lock-file-maintenance b/projects/plugins/social/changelog/renovate-lock-file-maintenance deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/social/changelog/renovate-lock-file-maintenance +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/social/changelog/renovate-lock-file-maintenance#2 b/projects/plugins/social/changelog/renovate-lock-file-maintenance#2 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/social/changelog/renovate-lock-file-maintenance#2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/social/changelog/renovate-lock-file-maintenance#3 b/projects/plugins/social/changelog/renovate-lock-file-maintenance#3 deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/social/changelog/renovate-lock-file-maintenance#3 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/social/changelog/renovate-lock-file-maintenance#4 b/projects/plugins/social/changelog/renovate-lock-file-maintenance#4 deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/social/changelog/renovate-lock-file-maintenance#4 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/social/changelog/renovate-playwright-monorepo b/projects/plugins/social/changelog/renovate-playwright-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/social/changelog/renovate-playwright-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/social/changelog/renovate-wordpress-monorepo b/projects/plugins/social/changelog/renovate-wordpress-monorepo deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/social/changelog/renovate-wordpress-monorepo +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/social/changelog/renovate-wordpress-monorepo#2 b/projects/plugins/social/changelog/renovate-wordpress-monorepo#2 deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/social/changelog/renovate-wordpress-monorepo#2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/social/changelog/renovate-wordpress-monorepo#3 b/projects/plugins/social/changelog/renovate-wordpress-monorepo#3 deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/social/changelog/renovate-wordpress-monorepo#3 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/social/changelog/renovate-wordpress-monorepo#4 b/projects/plugins/social/changelog/renovate-wordpress-monorepo#4 deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/social/changelog/renovate-wordpress-monorepo#4 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Updated package dependencies. diff --git a/projects/plugins/social/changelog/restore-jp_test_coverage b/projects/plugins/social/changelog/restore-jp_test_coverage deleted file mode 100644 index 7bb19dc79dd19..0000000000000 --- a/projects/plugins/social/changelog/restore-jp_test_coverage +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Enable test coverage. diff --git a/projects/plugins/social/changelog/restore-jp_test_coverage#2 b/projects/plugins/social/changelog/restore-jp_test_coverage#2 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/social/changelog/restore-jp_test_coverage#2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/social/changelog/update-bump_min_php_to_7.2 b/projects/plugins/social/changelog/update-bump_min_php_to_7.2 deleted file mode 100644 index 712ab5f494aaa..0000000000000 --- a/projects/plugins/social/changelog/update-bump_min_php_to_7.2 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: Update minimum PHP version to 7.2. diff --git a/projects/plugins/social/changelog/update-bump_min_php_to_7.2#2 b/projects/plugins/social/changelog/update-bump_min_php_to_7.2#2 deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/social/changelog/update-bump_min_php_to_7.2#2 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/social/changelog/update-bump_min_wp_to_6.6 b/projects/plugins/social/changelog/update-bump_min_wp_to_6.6 deleted file mode 100644 index b5daa14e55bc4..0000000000000 --- a/projects/plugins/social/changelog/update-bump_min_wp_to_6.6 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: removed - -General: Update minimum WordPress version to 6.6. diff --git a/projects/plugins/social/changelog/update-clean-up-social-store b/projects/plugins/social/changelog/update-clean-up-social-store deleted file mode 100644 index ee4b7c29db3ec..0000000000000 --- a/projects/plugins/social/changelog/update-clean-up-social-store +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Clean up unused TS types diff --git a/projects/plugins/social/changelog/update-composer b/projects/plugins/social/changelog/update-composer deleted file mode 100644 index 9aa70e3ec1f75..0000000000000 --- a/projects/plugins/social/changelog/update-composer +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Updated composer.lock. - - diff --git a/projects/plugins/social/changelog/update-eslint-9 b/projects/plugins/social/changelog/update-eslint-9 deleted file mode 100644 index 1cb10572ab69e..0000000000000 --- a/projects/plugins/social/changelog/update-eslint-9 +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Update eslint config for eslint 9. - - diff --git a/projects/plugins/social/changelog/update-fetch-available-licenses b/projects/plugins/social/changelog/update-fetch-available-licenses deleted file mode 100644 index 3c349c8b1445e..0000000000000 --- a/projects/plugins/social/changelog/update-fetch-available-licenses +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Resolved an issue where revoked licenses were incorrectly treated as unattached. This caused users to be redirected to the license activation page after site connection, even when unattached licenses were not valid for activation. diff --git a/projects/plugins/social/changelog/update-migrate-sid-settings-to-new-store b/projects/plugins/social/changelog/update-migrate-sid-settings-to-new-store deleted file mode 100644 index 0e7734a13ccc9..0000000000000 --- a/projects/plugins/social/changelog/update-migrate-sid-settings-to-new-store +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Social: Migrated Social Image Generator settings to new store diff --git a/projects/plugins/social/changelog/update-migrate-social-settings-to-script-data b/projects/plugins/social/changelog/update-migrate-social-settings-to-script-data deleted file mode 100644 index 61945dc9fa213..0000000000000 --- a/projects/plugins/social/changelog/update-migrate-social-settings-to-script-data +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Migrated social plugins settings to new script data diff --git a/projects/plugins/social/changelog/update-my-jetpack-social-cta b/projects/plugins/social/changelog/update-my-jetpack-social-cta deleted file mode 100644 index 6b1daf9c1b05e..0000000000000 --- a/projects/plugins/social/changelog/update-my-jetpack-social-cta +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Social | Changed My Jetpack CTA for Social from "Learn more" to "Activate" diff --git a/projects/plugins/social/changelog/update-publicize-bluesky-docs b/projects/plugins/social/changelog/update-publicize-bluesky-docs deleted file mode 100644 index b6fd38efb57b6..0000000000000 --- a/projects/plugins/social/changelog/update-publicize-bluesky-docs +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Readme: update documentation to mention all the social networks we support, including the newer ones. diff --git a/projects/plugins/social/changelog/update-remove-unused-code-for-social b/projects/plugins/social/changelog/update-remove-unused-code-for-social deleted file mode 100644 index e47ab386b1029..0000000000000 --- a/projects/plugins/social/changelog/update-remove-unused-code-for-social +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Removed some unused code for Social diff --git a/projects/plugins/social/changelog/update-social-load-share-status-from-initial-state b/projects/plugins/social/changelog/update-social-load-share-status-from-initial-state deleted file mode 100644 index f140482c62ff4..0000000000000 --- a/projects/plugins/social/changelog/update-social-load-share-status-from-initial-state +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: added - -Post share status in the editor is now immediately available on page load diff --git a/projects/plugins/social/changelog/update-social-migrate-remaining-settings-to-script-data b/projects/plugins/social/changelog/update-social-migrate-remaining-settings-to-script-data deleted file mode 100644 index b913e50e3eb88..0000000000000 --- a/projects/plugins/social/changelog/update-social-migrate-remaining-settings-to-script-data +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Social: Migrated the last bits of social store to new script data diff --git a/projects/plugins/social/changelog/update-social-sig-description-block-editor b/projects/plugins/social/changelog/update-social-sig-description-block-editor deleted file mode 100644 index 93460a7abac46..0000000000000 --- a/projects/plugins/social/changelog/update-social-sig-description-block-editor +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: changed - -SIG: Changed description for toggle diff --git a/projects/plugins/social/changelog/update-social-support-link b/projects/plugins/social/changelog/update-social-support-link deleted file mode 100644 index 4722e55a82b35..0000000000000 --- a/projects/plugins/social/changelog/update-social-support-link +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Social admin page: Ensure the support link points to Jetpack support diff --git a/projects/plugins/social/changelog/update-switch-to-raw-coverage-files b/projects/plugins/social/changelog/update-switch-to-raw-coverage-files deleted file mode 100644 index bfd48f31ebc60..0000000000000 --- a/projects/plugins/social/changelog/update-switch-to-raw-coverage-files +++ /dev/null @@ -1,5 +0,0 @@ -Significance: patch -Type: changed -Comment: Generate raw phpunit and/or jest coverage data instead of clover. - - diff --git a/projects/plugins/social/composer.json b/projects/plugins/social/composer.json index 1fe12e483291f..2de73727dd9cd 100644 --- a/projects/plugins/social/composer.json +++ b/projects/plugins/social/composer.json @@ -85,6 +85,6 @@ "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true }, - "autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ5_5_1" + "autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ6_0_0" } } diff --git a/projects/plugins/social/jetpack-social.php b/projects/plugins/social/jetpack-social.php index 6921cf0fcc4c9..28d374f9cce27 100644 --- a/projects/plugins/social/jetpack-social.php +++ b/projects/plugins/social/jetpack-social.php @@ -4,7 +4,7 @@ * Plugin Name: Jetpack Social * Plugin URI: https://wordpress.org/plugins/jetpack-social * Description: Share your site’s posts on several social media networks automatically when you publish a new post. - * Version: 5.5.1 + * Version: 6.0.0 * Author: Automattic - Jetpack Social team * Author URI: https://jetpack.com/social/ * License: GPLv2 or later diff --git a/projects/plugins/social/readme.txt b/projects/plugins/social/readme.txt index e2a04fc20f2bf..d21d09fbe1043 100644 --- a/projects/plugins/social/readme.txt +++ b/projects/plugins/social/readme.txt @@ -104,11 +104,44 @@ The easiest way is to use the Custom Message option in the publishing options bo 6. Managing Social media accounts in the post editor == Changelog == -### 5.5.1 - 2024-10-29 +### 6.0.0 - 2025-01-14 +#### Added +- Add Bluesky to social feature copy. +- Add a new toggle for UTM tracking. +- Add LinkedIn permissions warning. +- Enable test coverage. +- Make Post share status immediately available in the editor on page load. +- My Jetpack: Update recommendations section in My Jetpack to include a slider interaction for the cards. + #### Changed -- Components: Add __nextHasNoMarginBottom to BaseControl-based components, preventing deprecation notices. +- Change My Jetpack CTA from "Learn more" to "Activate". +- Change order of connections. +- Clean up unused TypeScript types +- E2E Tests: Update tests to use @wordpress/e2e-test-utils-playwright. +- Ensure the support link points to Jetpack support. +- Image Generator: Change description for toggle. +- Image Generator: Move settings to new store. +- Migrate settings to new script data. +- Migrate the last bits of social store to new script data. +- Move the admin menu initialization to the init hook. +- Readme: Update documentation to include all supported social networks. +- Remove some unused code. +- Resolve an issue where revoked licenses were incorrectly treated as unattached. This caused users to be redirected to the license activation page after site connection, even when unattached licenses were not valid for activation. +- Updated dependencies. - Updated package dependencies. +#### Removed +- General: Update minimum PHP version to 7.2. +- General: Update minimum WordPress version to 6.6. + +#### Fixed +- E2E Tests: Only install single browser used by Playwright. +- Fix an issue where we showed the license message even with a plan. +- Fix the infinite reload issue on Jetpack Sharing settings. +- Fix the Instagram max video length. +- Page & Post: Fix the layout on mobile when details are open. +- Prevent dataviews styles imported in share status from being added globally. + == Upgrade Notice == = 3.0.0 =