Skip to content

Commit 2c230d0

Browse files
gmjuhaszmatticbot
authored andcommitted
Updated package versions for automattic/jetpack-social
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10720566822 Upstream-Ref: Automattic/jetpack@d5d3977
1 parent d78b138 commit 2c230d0

Some content is hidden

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

58 files changed

+829
-1022
lines changed

CHANGELOG.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@ 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-
## 5.3.0-alpha - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## 5.3.0 - 2024-09-05
129
### Changed
13-
- Updated connection js to load its bundle via connection package
14-
- Updated package dependencies.
10+
- Updated connection js to load its bundle via connection package [#38877]
11+
- Updated package dependencies. [#39176]
1512

1613
### Fixed
17-
- Updated pricing table to clarify features
14+
- Updated pricing table to clarify features [#39182]
1815

1916
## 5.2.0 - 2024-08-29
2017
### Changed

composer.json

+9-8
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"type": "wordpress-plugin",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"automattic/jetpack-admin-ui": "^0.4.5-alpha",
8-
"automattic/jetpack-assets": "^2.3.6-alpha",
7+
"automattic/jetpack-admin-ui": "^0.4.5",
8+
"automattic/jetpack-assets": "^2.3.6",
99
"automattic/jetpack-autoloader": "^3.0.10",
1010
"automattic/jetpack-composer-plugin": "^2.0.3",
1111
"automattic/jetpack-config": "^2.0.4",
12-
"automattic/jetpack-publicize": "^0.52.0-alpha",
13-
"automattic/jetpack-connection": "^3.0.0-alpha",
14-
"automattic/jetpack-my-jetpack": "^4.35.0-alpha",
15-
"automattic/jetpack-sync": "^3.9.1-alpha",
12+
"automattic/jetpack-publicize": "^0.52.0",
13+
"automattic/jetpack-connection": "^3.0.0",
14+
"automattic/jetpack-my-jetpack": "^4.35.0",
15+
"automattic/jetpack-sync": "^3.9.1",
1616
"automattic/jetpack-status": "^3.3.4",
17-
"automattic/jetpack-plans": "^0.4.8",
17+
"automattic/jetpack-plans": "^0.4.9",
1818
"automattic/jetpack-post-list": "^0.6.3"
1919
},
2020
"require-dev": {
@@ -54,6 +54,7 @@
5454
"post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy",
5555
"post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy"
5656
},
57+
"repositories": [],
5758
"minimum-stability": "dev",
5859
"prefer-stable": true,
5960
"extra": {
@@ -75,6 +76,6 @@
7576
"automattic/jetpack-autoloader": true,
7677
"automattic/jetpack-composer-plugin": true
7778
},
78-
"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ5_3_0_alpha"
79+
"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ5_3_0"
7980
}
8081
}

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: 5.3.0-alpha
7+
* Version: 5.3.0
88
* Author: Automattic - Jetpack Social team
99
* Author URI: https://jetpack.com/social/
1010
* License: GPLv2 or later

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

