Skip to content

Commit

Permalink
Updated package versions for automattic/jetpack-social
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftbj authored and matticbot committed Sep 6, 2024
1 parent 43da8f0 commit f7d4a1f
Show file tree
Hide file tree
Showing 48 changed files with 693 additions and 879 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ 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.3.1-alpha - unreleased

This is an alpha version! The changes listed here are not final.
## 5.3.1 - 2024-09-06
### Changed
- Internal updates.

## 5.3.0 - 2024-09-05
### Changed
Expand Down
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"require": {
"automattic/jetpack-admin-ui": "^0.4.5",
"automattic/jetpack-assets": "^2.3.7",
"automattic/jetpack-autoloader": "^3.1.0-alpha",
"automattic/jetpack-autoloader": "^3.1.0",
"automattic/jetpack-composer-plugin": "^2.0.3",
"automattic/jetpack-config": "^2.0.4",
"automattic/jetpack-publicize": "^0.52.1-alpha",
"automattic/jetpack-connection": "^4.0.1-alpha",
"automattic/jetpack-my-jetpack": "^4.35.3-alpha",
"automattic/jetpack-publicize": "^0.52.1",
"automattic/jetpack-connection": "^4.0.1",
"automattic/jetpack-my-jetpack": "^4.35.3",
"automattic/jetpack-sync": "^3.10.0",
"automattic/jetpack-status": "^4.0.1-alpha",
"automattic/jetpack-status": "^4.0.1",
"automattic/jetpack-plans": "^0.4.10",
"automattic/jetpack-post-list": "^0.6.3"
},
Expand Down Expand Up @@ -54,6 +54,7 @@
"post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy",
"post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy"
},
"repositories": [],
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
Expand All @@ -75,6 +76,6 @@
"automattic/jetpack-autoloader": true,
"automattic/jetpack-composer-plugin": true
},
"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ5_3_1_alpha"
"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ5_3_1"
}
}
2 changes: 1 addition & 1 deletion 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-alpha
* Version: 5.3.1
* Author: Automattic - Jetpack Social team
* Author URI: https://jetpack.com/social/
* License: GPLv2 or later
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-boost-core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^4.0.1-alpha"
"automattic/jetpack-connection": "^4.0.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"require": {
"php": ">=7.0",
"automattic/jetpack-boost-core": "^0.2.11"
"automattic/jetpack-boost-core": "^0.2.9"
},
"autoload": {
"classmap": [
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=7.0"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.2.6",
"automattic/jetpack-changelogger": "^4.2.4",
"automattic/jetpack-connection": "@dev",
"automattic/jetpack-import": "@dev",
"automattic/jetpack-jitm": "@dev",
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ 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).

## [4.0.1-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [4.0.1] - 2024-09-06
### Removed
- Removed throwing of warning if a given Jetpack options does not exist
- Removed throwing of warning if a given Jetpack options does not exist [#39270]

## [4.0.0] - 2024-09-05
### Deprecated
Expand Down Expand Up @@ -1190,7 +1187,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[4.0.1-alpha]: https://github.com/Automattic/jetpack-connection/compare/v4.0.0...v4.0.1-alpha
[4.0.1]: https://github.com/Automattic/jetpack-connection/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/Automattic/jetpack-connection/compare/v3.0.0...v4.0.0
[3.0.0]: https://github.com/Automattic/jetpack-connection/compare/v2.12.5...v3.0.0
[2.12.5]: https://github.com/Automattic/jetpack-connection/compare/v2.12.4...v2.12.5
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-connection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"automattic/jetpack-assets": "^2.3.7",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-roles": "^2.0.3",
"automattic/jetpack-status": "^4.0.1-alpha",
"automattic/jetpack-status": "^4.0.1",
"automattic/jetpack-redirect": "^2.0.4"
},
"require-dev": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '4.0.1-alpha';
const PACKAGE_VERSION = '4.0.1';

const PACKAGE_SLUG = 'connection';

Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-explat/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^4.0.1-alpha"
"automattic/jetpack-connection": "^4.0.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-jitm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"php": ">=7.0",
"automattic/jetpack-a8c-mc-stats": "^2.0.2",
"automattic/jetpack-assets": "^2.3.7",
"automattic/jetpack-connection": "^4.0.1-alpha",
"automattic/jetpack-connection": "^4.0.0",
"automattic/jetpack-device-detection": "^2.1.4",
"automattic/jetpack-logo": "^2.0.4",
"automattic/jetpack-redirect": "^2.0.4",
"automattic/jetpack-status": "^4.0.1-alpha"
"automattic/jetpack-status": "^4.0.0"
},
"require-dev": {
"brain/monkey": "2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-licensing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^4.0.1-alpha"
"automattic/jetpack-connection": "^4.0.0"
},
"require-dev": {
"automattic/wordbless": "@dev",
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ 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).

