Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport social 5.4.0 Changes #39598

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions projects/js-packages/publicize-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/publicize-components/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
18 changes: 18 additions & 0 deletions projects/plugins/social/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 0 additions & 4 deletions projects/plugins/social/changelog/add-bluesky-connection-ui

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/social/changelog/add-share-save-hook

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/social/changelog/prerelease

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/social/changelog/prerelease#2

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/social/changelog/prerelease#3

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/social/changelog/prerelease#4

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/social/changelog/prerelease#5

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/social/changelog/prerelease#6

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/social/changelog/renovate-wordpress-monorepo

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/plugins/social/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion projects/plugins/social/jetpack-social.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 16 additions & 2 deletions projects/plugins/social/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ==

Expand Down
Loading