Skip to content

Commit a1725ad

Browse files
gmjuhaszmatticbot
authored andcommitted
Updated package versions for automattic/jetpack-social
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13988567696 Upstream-Ref: Automattic/jetpack@5561647
1 parent f297162 commit a1725ad

File tree

89 files changed

+1276
-1460
lines changed

Some content is hidden

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

89 files changed

+1276
-1460
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +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.0-alpha - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## 6.3.0 - 2025-03-21
129
### Added
13-
- My Jetpack: An onboarding screen has been implemented to provide clear, step-by-step instructions for new users connecting to Jetpack.
10+
- My Jetpack: An onboarding screen has been implemented to provide clear, step-by-step instructions for new users connecting to Jetpack. [#42523]
1411

1512
## 6.2.1 - 2025-03-19
1613
### Changed

composer.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,24 @@
44
"type": "wordpress-plugin",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"automattic/jetpack-admin-ui": "^0.5.7-alpha",
8-
"automattic/jetpack-assets": "^4.0.14-alpha",
9-
"automattic/jetpack-autoloader": "^5.0.5-alpha",
10-
"automattic/jetpack-composer-plugin": "^4.0.4-alpha",
7+
"automattic/jetpack-admin-ui": "^0.5.7",
8+
"automattic/jetpack-assets": "^4.0.14",
9+
"automattic/jetpack-autoloader": "^5.0.5",
10+
"automattic/jetpack-composer-plugin": "^4.0.4",
1111
"automattic/jetpack-config": "^3.0.1",
12-
"automattic/jetpack-publicize": "^0.62.2-alpha",
13-
"automattic/jetpack-connection": "^6.7.7-alpha",
14-
"automattic/jetpack-my-jetpack": "^5.8.0-alpha",
15-
"automattic/jetpack-sync": "^4.9.2-alpha",
16-
"automattic/jetpack-status": "^5.0.10-alpha",
17-
"automattic/jetpack-plans": "^0.6.1-alpha",
18-
"automattic/jetpack-post-list": "^0.8.10-alpha"
12+
"automattic/jetpack-publicize": "^0.62.2",
13+
"automattic/jetpack-connection": "^6.7.7",
14+
"automattic/jetpack-my-jetpack": "^5.8.0",
15+
"automattic/jetpack-sync": "^4.9.2",
16+
"automattic/jetpack-status": "^5.0.10",
17+
"automattic/jetpack-plans": "^0.6.1",
18+
"automattic/jetpack-post-list": "^0.8.10"
1919
},
2020
"require-dev": {
21-
"automattic/jetpack-changelogger": "^6.0.2-alpha",
22-
"automattic/jetpack-test-environment": "@dev",
21+
"automattic/jetpack-changelogger": "^6.0.2",
2322
"yoast/phpunit-polyfills": "^3.0.0",
2423
"brain/monkey": "^2.6.2",
25-
"automattic/phpunit-select-config": "^1.0.1-alpha"
24+
"automattic/phpunit-select-config": "^1.0.1"
2625
},
2726
"autoload": {
2827
"classmap": [
@@ -54,6 +53,7 @@
5453
"pnpm run watch"
5554
]
5655
},
56+
"repositories": [],
5757
"minimum-stability": "dev",
5858
"prefer-stable": true,
5959
"extra": {
@@ -75,6 +75,6 @@
7575
"automattic/jetpack-autoloader": true,
7676
"automattic/jetpack-composer-plugin": true
7777
},
78-
"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ6_3_0_alpha"
78+
"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ6_3_0"
7979
}
8080
}

jetpack-social.php

Lines changed: 1 addition & 1 deletion
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.3.0-alpha
7+
* Version: 6.3.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/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
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-
## [3.0.4-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
8+
## [3.0.4] - 2025-03-21
9+
### Changed
10+
- Internal updates.
1111

1212
## [3.0.3] - 2025-03-12
1313
### Changed
@@ -167,7 +167,7 @@ This is an alpha version! The changes listed here are not final.
167167

168168
- Creates the MC Stats package
169169

