-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update Fizzie to cater for changes in Gutenberg 10.9.0 #70
Comments
WIth Gutenberg 11.1.0 and WordPress 5.7.2 attempting to view https://blocks.wp.a2z/block/todo-list-tabor-todo-list
|
WorkaroundUpdate to WordPress 5.8. Stick with Gutenberg 11.1.0 This still produces the Warning message. Warning: Block core/query-loop has been renamed to Post Template. core/query-loop will be supported until WordPress version 5.9. in C:\apache\htdocs\wordpress\wp-content\plugins\gutenberg\lib\compat\wordpress-5.8\index.php on line 123 |
delivered in v1.0.0 |
In Gutenberg 10.9.0 the
wp:query-loop
has been deprecated in favour ofwp:post-template
Until the code is changed to use
wp:post-template
, when the deprecation logic actually kicks in, annoying deprecation messages are produced.The solution is to
wp:query-loop
towp:post-template
See also bobbingwide/thisis#33
The text was updated successfully, but these errors were encountered: