Skip to content

Commit ea89d6e

Browse files
manzoorwanijkmatticbot
authored andcommitted
Social: Remove all the auto-conversion logic from data store (#38609)
* Social: Remove all the auto-conversion logic from data store * Add change log Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10160094297 Upstream-Ref: Automattic/jetpack@d7a2ed7
1 parent 60c9da1 commit ea89d6e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/automattic/jetpack-sync/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"automattic/jetpack-changelogger": "^4.2.5",
1717
"yoast/phpunit-polyfills": "1.1.0",
1818
"automattic/jetpack-search": "@dev",
19-
"automattic/jetpack-waf": "^0.18.0-alpha",
19+
"automattic/jetpack-waf": "@dev",
2020
"automattic/wordbless": "@dev"
2121
},
2222
"suggest": {

vendor/composer/installed.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,7 @@
15711571
"dist": {
15721572
"type": "path",
15731573
"url": "/tmp/jetpack-build/Automattic/jetpack-sync",
1574-
"reference": "ddbc4025d0dfb86bc17e0adbb0f1ff653a23c5d5"
1574+
"reference": "8f5f4b94d544801950b7ad52bdaddc1908dccedc"
15751575
},
15761576
"require": {
15771577
"automattic/jetpack-connection": "^2.11.2",
@@ -1585,7 +1585,7 @@
15851585
"require-dev": {
15861586
"automattic/jetpack-changelogger": "^4.2.5",
15871587
"automattic/jetpack-search": "@dev",
1588-
"automattic/jetpack-waf": "^0.18.0-alpha",
1588+
"automattic/jetpack-waf": "@dev",
15891589
"automattic/wordbless": "@dev",
15901590
"yoast/phpunit-polyfills": "1.1.0"
15911591
},

vendor/composer/installed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
'automattic/jetpack-sync' => array(
239239
'pretty_version' => '3.4.0-alpha.1722035967',
240240
'version' => '3.4.0.0-alpha1722035967',
241-
'reference' => 'ddbc4025d0dfb86bc17e0adbb0f1ff653a23c5d5',
241+
'reference' => '8f5f4b94d544801950b7ad52bdaddc1908dccedc',
242242
'type' => 'jetpack-library',
243243
'install_path' => __DIR__ . '/../automattic/jetpack-sync',
244244
'aliases' => array(),

0 commit comments

Comments
 (0)