Skip to content

Commit 25d9fce

Browse files
gmjuhaszmatticbot
authored andcommitted
Updated package versions for automattic/jetpack-social
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12987758931 Upstream-Ref: Automattic/jetpack@26b61b7
1 parent 4b1c87e commit 25d9fce

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+741
-1003
lines changed

CHANGELOG.md

+9-12
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 6.1.0-alpha - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## 6.1.0 - 2025-01-27
129
### Changed
13-
- Code: Use function-style exit() and die() with a default status code of 0.
14-
- License: Social admin page header hides license link on WoA sites.
15-
- Moved the Social admin page to the publicize-components package
16-
- Refactored Social Note settings to use core
17-
- Updated package dependencies.
10+
- Code: Use function-style exit() and die() with a default status code of 0. [#41167]
11+
- License: Social admin page header hides license link on WoA sites. [#41076]
12+
- Moved the Social admin page to the publicize-components package [#41181]
13+
- Refactored Social Note settings to use core [#41153]
14+
- Updated package dependencies. [#41099]
1815

1916
### Fixed
20-
- Fixed profile links for LinkedIn connections
21-
- Fixed wordpress.com log in error when connecting Social accounts
22-
- Fix publicize error in the editor due to malformed connections data
17+
- Fixed profile links for LinkedIn connections [#40873]
18+
- Fixed wordpress.com log in error when connecting Social accounts [#41149]
19+
- Fix publicize error in the editor due to malformed connections data [#40679]
2320

2421
## 6.0.0 - 2025-01-14
2522
### Added

composer.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"automattic/jetpack-autoloader": "^5.0.1",
1010
"automattic/jetpack-composer-plugin": "^4.0.0",
1111
"automattic/jetpack-config": "^3.0.0",
12-
"automattic/jetpack-publicize": "^0.58.0-alpha",
13-
"automattic/jetpack-connection": "^6.3.1-alpha",
12+
"automattic/jetpack-publicize": "^0.58.0",
13+
"automattic/jetpack-connection": "^6.3.1",
1414
"automattic/jetpack-my-jetpack": "^5.4.0",
1515
"automattic/jetpack-sync": "^4.5.0",
1616
"automattic/jetpack-status": "^5.0.2",
@@ -55,6 +55,7 @@
5555
"post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy",
5656
"post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy"
5757
},
58+
"repositories": [],
5859
"minimum-stability": "dev",
5960
"prefer-stable": true,
6061
"extra": {
@@ -76,6 +77,6 @@
7677
"automattic/jetpack-autoloader": true,
7778
"automattic/jetpack-composer-plugin": true
7879
},
79-
"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ6_1_0_alpha"
80+
"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ6_1_0"
8081
}
8182
}

jetpack-social.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: Jetpack Social
55
* Plugin URI: https://wordpress.org/plugins/jetpack-social
66
* Description: Share your site’s posts on several social media networks automatically when you publish a new post.
7-
* Version: 6.1.0-alpha
7+
* Version: 6.1.0
88
* Author: Automattic - Jetpack Social team
99
* Author URI: https://jetpack.com/social/
1010
* License: GPLv2 or later

jetpack_vendor/automattic/jetpack-a8c-mc-stats/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^1.1.1",
11-
"automattic/jetpack-changelogger": "^5.1.0"
11+
"automattic/jetpack-changelogger": "^5.0.0"
1212
},
1313
"suggest": {
1414
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

jetpack_vendor/automattic/jetpack-boost-core/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-connection": "^6.3.1-alpha"
8+
"automattic/jetpack-connection": "^6.3.0"
99
},
1010
"require-dev": {
1111
"yoast/phpunit-polyfills": "^1.1.1",

jetpack_vendor/automattic/jetpack-config/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": ">=7.2"
88
},
99
"require-dev": {
10-
"automattic/jetpack-changelogger": "^5.1.0",
10+
"automattic/jetpack-changelogger": "^5.0.0",
1111
"automattic/jetpack-connection": "@dev",
1212
"automattic/jetpack-import": "@dev",
1313
"automattic/jetpack-jitm": "@dev",

jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [6.3.1-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
8+
## [6.3.1] - 2025-01-27
9+
### Changed
10+
- Internal updates.
1111

1212
## [6.3.0] - 2025-01-20
1313
### Changed
@@ -1291,7 +1291,7 @@ This is an alpha version! The changes listed here are not final.
12911291

12921292
- Separate the connection library into its own package.
12931293

1294-
[6.3.1-alpha]: https://github.com/Automattic/jetpack-connection/compare/v6.3.0...v6.3.1-alpha
1294+
[6.3.1]: https://github.com/Automattic/jetpack-connection/compare/v6.3.0...v6.3.1
12951295
[6.3.0]: https://github.com/Automattic/jetpack-connection/compare/v6.2.2...v6.3.0
12961296
[6.2.2]: https://github.com/Automattic/jetpack-connection/compare/v6.2.1...v6.2.2
12971297
[6.2.1]: https://github.com/Automattic/jetpack-connection/compare/v6.2.0...v6.2.1

jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
class Package_Version {
1414

15-
const PACKAGE_VERSION = '6.3.1-alpha';
15+
const PACKAGE_VERSION = '6.3.1';
1616

1717
const PACKAGE_SLUG = 'connection';
1818

jetpack_vendor/automattic/jetpack-device-detection/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^1.1.1",
11-
"automattic/jetpack-changelogger": "^5.1.0"
11+
"automattic/jetpack-changelogger": "^5.0.0"
1212
},
1313
"suggest": {
1414
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

jetpack_vendor/automattic/jetpack-explat/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-connection": "^6.3.1-alpha"
8+
"automattic/jetpack-connection": "^6.3.0"
99
},
1010
"require-dev": {
1111
"yoast/phpunit-polyfills": "^1.1.1",

jetpack_vendor/automattic/jetpack-jitm/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": ">=7.2",
88
"automattic/jetpack-a8c-mc-stats": "^3.0.0",
99
"automattic/jetpack-assets": "^4.0.3",
10-
"automattic/jetpack-connection": "^6.3.1-alpha",
10+
"automattic/jetpack-connection": "^6.3.0",
1111
"automattic/jetpack-device-detection": "^3.0.0",
1212
"automattic/jetpack-logo": "^3.0.0",
1313
"automattic/jetpack-redirect": "^3.0.1",

jetpack_vendor/automattic/jetpack-licensing/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-connection": "^6.3.1-alpha"
8+
"automattic/jetpack-connection": "^6.3.0"
99
},
1010
"require-dev": {
1111
"automattic/wordbless": "^0.4.2",

jetpack_vendor/automattic/jetpack-logo/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^1.1.1",
11-
"automattic/jetpack-changelogger": "^5.1.0"
11+
"automattic/jetpack-changelogger": "^5.0.0"
1212
},
1313
"suggest": {
1414
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

jetpack_vendor/automattic/jetpack-my-jetpack/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"automattic/jetpack-admin-ui": "^0.5.1",
99
"automattic/jetpack-assets": "^4.0.3",
1010
"automattic/jetpack-boost-speed-score": "^0.4.1",
11-
"automattic/jetpack-connection": "^6.3.1-alpha",
11+
"automattic/jetpack-connection": "^6.3.0",
1212
"automattic/jetpack-explat": "^0.2.4",
1313
"automattic/jetpack-jitm": "^4.0.4",
1414
"automattic/jetpack-licensing": "^3.0.3",

jetpack_vendor/automattic/jetpack-plugins-installer/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"require": {
77
"php": ">=7.2",
88
"automattic/jetpack-a8c-mc-stats": "^3.0.0",
9-
"automattic/jetpack-status": "^5.0.2"
9+
"automattic/jetpack-status": "^5.0.0"
1010
},
1111
"require-dev": {
1212
"yoast/phpunit-polyfills": "^1.1.1",
13-
"automattic/jetpack-changelogger": "^5.1.0"
13+
"automattic/jetpack-changelogger": "^5.0.0"
1414
},
1515
"suggest": {
1616
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

jetpack_vendor/automattic/jetpack-post-list/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-assets": "^4.0.3"
8+
"automattic/jetpack-assets": "^4.0.2"
99
},
1010
"require-dev": {
1111
"automattic/wordbless": "^0.4.2",

jetpack_vendor/automattic/jetpack-protect-status/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-connection": "^6.3.1-alpha",
8+
"automattic/jetpack-connection": "^6.3.0",
99
"automattic/jetpack-plugins-installer": "^0.5.0",
10-
"automattic/jetpack-sync": "^4.5.0",
10+
"automattic/jetpack-sync": "^4.4.0",
1111
"automattic/jetpack-protect-models": "^0.4.1",
1212
"automattic/jetpack-plans": "^0.5.1"
1313
},

jetpack_vendor/automattic/jetpack-publicize/CHANGELOG.md

+8-11
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.58.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.58.0] - 2025-01-27
129
### Changed
13-
- Refactored Social Note settings to use core
14-
- Social | Unify connections management API schema
15-
- Social | Use feature flag for share status data
10+
- Refactored Social Note settings to use core [#41153]
11+
- Social | Unify connections management API schema [#40679]
12+
- Social | Use feature flag for share status data [#41218]
1613

1714
### Fixed
18-
- Social: Fix profile links for LinkedIn connections
19-
- Social | Fix editor invalid parameters error for old Jetpack versions.
20-
- Social | Fix feature check for social connections list initial state
15+
- Social: Fix profile links for LinkedIn connections [#40873]
16+
- Social | Fix editor invalid parameters error for old Jetpack versions. [#41199]
17+
- Social | Fix feature check for social connections list initial state [#40679]
2118

2219
## [0.57.4] - 2025-01-20
2320
### Changed
@@ -831,7 +828,7 @@ This is an alpha version! The changes listed here are not final.
831828
- Updated package dependencies.
832829
- Update package.json metadata.
833830

834-
[0.58.0-alpha]: https://github.com/Automattic/jetpack-publicize/compare/v0.57.4...v0.58.0-alpha
831+
[0.58.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.57.4...v0.58.0
835832
[0.57.4]: https://github.com/Automattic/jetpack-publicize/compare/v0.57.3...v0.57.4
836833
[0.57.3]: https://github.com/Automattic/jetpack-publicize/compare/v0.57.2...v0.57.3
837834
[0.57.2]: https://github.com/Automattic/jetpack-publicize/compare/v0.57.1...v0.57.2

jetpack_vendor/automattic/jetpack-publicize/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-connection": "^6.3.1-alpha",
8+
"automattic/jetpack-connection": "^6.3.1",
99
"automattic/jetpack-autoloader": "^5.0.1",
1010
"automattic/jetpack-config": "^3.0.0",
1111
"automattic/jetpack-assets": "^4.0.3",

jetpack_vendor/automattic/jetpack-redirect/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-status": "^5.0.2"
8+
"automattic/jetpack-status": "^5.0.1"
99
},
1010
"require-dev": {
1111
"brain/monkey": "^2.6.2",

jetpack_vendor/automattic/jetpack-sync/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-connection": "^6.3.1-alpha",
8+
"automattic/jetpack-connection": "^6.3.0",
99
"automattic/jetpack-constants": "^3.0.1",
1010
"automattic/jetpack-password-checker": "^0.4.1",
1111
"automattic/jetpack-ip": "^0.4.1",

jetpack_vendor/i18n-map.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
),
2727
'jetpack-connection' => array(
2828
'path' => 'jetpack_vendor/automattic/jetpack-connection',
29-
'ver' => '6.3.1-alpha1737734459',
29+
'ver' => '6.3.1',
3030
),
3131
'jetpack-explat' => array(
3232
'path' => 'jetpack_vendor/automattic/jetpack-explat',
@@ -70,7 +70,7 @@
7070
),
7171
'jetpack-publicize-pkg' => array(
7272
'path' => 'jetpack_vendor/automattic/jetpack-publicize',
73-
'ver' => '0.58.0-alpha1737968072',
73+
'ver' => '0.58.0',
7474
),
7575
'jetpack-sync' => array(
7676
'path' => 'jetpack_vendor/automattic/jetpack-sync',

readme.txt

+8-33
Original file line numberDiff line numberDiff line change
@@ -104,43 +104,18 @@ The easiest way is to use the Custom Message option in the publishing options bo
104104
6. Managing Social media accounts in the post editor
105105

106106
== Changelog ==
107-
### 6.0.0 - 2025-01-14
108-
#### Added
109-
- Add Bluesky to social feature copy.
110-
- Add a new toggle for UTM tracking.
111-
- Add LinkedIn permissions warning.
112-
- Enable test coverage.
113-
- Make Post share status immediately available in the editor on page load.
114-
- My Jetpack: Update recommendations section in My Jetpack to include a slider interaction for the cards.
115-
107+
### 6.1.0 - 2025-01-27
116108
#### Changed
117-
- Change My Jetpack CTA from "Learn more" to "Activate".
118-
- Change order of connections.
119-
- Clean up unused TypeScript types
120-
- E2E Tests: Update tests to use @wordpress/e2e-test-utils-playwright.
121-
- Ensure the support link points to Jetpack support.
122-
- Image Generator: Change description for toggle.
123-
- Image Generator: Move settings to new store.
124-
- Migrate settings to new script data.
125-
- Migrate the last bits of social store to new script data.
126-
- Move the admin menu initialization to the init hook.
127-
- Readme: Update documentation to include all supported social networks.
128-
- Remove some unused code.
129-
- 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.
130-
- Updated dependencies.
109+
- Code: Use function-style exit() and die() with a default status code of 0.
110+
- License: Social admin page header hides license link on WoA sites.
111+
- Moved the Social admin page to the publicize-components package
112+
- Refactored Social Note settings to use core
131113
- Updated package dependencies.
132114

133-
#### Removed
134-
- General: Update minimum PHP version to 7.2.
135-
- General: Update minimum WordPress version to 6.6.
136-
137115
#### Fixed
138-
- E2E Tests: Only install single browser used by Playwright.
139-
- Fix an issue where we showed the license message even with a plan.
140-
- Fix the infinite reload issue on Jetpack Sharing settings.
141-
- Fix the Instagram max video length.
142-
- Page & Post: Fix the layout on mobile when details are open.
143-
- Prevent dataviews styles imported in share status from being added globally.
116+
- Fixed profile links for LinkedIn connections
117+
- Fixed wordpress.com log in error when connecting Social accounts
118+
- Fix publicize error in the editor due to malformed connections data
144119

145120
== Upgrade Notice ==
146121

vendor/autoload.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
require_once __DIR__ . '/composer/autoload_real.php';
2424

25-
return ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ6_1_0_alpha::getLoader();
25+
return ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ6_1_0::getLoader();

vendor/autoload_packages.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @package automattic/jetpack-autoloader
66
*/
77

8-
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ6_1_0_alpha\al5_0_1;
8+
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ6_1_0\al5_0_1;
99

1010
// phpcs:ignore
1111

vendor/automattic/jetpack-plans/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-connection": "^6.3.1-alpha"
8+
"automattic/jetpack-connection": "^6.1.0"
99
},
1010
"require-dev": {
1111
"yoast/phpunit-polyfills": "^1.1.1",
1212
"automattic/jetpack-changelogger": "^5.1.0",
13-
"automattic/jetpack-status": "^5.0.2",
13+
"automattic/jetpack-status": "^5.0.1",
1414
"automattic/wordbless": "^0.4.2"
1515
},
1616
"suggest": {

0 commit comments

Comments
 (0)