워드프레스 5.8.1 업데이트 배포

워드프레스 5.8이 배포된 지 약 한달하고 20일이 지난 9월 9월 워드프레스 5.8.1 업데이트가 배포되었습니다.
마이너 업데이트인 만큼 새로운 기능 추가보다는 버그 수정이 중점이 업데이트입니다.
워드프레스 5.8.1 업데이트에 포함된 내역을 살펴보겠습니다.

보안 업데이트

워드프레스 5.4부터 5.8에 모두 해당되는 보안 업데이트입니다.

  • Props @mdawaffe, member of the WordPress Security Team for their work fixing a data exposure vulnerability within the REST API.
  • Props to Michał Bentkowski of Securitum for reporting a XSS vulnerability in the block editor.
  • The Lodash library has been updated to version 4.17.21 in each branch to incorporate upstream security fixes.

블록 에디트 관련 보안 업데이트입니다.

  • Props Evan Ricafort for reporting a XSS vulnerability in the block editor discovered during the 5.8 release’s beta period.
  • Props Steve Henty for reporting a privilege escalation issue in the block editor.

41개의 코어 버그 패치

  • 52818 – Ordering metaboxes broken in WP 5.7
  • 53556 – Add a new template-editing tag to the Theme API
  • 53562 – Widgets Editor in Customizer doesn’t load with E2E tests + 0ms Animations
  • 53609 – Responsive widget block embeds not showing in the customizer
  • 53616 – Registered block styles should only be rendered when the block exists on a page
  • 53641 – Can not configure image widget (and others) in widget accessability mode
  • 53654 – Menus: Hide bulk-select options when no menus exist
  • 53667 – Support wp_editor_set_quality for both loaded and saved mime_types
  • 53668 – Generated images for one file can be overwritten by another with the same name when mapping mime types for generated images
  • 53679 – The media library looks broken on mobile
  • 53680 – Correct inline documentation about IMAGETYPE_WEBP and IMG_WEBP
  • 53696 – wp_add_iframed_editor_assets_html() not checking for block editor
  • 53697 – Possible Regression – Border settings not displaying for Button Block
  • 53702 – Four css files removed between 5.7.x and 5.8 were not included in $_old_files
  • 53713 – Bounce underscore.js version in script-loader
  • 53714 – Bounce jquery.form.js version in script-loader
  • 53715 – Bounce hoverIntent.js version in script-loader
  • 53716 – The “/” missing at the end of image tag
  • 53719 – grunt clean:css does not clean the css/dist folder
  • 53738 – Broken loop in WP_Theme_JSON_Resolver
  • 53752 – Twenty Ten: Block patterns file causes error in child themes
  • 53757 – Widget editor calls get_block_categories() with incorrect arg type
  • 53769 – Bundled themes: block-patterns.php file should use get_template_directory_uri instead of get_stylesheet_directory_uri
  • 53773 – /wp-admin/includes/ajax-actions.php file line 3006 is creating divide by zero error
  • 53777 – Bump bundled theme versions for
  • 53799 – Remove version-controlled files check from Test Old Branches workflow
  • 53803 – Customizer: Radio button on background image position selector visible on focus
  • 53820 – Build doesn’t support Docker Compose V2
  • 53827 – Increase number of media items displayed when clicking button to “Load More”
  • 53830 – Default filters try to create nonce during installation before options table exists
  • 53833 – ‘Replace image’ Media Modal is missing select fields under filter media due to css issues
  • 53877 – Menus: Selected display locations for new menus aren’t saved
  • 53898 – Duplicated 404 templates in the TemplatePanel
  • 53922 – Docblock in get_block_editor_settings function
  • 53932 – Media grid view doesn’t show all media elements
  • 53936 – Output of serialize_block_attributes does not match equivalent Gutenberg function
  • 53955 – Fix and improve the docs for the image_editor_output_format filter
  • 54030 – Pressing esc in Widgets Editor closes panel in customizer
  • 54036 – PclZip throwing errors on PHP 8 – previously merged patch is incomplete
  • 54052 – Block editor package updates for 5.8.1

20개의 블록 에디터 버그 패치

  • PR33384 – Fix API docs for data reference guides
  • PR33381 – Docs: use markdown headings instead of links for API declarations
  • PR33498 – Docs: Run Prettier after updating API in documentation
  • PR33549 – Use tabs instead of spaces in block transform doc example
  • PR30617 – Fix metabox reordering
  • PR32083 – Block editor: move layout styles to document head (instead of rendering inline)
  • PR33814 – Widgets: Allow HTML tags in description
  • PR33457 – Editor: Set ‘hide_empty’ for the most used terms query
  • PR33482 – Update widget editor help links to point to the new support article
  • PR33621 – Fixed that the block is selected instead of the title when using the select all shortcut.
  • PR33699 – Writing flow: select all: remove early return for post title
  • PR33618 – Call onChangeSectionExpanded conditionally
  • PR33679 – FontSizePicker: Use number values when the initial value is a number
  • PR33739 – Fix justification for button block when selected
  • PR33771 – Add error boundaries to widget screens
  • PR33802 – Fix insertion point in Widgets editors
  • PR34280 – Default batch processor: Respect the batch endpoint’s maxItems
  • PR34314 – Fix button block focus trap after a URL has been added
  • PR34076 – Text for dropdown fields within legacy widgets in the Customizer is off centered
  • PR32935 – Add a SearchControl component and reuse accross the UI(class change in tests)

워드프레스 5.8.1 업데이트는

총 61개의 버그 패치와 5개의 보안 패치가 포함되어 있습니다.
버그 관련 큰 불편이 없는 유저라도 보안을 위해서 워드프레스 5.8.1 업데이트 적용을 추천합니다.
개인적으로 블록 에디터에서 간헐적인 문제가 좀 있었는데 해결이 되었으면 좋겠습니다.

출처