-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blocks: Unregister Jetpack's Donation Form block #1163
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works! 👍
Also tested on a site without a Jetpack plan, and it doesn't cause any issues there.
Thanks @dkoo!
Oh, that's an awesome double-check -- thanks! |
# [1.53.0-alpha.1](v1.52.0...v1.53.0-alpha.1) (2022-06-16) ### Bug Fixes * **donate:** amount formatting ([c766ce3](c766ce3)) * **homepage posts block:** align items when an odd number of items is inserted ([#1173](#1173)) ([7139567](7139567)) * **iframe-block:** handle errors from server-side fetch ([#1162](#1162)) ([8378b41](8378b41)) * make sure block exists before unregistering ([#1169](#1169)) ([6d3deed](6d3deed)) ### Features * unregister the Jetpack Donation block ([#1163](#1163)) ([6acbcac](6acbcac))
🎉 This PR is included in version 1.53.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [1.53.0](v1.52.0...v1.53.0) (2022-06-27) ### Bug Fixes * **donate:** amount formatting ([c766ce3](c766ce3)) * **homepage posts block:** align items when an odd number of items is inserted ([#1173](#1173)) ([7139567](7139567)) * **iframe-block:** handle errors from server-side fetch ([#1162](#1162)) ([8378b41](8378b41)) * make sure block exists before unregistering ([#1169](#1169)) ([6d3deed](6d3deed)) ### Features * unregister the Jetpack Donation block ([#1163](#1163)) ([6acbcac](6acbcac))
🎉 This PR is included in version 1.53.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
All Submissions:
Changes proposed in this Pull Request:
This PR unregisters the Jetpack Donations block, so it's not so easily confused with the Newspack Donate block.
Closes #1161.
How to test the changes in this Pull Request:
/donate
into the editor and note the blocks that appear:npm run build
.Other information: