Skip to content

Commit

Permalink
Jetpack Sync: Update Dedicated Sync init hook priority to 200 (#33862)
Browse files Browse the repository at this point in the history
* Jetpack Sync: Update Dedicated Sync init hook priority to 200

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6705247710
  • Loading branch information
fgiannar authored and matticbot committed Oct 31, 2023
1 parent b780960 commit 7d4524e
Show file tree
Hide file tree
Showing 8 changed files with 119 additions and 114 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"automattic/jetpack-search": "^0.39.4-alpha",
"automattic/jetpack-stats": "^0.6.6",
"automattic/jetpack-status": "^1.18.5",
"automattic/jetpack-sync": "^1.60.0",
"automattic/jetpack-sync": "^1.60.1-alpha",
"automattic/jetpack-plugins-installer": "^0.2.5"
},
"require-dev": {
Expand Down
5 changes: 5 additions & 0 deletions jetpack_vendor/automattic/jetpack-sync/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).

## [1.60.1-alpha] - unreleased

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

## [1.60.0] - 2023-10-26
### Removed
- Remove Jetpack option jetpack-memberships-connected-account-id. [#32354]
Expand Down Expand Up @@ -962,6 +966,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Packages: Move sync to a classmapped package

[1.60.1-alpha]: https://github.com/Automattic/jetpack-sync/compare/v1.60.0...v1.60.1-alpha
[1.60.0]: https://github.com/Automattic/jetpack-sync/compare/v1.59.2...v1.60.0
[1.59.2]: https://github.com/Automattic/jetpack-sync/compare/v1.59.1...v1.59.2
[1.59.1]: https://github.com/Automattic/jetpack-sync/compare/v1.59.0...v1.59.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public static function init() {
// rely on 'jetpack_sync_before_send_queue_sync' are picked up and added to the queue if needed.
if ( Settings::is_dedicated_sync_enabled() && Dedicated_Sender::is_dedicated_sync_request() ) {
self::initialize_listener();
add_action( 'init', array( __CLASS__, 'add_dedicated_sync_sender_init' ), 0 );
add_action( 'init', array( __CLASS__, 'add_dedicated_sync_sender_init' ), 200 );
return;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '1.60.0';
const PACKAGE_VERSION = '1.60.1-alpha';

const PACKAGE_SLUG = 'sync';

Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
),
'jetpack-sync' => array(
'path' => 'jetpack_vendor/automattic/jetpack-sync',
'ver' => '1.60.0',
'ver' => '1.60.1-alpha1698748314',
),
),
);
54 changes: 27 additions & 27 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats",
"reference": "2df1bc02d55821b4d0a90e545be8109d5d611db0"
"reference": "1bfdcd6e0dab046a3407aebbb874349328a0b750"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.11",
Expand Down Expand Up @@ -57,7 +57,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui",
"reference": "86ebd100ed1ff4cbd7dbec6aeee7cae1a31acf22"
"reference": "a6b80800bfd084f3f1f22cfc73ef84564ecd16e9"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.11",
Expand Down Expand Up @@ -119,7 +119,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-assets",
"reference": "f9b67166f73db53359a2f9e7fd647ed863559751"
"reference": "b20f951cc890b3c59952fd14e346fa7372339b42"
},
"require": {
"automattic/jetpack-constants": "^1.6.23"
Expand Down Expand Up @@ -187,7 +187,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-autoloader",
"reference": "82b80575eea9d0b614848e98d7dc8714f7034227"
"reference": "5e4c880b0c58fc7b23f383f0847791b8ce11858c"
},
"require": {
"composer-plugin-api": "^1.1 || ^2.0"
Expand Down Expand Up @@ -252,7 +252,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin",
"reference": "ba409c5e167bed25ddbe0eccd6f6580dc3f8b083"
"reference": "324ee2fe6bab1c2f0e5354f81e63269d11728a68"
},
"require": {
"composer-plugin-api": "^2.1.0"
Expand Down Expand Up @@ -311,7 +311,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-config",
"reference": "971a0e6f1009dc82c55fcc09247fb677dadf7a27"
"reference": "a111db71ed0b2f78205eef43c4fe56f7e35b1ef6"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.11"
Expand Down Expand Up @@ -353,7 +353,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-connection",
"reference": "e62a715b3890aa06d7e521f3eaf7390a8403d274"
"reference": "8fb61bbdf7898572efe26e0e9718a695624c0bdb"
},
"require": {
"automattic/jetpack-a8c-mc-stats": "^1.4.22",
Expand Down Expand Up @@ -431,7 +431,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-constants",
"reference": "368730f0d7bf70191a7f47b2dd034ac476f965b6"
"reference": "bffc59767972219b154392d707ae926e3c8216ab"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.11",
Expand Down Expand Up @@ -482,7 +482,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
"reference": "7ae3ad5fd173cdd41b12731221fa43db5760eb57"
"reference": "5fe736cf1a2de7d43887d6b4d229e8af86e99b33"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.11",
Expand Down Expand Up @@ -532,7 +532,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-identity-crisis",
"reference": "1965e5d152aff18e16e19640aa7d4488990d19b0"
"reference": "6c174aa19bc441cde6517edb101f62bd55875ab6"
},
"require": {
"automattic/jetpack-assets": "^1.18.13",
Expand Down Expand Up @@ -610,7 +610,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-ip",
"reference": "46e17bafa9d4a1156937843236241740c86138c6"
"reference": "a203fafb682cebfff59ff638a3c87d8309d6d01a"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.11",
Expand Down Expand Up @@ -665,7 +665,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-jitm",
"reference": "5dab988ac2bec29f1cf6f6f1abb43931f45b3744"
"reference": "15f5595d8212a0b6719eb3edc8b8b7bd501e7768"
},
"require": {
"automattic/jetpack-a8c-mc-stats": "^1.4.22",
Expand Down Expand Up @@ -740,7 +740,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-licensing",
"reference": "74f7235d42f3a1ca6c3c88752fb7a6825882577b"
"reference": "72e16b84e2e9b157ecfff4b200970331a4b23359"
},
"require": {
"automattic/jetpack-connection": "^1.58.2"
Expand Down Expand Up @@ -801,7 +801,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-logo",
"reference": "8ceac7f7ec5be62836c21d414fe72de0fd17bf32"
"reference": "93ccedf656d0989704c06d0d5285c834b84533d5"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.11",
Expand Down Expand Up @@ -851,7 +851,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack",
"reference": "0c0e7184d8955f8835c5b82867b2007f3a76fb22"
"reference": "6ba34a2ee3cc219824a675677808da9114fc1990"
},
"require": {
"automattic/jetpack-admin-ui": "^0.2.24-alpha",
Expand Down Expand Up @@ -942,7 +942,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-partner",
"reference": "e15e441662be2d4b4827a68162dae74085535657"
"reference": "584036d483cdea4038b0d0a695013aadc2f6458a"
},
"require": {
"automattic/jetpack-connection": "^1.58.2",
Expand Down Expand Up @@ -1004,7 +1004,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-password-checker",
"reference": "25c48c6ad7c1062d5f89374734921f9d1e5f8f70"
"reference": "01d32583d055e815a2de4b2b49f828535d70c941"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.11",
Expand Down Expand Up @@ -1062,7 +1062,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-plans",
"reference": "590fa83e6259cf097b12ee7f1004e7909c709ebb"
"reference": "65b38aee40f863ca8fc3159011947377e613165c"
},
"require": {
"automattic/jetpack-connection": "^1.58.2"
Expand Down Expand Up @@ -1129,7 +1129,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer",
"reference": "dbe1cac8c8d7533dfd29fafef0768c082b9c362e"
"reference": "db94449dc81dfeca040fbd573f2d5f625040066a"
},
"require": {
"automattic/jetpack-a8c-mc-stats": "^1.4.22"
Expand Down Expand Up @@ -1183,7 +1183,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-redirect",
"reference": "8d2a0794dce028fc4c551d73c0fb0bfa7ce8d62b"
"reference": "61deea5ea2f226d900e362089f5d9ce007771891"
},
"require": {
"automattic/jetpack-status": "^1.18.5"
Expand Down Expand Up @@ -1237,7 +1237,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-roles",
"reference": "275b4be1ddf70d38f7eb6ac2becd73a661c6a1ee"
"reference": "6bdaaf4006f0221ba40c06284ff6e425d783129a"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.11",
Expand Down Expand Up @@ -1288,7 +1288,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-search",
"reference": "c0ad5c4ee6c0d6105ab79449992c720dd0cdcf91"
"reference": "76bbae6d85dec687fdf050f06e2b0302ec5dfaca"
},
"require": {
"automattic/jetpack-assets": "^1.18.13",
Expand Down Expand Up @@ -1374,7 +1374,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-stats",
"reference": "e79ae32ef9e9fa94eb99c882428eda7ca681b976"
"reference": "61c8c75da5848ad9f99983f8c1e5cf4f8a0b36bb"
},
"require": {
"automattic/jetpack-assets": "^1.18.13",
Expand Down Expand Up @@ -1438,7 +1438,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-status",
"reference": "963216ad29875afdcb63c62d780ede8ead7f2722"
"reference": "c64a03fdf8280a56ac76ad42857bdebd49400d5b"
},
"require": {
"automattic/jetpack-constants": "^1.6.23"
Expand Down Expand Up @@ -1488,12 +1488,12 @@
},
{
"name": "automattic/jetpack-sync",
"version": "1.60.0",
"version_normalized": "1.60.0.0",
"version": "1.60.1-alpha.1698748314",
"version_normalized": "1.60.1.0-alpha1698748314",
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-sync",
"reference": "4effa2cf996907470bf213f4825595c3858f7d0f"
"reference": "908b5563896ab479948e918783aba657718162a5"
},
"require": {
"automattic/jetpack-connection": "^1.58.2",
Expand Down
Loading

0 comments on commit 7d4524e

Please sign in to comment.