From 885d6b0f1cab0a151afc97a1a5dc368cf22279ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gergely=20M=C3=A1rk=20Juh=C3=A1sz?= <36671565+gmjuhasz@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:43:42 +0200 Subject: [PATCH] Changelog and readme.txt edits. (#39598) --- .../publicize-components/CHANGELOG.md | 5 +++++ .../changelog/add-bluesky-connection-ui | 4 ---- .../publicize-components/package.json | 2 +- projects/plugins/social/CHANGELOG.md | 18 ++++++++++++++++++ .../social/changelog/add-bluesky-connection-ui | 4 ---- .../add-features-enabled-rest-endpoint | 4 ---- .../changelog/add-restful-features-available | 4 ---- .../social/changelog/add-share-save-hook | 4 ---- .../fix-social-social-preview-trigger-button | 4 ---- projects/plugins/social/changelog/prerelease | 5 ----- projects/plugins/social/changelog/prerelease#2 | 5 ----- projects/plugins/social/changelog/prerelease#3 | 5 ----- projects/plugins/social/changelog/prerelease#4 | 5 ----- projects/plugins/social/changelog/prerelease#5 | 5 ----- projects/plugins/social/changelog/prerelease#6 | 5 ----- .../renovate-js-unit-testing-packages | 4 ---- .../changelog/renovate-lock-file-maintenance | 4 ---- .../renovate-major-js-unit-testing-packages | 4 ---- .../changelog/renovate-wordpress-monorepo | 4 ---- .../update-my-jetpack-notice-mobile-style | 4 ---- ...lean-up-media-auto-conversion-backend-logic | 4 ---- ...-social-initial-state-migrate-feature-flags | 4 ---- projects/plugins/social/composer.json | 2 +- projects/plugins/social/jetpack-social.php | 2 +- projects/plugins/social/readme.txt | 18 ++++++++++++++++-- 25 files changed, 42 insertions(+), 87 deletions(-) delete mode 100644 projects/js-packages/publicize-components/changelog/add-bluesky-connection-ui delete mode 100644 projects/plugins/social/changelog/add-bluesky-connection-ui delete mode 100644 projects/plugins/social/changelog/add-features-enabled-rest-endpoint delete mode 100644 projects/plugins/social/changelog/add-restful-features-available delete mode 100644 projects/plugins/social/changelog/add-share-save-hook delete mode 100644 projects/plugins/social/changelog/fix-social-social-preview-trigger-button delete mode 100644 projects/plugins/social/changelog/prerelease delete mode 100644 projects/plugins/social/changelog/prerelease#2 delete mode 100644 projects/plugins/social/changelog/prerelease#3 delete mode 100644 projects/plugins/social/changelog/prerelease#4 delete mode 100644 projects/plugins/social/changelog/prerelease#5 delete mode 100644 projects/plugins/social/changelog/prerelease#6 delete mode 100644 projects/plugins/social/changelog/renovate-js-unit-testing-packages delete mode 100644 projects/plugins/social/changelog/renovate-lock-file-maintenance delete mode 100644 projects/plugins/social/changelog/renovate-major-js-unit-testing-packages delete mode 100644 projects/plugins/social/changelog/renovate-wordpress-monorepo delete mode 100644 projects/plugins/social/changelog/update-my-jetpack-notice-mobile-style delete mode 100644 projects/plugins/social/changelog/update-social-clean-up-media-auto-conversion-backend-logic delete mode 100644 projects/plugins/social/changelog/update-social-initial-state-migrate-feature-flags diff --git a/projects/js-packages/publicize-components/CHANGELOG.md b/projects/js-packages/publicize-components/CHANGELOG.md index 3e2d193641976..00120d2df4155 100644 --- a/projects/js-packages/publicize-components/CHANGELOG.md +++ b/projects/js-packages/publicize-components/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.71.0] - 2024-10-01 +### Added +- Social: Added support for Bluesky [#39561] + ## [0.70.1] - 2024-09-30 ### Changed - Update dependencies. [#39528] @@ -948,6 +952,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#24470] +[0.71.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.70.1...v0.71.0 [0.70.1]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.70.0...v0.70.1 [0.70.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.69.0...v0.70.0 [0.69.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.68.0...v0.69.0 diff --git a/projects/js-packages/publicize-components/changelog/add-bluesky-connection-ui b/projects/js-packages/publicize-components/changelog/add-bluesky-connection-ui deleted file mode 100644 index f7abf12df99fb..0000000000000 --- a/projects/js-packages/publicize-components/changelog/add-bluesky-connection-ui +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Social: Added support for Bluesky diff --git a/projects/js-packages/publicize-components/package.json b/projects/js-packages/publicize-components/package.json index 6aa9870bf19dc..a429123a8324c 100644 --- a/projects/js-packages/publicize-components/package.json +++ b/projects/js-packages/publicize-components/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-publicize-components", - "version": "0.70.1", + "version": "0.71.0", "description": "A library of JS components required by the Publicize editor plugin", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/publicize-components/#readme", "bugs": { diff --git a/projects/plugins/social/CHANGELOG.md b/projects/plugins/social/CHANGELOG.md index 7d4f175b31e2b..a13fb289feb25 100644 --- a/projects/plugins/social/CHANGELOG.md +++ b/projects/plugins/social/CHANGELOG.md @@ -5,6 +5,24 @@ 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.4.0 - 2024-10-01 +### Added +- Added support for Bluesky 🎉 [#39561] +- Social: adds hook for plugin developers to be able to pull social share URLs on save. [#39398] + +### Changed +- Social: Migrated useAdminUiV1 feature flag to new script data [#39137] +- Updated package dependencies. [#39278] [#39288] [#39302] [#39332] + +### Removed +- Connection: Removed deprecated method features_available [#39442] +- Connection: Removed features_enabled deprecated method [#39475] +- Social: Cleaned up media auto-conversion backend logic [#38587] + +### Fixed +- My Jetpack: visual update to the GlobalNotice component look better on mobile. [#39537] +- Social: Updated social previews button styles to fit the translated string [#39430] + ## 5.3.1 - 2024-09-06 ### Changed - Internal updates. diff --git a/projects/plugins/social/changelog/add-bluesky-connection-ui b/projects/plugins/social/changelog/add-bluesky-connection-ui deleted file mode 100644 index 37fc8dd3a6e55..0000000000000 --- a/projects/plugins/social/changelog/add-bluesky-connection-ui +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Added support for Bluesky 🎉 diff --git a/projects/plugins/social/changelog/add-features-enabled-rest-endpoint b/projects/plugins/social/changelog/add-features-enabled-rest-endpoint deleted file mode 100644 index 57cf25c290a35..0000000000000 --- a/projects/plugins/social/changelog/add-features-enabled-rest-endpoint +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: removed - -Connection: Removed features_enabled deprecated method diff --git a/projects/plugins/social/changelog/add-restful-features-available b/projects/plugins/social/changelog/add-restful-features-available deleted file mode 100644 index 152ef1efc4b7f..0000000000000 --- a/projects/plugins/social/changelog/add-restful-features-available +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: removed - -Connection: Removed deprecated method features_available diff --git a/projects/plugins/social/changelog/add-share-save-hook b/projects/plugins/social/changelog/add-share-save-hook deleted file mode 100644 index aa57fdaf0e102..0000000000000 --- a/projects/plugins/social/changelog/add-share-save-hook +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: added - -Social: adds hook for plugin developers to be able to pull social share URLs on save. diff --git a/projects/plugins/social/changelog/fix-social-social-preview-trigger-button b/projects/plugins/social/changelog/fix-social-social-preview-trigger-button deleted file mode 100644 index 12f8614067035..0000000000000 --- a/projects/plugins/social/changelog/fix-social-social-preview-trigger-button +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Social: Updated social previews button styles to fit the translated string 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#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/renovate-js-unit-testing-packages b/projects/plugins/social/changelog/renovate-js-unit-testing-packages deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/social/changelog/renovate-js-unit-testing-packages +++ /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-major-js-unit-testing-packages b/projects/plugins/social/changelog/renovate-major-js-unit-testing-packages deleted file mode 100644 index c47cb18e82997..0000000000000 --- a/projects/plugins/social/changelog/renovate-major-js-unit-testing-packages +++ /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/update-my-jetpack-notice-mobile-style b/projects/plugins/social/changelog/update-my-jetpack-notice-mobile-style deleted file mode 100644 index c740afea846ef..0000000000000 --- a/projects/plugins/social/changelog/update-my-jetpack-notice-mobile-style +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -My Jetpack: visual update to the GlobalNotice component look better on mobile. diff --git a/projects/plugins/social/changelog/update-social-clean-up-media-auto-conversion-backend-logic b/projects/plugins/social/changelog/update-social-clean-up-media-auto-conversion-backend-logic deleted file mode 100644 index db4b11231fe0a..0000000000000 --- a/projects/plugins/social/changelog/update-social-clean-up-media-auto-conversion-backend-logic +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: removed - -Social: Cleaned up media auto-conversion backend logic diff --git a/projects/plugins/social/changelog/update-social-initial-state-migrate-feature-flags b/projects/plugins/social/changelog/update-social-initial-state-migrate-feature-flags deleted file mode 100644 index 014cc8d4e4417..0000000000000 --- a/projects/plugins/social/changelog/update-social-initial-state-migrate-feature-flags +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: changed - -Social: Migrated useAdminUiV1 feature flag to new script data diff --git a/projects/plugins/social/composer.json b/projects/plugins/social/composer.json index 753df94b582db..8e83769fe85fc 100644 --- a/projects/plugins/social/composer.json +++ b/projects/plugins/social/composer.json @@ -84,6 +84,6 @@ "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true }, - "autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ5_3_1" + "autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ5_4_0" } } diff --git a/projects/plugins/social/jetpack-social.php b/projects/plugins/social/jetpack-social.php index c11be57a23b1d..7670b8a43e3c8 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.3.1 + * Version: 5.4.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 5fea4fe7e562e..14f24e02f5f15 100644 --- a/projects/plugins/social/readme.txt +++ b/projects/plugins/social/readme.txt @@ -102,9 +102,23 @@ 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.3.1 - 2024-09-06 +### 5.4.0 - 2024-10-01 +#### Added +- Added support for Bluesky 🎉 +- Social: adds hook for plugin developers to be able to pull social share URLs on save. + #### Changed -- Internal updates. +- Social: Migrated useAdminUiV1 feature flag to new script data +- Updated package dependencies. + +#### Removed +- Connection: Removed deprecated method features_available +- Connection: Removed features_enabled deprecated method +- Social: Cleaned up media auto-conversion backend logic + +#### Fixed +- My Jetpack: visual update to the GlobalNotice component look better on mobile. +- Social: Updated social previews button styles to fit the translated string == Upgrade Notice ==