Skip to content

Releases: Automattic/jetpack-social-plugin

6.2.1

19 Mar 09:19
Compare
Choose a tag to compare

6.2.1 - 2025-03-19

Changed

  • Internal updates.

6.2.0

17 Mar 12:07
Compare
Choose a tag to compare

6.2.0 - 2025-03-17

Added

  • Added the schedule share functionality to the share post modal [#42376]
  • Connection: Disconnecting a connection owner account will disconnect all other users first. [#41923]
  • Enabled Social Post UI for WPCOM sites [#41219]
  • Post List: Add a Copy Link Quick Action [#41305]
  • Publicize Components: Add the schedule button [#42313]
  • Social: Updated the admin page for use by Editors and Authors [#41859]

Changed

  • Connection: Display connection status on Users page independent of the SSO module. [#41794]
  • External Media: Move the GooglePhotosMedia, OpenverseMedia, PexelsMedia to @automattic/jetpack-shared-extension-utils [#41078]
  • Moved JS editor code from Jetpack and Social to Publicize package [#41836]
  • Moved Social admin page code and assets logic to publicize package [#41239]
  • Moved the Social resharing into the social post modal [#42224]
  • Move initial state from Social plugin to publicize package [#41381]
  • Only register social/settings endpoint if Jetpack version does not have it [#41596]
  • Open Graph Meta Tags: do not display Jetpack's tags when the SEOPress plugin is active. [#41331]
  • Social: Enable new admin page for the Social plugn [#41498]
  • Social post character limits are now dynamic based on selected connections [#41429]
  • Social | Migrate review prompt initial state to script data [#42389]
  • Social | Move settings endpoint to publicize package [#41456]
  • Updated composer.lock [#40863]
  • Updated package dependencies. [#41286]
  • Updated package dependencies. [#41491]
  • Updated package dependencies. [#41577]
  • Updated package dependencies. [#41659]
  • Update package dependencies. [#42163]
  • Update package dependencies. [#42180]
  • Update the settings endppoint to use existing endpoints [#41461]
  • Update the unowned section from a product grid to a product list [#41312]

Removed

  • Social Previews | Remove "Your post" section in favour of Social Post UI [#41329]
  • Social | Removed the old unused initial state [#42390]

Fixed

  • Code: Prevent dynamic class properties. [#41857]
  • Fixed connecting LinkedIn company pages and Tumblr additional blogs [#42352]
  • Social Previews | Fixed distorted image for Tumblr preview [#41844]

6.1.0

27 Jan 11:19
Compare
Choose a tag to compare

6.1.0 - 2025-01-27

Changed

  • Code: Use function-style exit() and die() with a default status code of 0. [#41167]
  • License: Social admin page header hides license link on WoA sites. [#41076]
  • Moved the Social admin page to the publicize-components package [#41181]
  • Refactored Social Note settings to use core [#41153]
  • Updated package dependencies. [#41099]

Fixed

  • Fixed profile links for LinkedIn connections [#40873]
  • Fixed wordpress.com log in error when connecting Social accounts [#41149]
  • Fix publicize error in the editor due to malformed connections data [#40679]

6.0.0

14 Jan 23:20
Compare
Choose a tag to compare

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

29 Oct 11:10
Compare
Choose a tag to compare

5.5.1 - 2024-10-29

Changed

  • Components: Add __nextHasNoMarginBottom to BaseControl-based components, preventing deprecation notices. [#39877]
  • Updated package dependencies. [#39910]

5.5.0

25 Oct 11:13
Compare
Choose a tag to compare

5.5.0 - 2024-10-25

Added

  • Added Bluesky to social previews [#39659]
  • Social Notes: add support for the ActivityPub Reply-To block. [#39738]

Changed

  • General: indicate compatibility with the upcoming version of WordPress - 6.7. [#39786]
  • Initial State: Migrated URLs to script data [#39797]
  • Only include wp-polyfill as a script dependency when needed. [#39629]
  • Updated package dependencies. [#39594] [#39653] [#39707]

Fixed

  • Added Jetpack Beta's slug to Social OG conflicting plugins [#39792]
  • Social: Fixed share status tooltip text overflow [#39599]

5.4.1

02 Oct 14:14
Compare
Choose a tag to compare

5.4.1 - 2024-10-02

Changed

  • Internal updates.

5.4.0

01 Oct 09:10
Compare
Choose a tag to compare

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

06 Sep 15:46
Compare
Choose a tag to compare

5.3.1 - 2024-09-06

Changed

  • Internal updates.

5.3.0

05 Sep 12:45
Compare
Choose a tag to compare

5.3.0 - 2024-09-05

Changed

  • Updated connection js to load its bundle via connection package [#38877]
  • Updated package dependencies. [#39176]

Fixed

  • Updated pricing table to clarify features [#39182]