
Die freie Software WordPress erhielt das geplante Update 6.1.1. Das Update 6.1.1 behebt 28 Fehler im Core und 18 Fehler im Block Editor Gutenberg.
WordPress 6.1.1 Release Notes
- Canonical: Setting a
NOT EXISTS
tax query inpre_get_posts
action triggers a fatal error inwp-includes/canonical.php
(#55955) - Editor: Massive (potential) performance issues within
get_default_block_editor_settings
(#56815) - Editor: Padding within table cells ignored (#56818)
- Editor: Creating taxonomy templates for specific terms are wrongly displayed as not found (#56902)
- Editor: Separator colors defined using background within
theme.json
for style variations are ignored (#56903) - Editor: Avoid running unnecessary expensive logic around
theme.json
parsing for classic themes (#56945) - Editor: Unable to add blocks on WP 6.1 – “+” button in editor shows up only in certain condition (#56955)
- Editor: Improve performance of the
WP_Theme_JSON
class (#56974) - Editor: Merge bugfixes from Gutenberg into Core for WP 6.1.1 (#57038)
- Editor: Fluid typography fixes for 6.1.1 (#57075)
- Formatting: Check that the Normalizer class exists in
remove_accents()
(#56980) - General: Update to
get_page_by_title
in 6.1 changesWHERE
clause (#56991) - I18N: Fatal error when loading translations early due to a DB error with
WPLANG
set (#57051) - I18N: Always pass
$locale
toload_textdomain()
if we know the locale (#57060) - Media: Featured Image bug in 6.0.3 (#56855)
- Media:
decoding="async"
breaks my site (#56969) - Menus: WP 6.1-RC6:
menu-item-has-children
class is not being applied correctly (#56946) - Post, Post Types: WP 6.1 –
get_page_by_title(null)
returns a page (#57039) - Query:
WP_Query::the_post
causes a type warning when querying for ids, not full post objects (#56948) - Query:
WP_Query
caching discardsposts_fields
andposts_clauses['fields']
filters. (#57012) - Text Changes: Replace instances of “Full site editing” with “Site editor” (#57026)
- Themes:
register_block_core_template_part
doesWP_Query
even on themes that do not support it (#56923) - Themes:
WP_Theme_JSON_Resolver::get_user_data_from_wp_global_styles
call toWP_Query
incorrect. (#56900) - Themes: Twenty Twenty-Three: visited state of button links use the incorrect text color (#56928)
- Themes: Reduce usage of
wp_get_theme
(#57057) - Upgrade/Install: Updating plugins with WP6.1 creates
.maintenance
file and leaves it (#56966) - Upgrade/Install: An unupdated Version of Gutenberg Fatally breaks the site on WordPress 6.1 Autoupdate (#56985)
- Users:
cache_users()
not defined when callingget_user
without field parameter or usingall_with_meta
orall
(#56952)
The following block editor issues from GitHub were fixed:
- Post Featured Image: Fix height/scale overwriting border inline styles (#44213)
- Fluid typography: add font size constraints (#44993)
- Allow direct selection of nested Page List block by avoiding dual rendering within block (#45143)
- Fix popover deprecations (#45195)
- Components: Refactor
ColorPalette
tests to@testing-library/react
(#44108) - Convert the
ColorPalette
component to TypeScript (#44632) - List v2: fix migration when nested list is invalid (#44822)
- Link to
homeUrl
from site editor view menu. (#45475) - Table Block: Apply borders and padding on both front end and editor (#45069)
- Change the order of the pseudo-states in the pseudo selectors array (#45559)
- Do not look for block variants, if not supporting block-templates (#45362)
- Restore the empty paragraph inserter (#45542)
- Cover: Avoid content loss when the
templateLock
value isall
orcontentOnly
(#45632) - List: disable nested list drop zone so dropping list items works (#45321)
- Switch background color to text color on block separator (#44943)
- [WP6.1.1] AutoComplete: Revert to
event.keyCode
to fix IME composition issue (#45704) - [WP6.1.1] FormTokenField: Revert to
event.keyCode
to fix IME composition issue (#45703) - Fluid typography: adjust font size min and max rules (#45536)