170-
[3.0.4-alpha]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v3.0.3...v3.0.4-alpha
170+
[3.0.4]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v3.0.3...v3.0.4
171171
[3.0.3]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v3.0.2...v3.0.3
172172
[3.0.2]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v3.0.1...v3.0.2
173173
[3.0.1]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v3.0.0...v3.0.1

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^3.0.0",
11-
"automattic/jetpack-changelogger": "^6.0.2-alpha",
12-
"automattic/phpunit-select-config": "^1.0.1-alpha"
11+
"automattic/jetpack-changelogger": "^6.0.2",
12+
"automattic/phpunit-select-config": "^1.0.1"
1313
},
1414
"suggest": {
1515
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

jetpack_vendor/automattic/jetpack-admin-ui/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
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-
## [0.5.7-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
8+
## [0.5.7] - 2025-03-21
9+
### Changed
10+
- Internal updates.
1111

1212
## [0.5.6] - 2025-03-17
1313
### Changed
@@ -196,7 +196,7 @@ This is an alpha version! The changes listed here are not final.
196196
### Fixed
197197
- Fixing menu visibility issues.
198198

199-
[0.5.7-alpha]: https://github.com/Automattic/jetpack-admin-ui/compare/0.5.6...0.5.7-alpha
199+
[0.5.7]: https://github.com/Automattic/jetpack-admin-ui/compare/0.5.6...0.5.7
200200
[0.5.6]: https://github.com/Automattic/jetpack-admin-ui/compare/0.5.5...0.5.6
201201
[0.5.5]: https://github.com/Automattic/jetpack-admin-ui/compare/0.5.4...0.5.5
202202
[0.5.4]: https://github.com/Automattic/jetpack-admin-ui/compare/0.5.3...0.5.4

jetpack_vendor/automattic/jetpack-admin-ui/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^3.0.0",
11-
"automattic/jetpack-changelogger": "^6.0.2-alpha",
12-
"automattic/jetpack-logo": "^3.0.4-alpha",
11+
"automattic/jetpack-changelogger": "^6.0.2",
12+
"automattic/jetpack-logo": "^3.0.4",
1313
"automattic/jetpack-test-environment": "@dev",
14-
"automattic/phpunit-select-config": "^1.0.1-alpha"
14+
"automattic/phpunit-select-config": "^1.0.1"
1515
},
1616
"suggest": {
1717
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
class Admin_Menu {
1515

16-
const PACKAGE_VERSION = '0.5.7-alpha';
16+
const PACKAGE_VERSION = '0.5.7';
1717

1818
/**
1919
* Whether this class has been initialized

jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
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-
## [4.0.14-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
8+
## [4.0.14] - 2025-03-21
9+
### Changed
10+
- Internal updates.
1111

1212
## [4.0.13] - 2025-03-18
1313
### Changed
@@ -592,7 +592,7 @@ This is an alpha version! The changes listed here are not final.
592592

593593
- Statically access asset tools
594594

595-
[4.0.14-alpha]: https://github.com/Automattic/jetpack-assets/compare/v4.0.13...v4.0.14-alpha
595+
[4.0.14]: https://github.com/Automattic/jetpack-assets/compare/v4.0.13...v4.0.14
596596
[4.0.13]: https://github.com/Automattic/jetpack-assets/compare/v4.0.12...v4.0.13
597597
[4.0.12]: https://github.com/Automattic/jetpack-assets/compare/v4.0.11...v4.0.12
598598
[4.0.11]: https://github.com/Automattic/jetpack-assets/compare/v4.0.10...v4.0.11

jetpack_vendor/automattic/jetpack-assets/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-constants": "^3.0.5-alpha"
8+
"automattic/jetpack-constants": "^3.0.5"
99
},
1010
"require-dev": {
1111
"brain/monkey": "^2.6.2",
1212
"yoast/phpunit-polyfills": "^3.0.0",
13-
"automattic/jetpack-changelogger": "^6.0.2-alpha",
13+
"automattic/jetpack-changelogger": "^6.0.2",
1414
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0 || ^3.0",
15-
"automattic/phpunit-select-config": "^1.0.1-alpha"
15+
"automattic/phpunit-select-config": "^1.0.1"
1616
},
1717
"suggest": {
1818
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

0 commit comments

Comments
 (0)