以下は WordPress.org Make WordPress Core の記事「WordPress 6.6.2 RC1 is now available」を訳したものです。
誤字脱字誤訳などありましたらフォーラムまでお知らせください。
WordPress 6.6.2リリース候補版1 (RC1版) をテストする準備が整いました。このマイナーリリースは以下の方法でテストできます。
- WordPress Beta Tester プラグインを使用する。
- このリリースはマイナーリリースの候補版のため、Point Release チャンネルと Nightlies ストリームを選択してください。これは最新のビルドで、RCと、後続の6.6ブランチでの理論的にすべてのコミットを含みます。
- WP-CLI をテストに使用する:
wp core update https://wordpress.org/wordpress-6.6.2-RC1.zip
- ベータ版 / リリース候補版を直接ダウンロードする。
リリース候補版の変更内容
このリリースにおける複数の修正は、フロントエンドのサイトが意図したとおりに表示されない原因となるCSSの特異性に関連しています。この問題のために 6.5 に戻した場合は、ステージング・サイトでこのリリース候補をテストしてください。
6.6.2リリース候補版1 (RC1版) には、コアの15件の修正とブロックエディターの11件の修正が含まれます。
Trac で以下のコアチケットが修正されました。
- Setting Button block to Outline Style causes CSS output order to change and cause conflicts
- global-styles-inline-css rule introduces breaking changes ” :root :where(body)”
- Global Styles: Prevent empty CSS rules and malformed selectors for custom css for blocks
- Some layout styles have increased specificity in WordPress 6.6 within the non-iframed editor
- About Page: text-wrap: balance; adds unintended new lines in Japanese
- Template contents are wiped out on rename
- Autofocus query string parameter in customizer url is broken
- Issue with search functionality in installed themes section
- Site Health Tool – Directory sizes stuck in loading state
- wp_calculate_image_srcset triggers warnings when WP_CONTENT_URL is a relative URL
- Text “None” disappeared from Align Display in WordPress 6.6
- WP_HTML_Tag_Processor doesn’t allow to set a valid image src
- Docs: Improve docs to include recommendations for changing existing admin bar menu items
- Interactivity API: Directives cannot access derived state properties on the server
- wp_list_pages() depth of 0 can show only top level of pages
GitHubで以下のブロックエディターの issue が修正されました。
- Fix bumped specificity for layout styles in non-iframed editor
- Global Styles: Fix block custom CSS pseudo element selectors
- Featured Image Block: Reduce CSS specificity
- Update postcss-prefixwrap dependency to 1.51.0 to fix prefixing in :where selectors
- Don’t allow duplicating template parts in non-block-based themes
- Data Views: Don’t render action modal when there are no eligible items
- Fix canvas issues by removing VisualEditor’s height
- Post Editor: fix click space after post content to append
- Post Editor: Prevent popover from being hidden by metabox
- Post editor: apply space below content using a pseudo-element instead of padding-bottom
- Avoid errors for post types without a ‘menu_icon’
次のプロセスは ?
現在、6.6ブランチに変更を加えるには、dev-reviewed
ワークフロー (2人のコミッタのサインオフ) が必要です。
最終リリースは2024年9月10日 (火) を予定しています。ただしこの日付は、RC1版リリース後に発生する問題によって変更される可能性があります。コーディネーションは WordPress.org Slack #6-6-release-leads チャンネルで行われます。
テスト、問題の提起、チケットの修正に協力いただいたみなさんに感謝します。このリリース候補版でテストは続きます。是非、テストにご協力ください !
Thanks to@jorbin– 公開前のレビューに対して。