+3-6
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-
## [0.4.5-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.4.5] - 2024-09-05
129
### Changed
13-
- Jetpack menu: only register Jetpack admin page for contributor roles and above.
10+
- Jetpack menu: only register Jetpack admin page for contributor roles and above. [#39081]
1411

1512
## [0.4.4] - 2024-08-29
1613
### Changed
@@ -163,7 +160,7 @@ This is an alpha version! The changes listed here are not final.
163160
### Fixed
164161
- Fixing menu visibility issues.
165162

166-
[0.4.5-alpha]: https://github.com/Automattic/jetpack-admin-ui/compare/0.4.4...0.4.5-alpha
163+
[0.4.5]: https://github.com/Automattic/jetpack-admin-ui/compare/0.4.4...0.4.5
167164
[0.4.4]: https://github.com/Automattic/jetpack-admin-ui/compare/0.4.3...0.4.4
168165
[0.4.3]: https://github.com/Automattic/jetpack-admin-ui/compare/0.4.2...0.4.3
169166
[0.4.2]: https://github.com/Automattic/jetpack-admin-ui/compare/0.4.1...0.4.2

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
class Admin_Menu {
1515

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

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

jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,12 @@ 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-
## [2.3.6-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [2.3.6] - 2024-09-05
129
### Changed
13-
- Updated package dependencies.
10+
- Updated package dependencies. [#39176]
1411

1512
### Fixed
16-
- Fixed script data not available in block editor iframe
13+
- Fixed script data not available in block editor iframe [#39221]
1714

1815
## [2.3.5] - 2024-08-29
1916
### Changed
@@ -496,7 +493,7 @@ This is an alpha version! The changes listed here are not final.
496493

497494
- Statically access asset tools
498495

499-
[2.3.6-alpha]: https://github.com/Automattic/jetpack-assets/compare/v2.3.5...v2.3.6-alpha
496+
[2.3.6]: https://github.com/Automattic/jetpack-assets/compare/v2.3.5...v2.3.6
500497
[2.3.5]: https://github.com/Automattic/jetpack-assets/compare/v2.3.4...v2.3.5
501498
[2.3.4]: https://github.com/Automattic/jetpack-assets/compare/v2.3.3...v2.3.4
502499
[2.3.3]: https://github.com/Automattic/jetpack-assets/compare/v2.3.2...v2.3.3

jetpack_vendor/automattic/jetpack-boost-core/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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.2.10] - 2024-09-05
9+
### Changed
10+
- Update dependencies.
11+
812
## [0.2.9] - 2024-08-26
913
### Changed
1014
- Updated package dependencies. [#39004]
@@ -65,6 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6569
### Added
6670
- Introduce new package. [#31163]
6771

72+
[0.2.10]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.9...v0.2.10
6873
[0.2.9]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.8...v0.2.9
6974
[0.2.8]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.7...v0.2.8
7075
[0.2.7]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.6...v0.2.7

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.0",
8-
"automattic/jetpack-connection": "^3.0.0-alpha"
8+
"automattic/jetpack-connection": "^3.0.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.0"
88
},
99
"require-dev": {
10-
"automattic/jetpack-changelogger": "^4.2.6",
10+
"automattic/jetpack-changelogger": "^4.2.4",
1111
"automattic/jetpack-connection": "@dev",
1212
"automattic/jetpack-import": "@dev",
1313
"automattic/jetpack-jitm": "@dev",

jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md

+7-10
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,17 @@ 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.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [3.0.0] - 2024-09-05
129
### Changed
13-
- Jetpack Connection: Restrict handling verified errors on admin pages only
14-
- Updated connection js to load its bundle via connection package
15-
- Updated package dependencies.
10+
- Jetpack Connection: Restrict handling verified errors on admin pages only [#39233]
11+
- Updated connection js to load its bundle via connection package [#38877]
12+
- Updated package dependencies. [#39176]
1613

1714
### Removed
18-
- Removed registering of Jetpack option edit_links_calypso_redirect
15+
- Removed registering of Jetpack option edit_links_calypso_redirect [#39171]
1916

2017
### Fixed
21-
- Fixed connection assets for wpcom simple sites
18+
- Fixed connection assets for wpcom simple sites [#39201]
2219

2320
## [2.12.5] - 2024-08-29
2421
### Changed
@@ -1182,7 +1179,7 @@ This is an alpha version! The changes listed here are not final.
11821179

11831180
- Separate the connection library into its own package.
11841181

1185-
[3.0.0-alpha]: https://github.com/Automattic/jetpack-connection/compare/v2.12.5...v3.0.0-alpha
1182+
[3.0.0]: https://github.com/Automattic/jetpack-connection/compare/v2.12.5...v3.0.0
11861183
[2.12.5]: https://github.com/Automattic/jetpack-connection/compare/v2.12.4...v2.12.5
11871184
[2.12.4]: https://github.com/Automattic/jetpack-connection/compare/v2.12.3...v2.12.4
11881185
[2.12.3]: https://github.com/Automattic/jetpack-connection/compare/v2.12.2...v2.12.3

jetpack_vendor/automattic/jetpack-connection/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"require": {
77
"php": ">=7.0",
88
"automattic/jetpack-a8c-mc-stats": "^2.0.2",
9-
"automattic/jetpack-admin-ui": "^0.4.5-alpha",
10-
"automattic/jetpack-assets": "^2.3.6-alpha",
9+
"automattic/jetpack-admin-ui": "^0.4.5",
10+
"automattic/jetpack-assets": "^2.3.6",
1111
"automattic/jetpack-constants": "^2.0.4",
1212
"automattic/jetpack-roles": "^2.0.3",
1313
"automattic/jetpack-status": "^3.3.4",

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 = '3.0.0-alpha';
15+
const PACKAGE_VERSION = '3.0.0';
1616

1717
const PACKAGE_SLUG = 'connection';
1818

jetpack_vendor/automattic/jetpack-explat/CHANGELOG.md

+3-6
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-
## [0.1.6-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.1.6] - 2024-09-05
129
### Changed
13-
- Updated package dependencies.
10+
- Updated package dependencies. [#39176]
1411

1512
## [0.1.5] - 2024-08-29
1613
### Changed
@@ -42,7 +39,7 @@ This is an alpha version! The changes listed here are not final.
4239
- ExPlat: add condition to prevent fetching the experiment assignment if there's not anon id (meaning that Tracks is likely disabled) [#38327]
4340
- Updated package dependencies. [#38132]
4441

45-
[0.1.6-alpha]: https://github.com/Automattic/jetpack-explat/compare/v0.1.5...v0.1.6-alpha
42+
[0.1.6]: https://github.com/Automattic/jetpack-explat/compare/v0.1.5...v0.1.6
4643
[0.1.5]: https://github.com/Automattic/jetpack-explat/compare/v0.1.4...v0.1.5
4744
[0.1.4]: https://github.com/Automattic/jetpack-explat/compare/v0.1.3...v0.1.4
4845
[0.1.3]: https://github.com/Automattic/jetpack-explat/compare/v0.1.2...v0.1.3

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.0",
8-
"automattic/jetpack-connection": "^3.0.0-alpha"
8+
"automattic/jetpack-connection": "^3.0.0"
99
},
1010
"require-dev": {
1111
"yoast/phpunit-polyfills": "^1.1.1",

jetpack_vendor/automattic/jetpack-explat/src/class-explat.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ExPlat {
2020
*
2121
* @var string
2222
*/
23-
const PACKAGE_VERSION = '0.1.6-alpha';
23+
const PACKAGE_VERSION = '0.1.6';
2424

2525
/**
2626
* Initializer.

jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md

+3-6
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-
## [3.1.20-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [3.1.20] - 2024-09-05
129
### Changed
13-
- Updated package dependencies.
10+
- Updated package dependencies. [#39176]
1411

1512
## [3.1.19] - 2024-08-29
1613
### Changed
@@ -762,7 +759,7 @@ This is an alpha version! The changes listed here are not final.
762759

763760
- Update Jetpack to use new JITM package
764761

765-
[3.1.20-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.19...v3.1.20-alpha
762+
[3.1.20]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.19...v3.1.20
766763
[3.1.19]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.18...v3.1.19
767764
[3.1.18]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.17...v3.1.18
768765
[3.1.17]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.16...v3.1.17

jetpack_vendor/automattic/jetpack-jitm/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"require": {
77
"php": ">=7.0",
88
"automattic/jetpack-a8c-mc-stats": "^2.0.2",
9-
"automattic/jetpack-assets": "^2.3.6-alpha",
10-
"automattic/jetpack-connection": "^3.0.0-alpha",
9+
"automattic/jetpack-assets": "^2.3.6",
10+
"automattic/jetpack-connection": "^3.0.0",
1111
"automattic/jetpack-device-detection": "^2.1.4",
1212
"automattic/jetpack-logo": "^2.0.4",
1313
"automattic/jetpack-redirect": "^2.0.3",

jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
class JITM {
2222

23-
const PACKAGE_VERSION = '3.1.20-alpha';
23+
const PACKAGE_VERSION = '3.1.20';
2424

2525
/**
2626
* The configuration method that is called from the jetpack-config package.

jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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+
## [2.0.8] - 2024-09-05
9+
### Changed
10+
- Update dependencies.
11+
812
## [2.0.7] - 2024-08-26
913
### Changed
1014
- Updated package dependencies. [#39004]
@@ -280,6 +284,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
280284

281285
- Licensing: Add support for Jetpack licenses
282286

287+
[2.0.8]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.7...v2.0.8
283288
[2.0.7]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.6...v2.0.7
284289
[2.0.6]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.5...v2.0.6
285290
[2.0.5]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.4...v2.0.5

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.0",
8-
"automattic/jetpack-connection": "^3.0.0-alpha"
8+
"automattic/jetpack-connection": "^3.0.0"
99
},
1010
"require-dev": {
1111
"automattic/wordbless": "@dev",

jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md

+6-9
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-
## [4.35.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [4.35.0] - 2024-09-05
129
### Added
13-
- My Jetpack: add support for feature-specific handling to product interstitials.
10+
- My Jetpack: add support for feature-specific handling to product interstitials. [#38661]
1411

1512
### Changed
16-
- Jetpack AI product page: add fair usage link on over quota notice
17-
- Updated package dependencies.
13+
- Jetpack AI product page: add fair usage link on over quota notice [#39192]
14+
- Updated package dependencies. [#39176]
1815

1916
### Fixed
20-
- Gracefully fail when user data fetch failed.
17+
- Gracefully fail when user data fetch failed. [#39179]
2118

2219
## [4.34.0] - 2024-09-02
2320
### Changed
@@ -1701,7 +1698,7 @@ This is an alpha version! The changes listed here are not final.
17011698
### Added
17021699
- Created package
17031700

1704-
[4.35.0-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.34.0...4.35.0-alpha
1701+
[4.35.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.34.0...4.35.0
17051702
[4.34.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.33.1...4.34.0
17061703
[4.33.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.33.0...4.33.1
17071704
[4.33.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.32.4...4.33.0

0 commit comments

Comments
 (0)