Skip to content

Commit

Permalink
Donations Block: Fix the editor got stuck after inserting a pattern w…
Browse files Browse the repository at this point in the history
…ith the donations block (#38961)

* Blocks: Fix donations block causes infinite loop

* changelog

* Fix render_block

* Fix the error when the amount changes

* Replace the fallback link with the current post

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

Upstream-Ref: Automattic/jetpack@a6c16b2
  • Loading branch information
arthur791004 authored and matticbot committed Aug 22, 2024
1 parent 45be561 commit e0d0ef4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-sync/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"automattic/jetpack-changelogger": "^4.2.6-alpha",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-search": "@dev",
"automattic/jetpack-waf": "@dev",
"automattic/jetpack-waf": "^0.18.4-alpha",
"automattic/wordbless": "@dev"
},
"suggest": {
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -1571,7 +1571,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-sync",
"reference": "006a39b0e3dee3d3eec7d6983f91a413be5129ff"
"reference": "bf844c1403d066d2fea279f45b5b80c470b38353"
},
"require": {
"automattic/jetpack-connection": "^2.12.4-alpha",
Expand All @@ -1585,7 +1585,7 @@
"require-dev": {
"automattic/jetpack-changelogger": "^4.2.6-alpha",
"automattic/jetpack-search": "@dev",
"automattic/jetpack-waf": "@dev",
"automattic/jetpack-waf": "^0.18.4-alpha",
"automattic/wordbless": "@dev",
"yoast/phpunit-polyfills": "^1.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
'automattic/jetpack-sync' => array(
'pretty_version' => '3.7.1-alpha.1724273335',
'version' => '3.7.1.0-alpha1724273335',
'reference' => '006a39b0e3dee3d3eec7d6983f91a413be5129ff',
'reference' => 'bf844c1403d066d2fea279f45b5b80c470b38353',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../automattic/jetpack-sync',
'aliases' => array(),
Expand Down

0 comments on commit e0d0ef4

Please sign in to comment.