Skip to content

Commit

Permalink
Jetpack Sync: Add key for full sync actions (#40566)
Browse files Browse the repository at this point in the history
* Added key so it is the same when sending full sync actions

* changelog

* Switch to wp_json_encode instead of (string) since terms will show an array in status

* Use chunks_sent instead of last sent to avoid sending weird strings, espceially for term_relationships

* Using last sent again but with crc32

* Not sending specific key for modules that don't send multiple full sync actions

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12370091919

Upstream-Ref: Automattic/jetpack@f16ae49
  • Loading branch information
darssen authored and matticbot committed Dec 17, 2024
1 parent 93c9c38 commit b9ec408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"automattic/jetpack-plans": "^0.5.1",
"automattic/jetpack-redirect": "^3.0.1",
"automattic/jetpack-status": "^5.0.1",
"automattic/jetpack-sync": "^4.1.1"
"automattic/jetpack-sync": "^4.2.0-alpha"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down

0 comments on commit b9ec408

Please sign in to comment.