## [4.35.3-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [4.35.3] - 2024-09-06
### Fixed
- Optimize repeated requests for unavailable WPCOM.
- Optimize repeated requests for unavailable WPCOM. [#39218]

## [4.35.2] - 2024-09-06
### Changed
Expand Down Expand Up @@ -1713,7 +1710,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created package

[4.35.3-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.2...4.35.3-alpha
[4.35.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.2...4.35.3
[4.35.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.1...4.35.2
[4.35.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.0...4.35.1
[4.35.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.34.0...4.35.0
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-my-jetpack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"automattic/jetpack-admin-ui": "^0.4.5",
"automattic/jetpack-assets": "^2.3.7",
"automattic/jetpack-boost-speed-score": "^0.3.12",
"automattic/jetpack-connection": "^4.0.1-alpha",
"automattic/jetpack-connection": "^4.0.1",
"automattic/jetpack-explat": "^0.1.7",
"automattic/jetpack-jitm": "^3.1.21",
"automattic/jetpack-licensing": "^2.0.9",
"automattic/jetpack-plugins-installer": "^0.4.3",
"automattic/jetpack-redirect": "^2.0.4",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-plans": "^0.4.10",
"automattic/jetpack-status": "^4.0.1-alpha",
"automattic/jetpack-status": "^4.0.1",
"automattic/jetpack-sync": "^3.10.0",
"automattic/jetpack-protect-status": "^0.1.5"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '4.35.3-alpha';
const PACKAGE_VERSION = '4.35.3';

/**
* HTML container ID for the IDC screen on My Jetpack page.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-a8c-mc-stats": "^2.0.2",
"automattic/jetpack-status": "^4.0.1-alpha"
"automattic/jetpack-status": "^4.0.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-post-list/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.7"
"automattic/jetpack-assets": "^2.3.4"
},
"require-dev": {
"automattic/wordbless": "@dev",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^4.0.1-alpha",
"automattic/jetpack-connection": "^4.0.0",
"automattic/jetpack-plugins-installer": "^0.4.3",
"automattic/jetpack-sync": "^3.10.0",
"automattic/jetpack-protect-models": "^0.2.1",
Expand Down
8 changes: 4 additions & 4 deletions jetpack_vendor/automattic/jetpack-publicize/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ 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.52.1-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [0.52.1] - 2024-09-06
### Changed
- Internal updates.

## [0.52.0] - 2024-09-05
### Changed
Expand Down Expand Up @@ -686,7 +686,7 @@ This is an alpha version! The changes listed here are not final.
- Updated package dependencies.
- Update package.json metadata.

[0.52.1-alpha]: https://github.com/Automattic/jetpack-publicize/compare/v0.52.0...v0.52.1-alpha
[0.52.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.52.0...v0.52.1
[0.52.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.51.0...v0.52.0
[0.51.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.50.1...v0.51.0
[0.50.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.50.0...v0.50.1
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-publicize/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^4.0.1-alpha",
"automattic/jetpack-autoloader": "^3.1.0-alpha",
"automattic/jetpack-connection": "^4.0.1",
"automattic/jetpack-autoloader": "^3.1.0",
"automattic/jetpack-config": "^2.0.4",
"automattic/jetpack-assets": "^2.3.7",
"automattic/jetpack-redirect": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-redirect/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-status": "^4.0.1-alpha"
"automattic/jetpack-status": "^4.0.0"
},
"require-dev": {
"brain/monkey": "2.6.1",
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-status/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ 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).

## [4.0.1-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [4.0.1] - 2024-09-06
### Removed
- Removed usage of _deprecated_function when deprecating Status::is_onboarding
- Removed usage of _deprecated_function when deprecating Status::is_onboarding [#39272]

## [4.0.0] - 2024-09-05
### Deprecated
Expand Down Expand Up @@ -400,7 +397,7 @@ This is an alpha version! The changes listed here are not final.

- Packages: Introduce a status package

[4.0.1-alpha]: https://github.com/Automattic/jetpack-status/compare/v4.0.0...v4.0.1-alpha
[4.0.1]: https://github.com/Automattic/jetpack-status/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/Automattic/jetpack-status/compare/v3.3.4...v4.0.0
[3.3.4]: https://github.com/Automattic/jetpack-status/compare/v3.3.3...v3.3.4
[3.3.3]: https://github.com/Automattic/jetpack-status/compare/v3.3.2...v3.3.3
Expand Down
6 changes: 3 additions & 3 deletions jetpack_vendor/automattic/jetpack-sync/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^4.0.1-alpha",
"automattic/jetpack-connection": "^4.0.0",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-password-checker": "^0.3.2",
"automattic/jetpack-ip": "^0.2.3",
"automattic/jetpack-roles": "^2.0.3",
"automattic/jetpack-status": "^4.0.1-alpha"
"automattic/jetpack-status": "^4.0.0"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.2.6",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-search": "@dev",
"automattic/jetpack-waf": "^0.18.5",
"automattic/jetpack-waf": "@dev",
"automattic/wordbless": "@dev"
},
"suggest": {
Expand Down
6 changes: 3 additions & 3 deletions jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
),
'jetpack-connection' => array(
'path' => 'jetpack_vendor/automattic/jetpack-connection',
'ver' => '4.0.1-alpha1725631375',
'ver' => '4.0.1',
),
'jetpack-explat' => array(
'path' => 'jetpack_vendor/automattic/jetpack-explat',
Expand All @@ -46,7 +46,7 @@
),
'jetpack-my-jetpack' => array(
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
'ver' => '4.35.3-alpha1725625839',
'ver' => '4.35.3',
),
'jetpack-password-checker' => array(
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
Expand All @@ -70,7 +70,7 @@
),
'jetpack-publicize-pkg' => array(
'path' => 'jetpack_vendor/automattic/jetpack-publicize',
'ver' => '0.52.1-alpha1725548112',
'ver' => '0.52.1',
),
'jetpack-sync' => array(
'path' => 'jetpack_vendor/automattic/jetpack-sync',
Expand Down
8 changes: 2 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,9 @@ 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.0 - 2024-09-05
### 5.3.1 - 2024-09-06
#### Changed
- Updated connection js to load its bundle via connection package
- Updated package dependencies.

#### Fixed
- Updated pricing table to clarify features
- Internal updates.

== Upgrade Notice ==

Expand Down
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

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

return ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ5_3_1_alpha::getLoader();
return ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ5_3_1::getLoader();
2 changes: 1 addition & 1 deletion vendor/autoload_packages.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ5_3_1_alpha\al3_1_0_alpha;
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ5_3_1\al3_1_0;

// phpcs:ignore

Expand Down
4 changes: 2 additions & 2 deletions vendor/automattic/jetpack-plans/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^4.0.1-alpha"
"automattic/jetpack-connection": "^4.0.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.6",
"automattic/jetpack-status": "^4.0.1-alpha",
"automattic/jetpack-status": "^4.0.0",
"automattic/wordbless": "@dev"
},
"suggest": {
Expand Down
Loading

0 comments on commit f7d4a1f

Please sign in to comment.