Maintenance
Thank you for reading this post, don't forget to subscribe!このマイナーリリースには、
コアの12件のバグフィックスと
ブロックエディターの9件のバグフィックスが含まれます。
Core
C | Ticket | 内容 | Component | Version |
---|---|---|---|---|
01 | #60754 | ブロックフックの設定時に、間違った情報が渡されていた問題を修正
Block Hooks: Incorrect context passed when setting ignored hooked blocks metadata |
General | 6.5 |
02 | #60827 | パターンメニューの項目に関するバグを修正
Patterns menu item |
I18N ※ | 6.5 |
03 | #60862 | wp_localize_script() 関数が login_enqueue_scripts フックで使用する際の動作を変更
wp_localize_script() on login_enqueue_scripts hook change in behavior |
Script Loader | 6.5 |
04 | #60865 | 一部の PHPUnit テストが失敗する問題を修正
Some PHPUnit Tests are failing |
Build/Test Tools | 6.5 |
05 | #60876 | precommit:css Grunt タスクを実行した際に、src/wp-admin/css/media.css ファイルで Autoprefixer に関する警告が発生する問題を修正
Autoprefixer warning in `src/wp-admin/css/media.css` when running `precommit:css` Grunt task |
Media | 6.3 |
06 | #60888 | WP_Translation_Controller::load_file() 関数に文字列以外のデータを渡すと、エラーが発生する問題を修正
Fatal error when passing non-strings to `WP_Translation_Controller::load_file()` |
I18N ※ | – |
07 | #60909 | theme.json ファイルを持つクラシックテーマが、本来読み込まないはずのテンプレートをロードしようとする問題を修正
Classic Theme with theme.json attempts to load templates |
Themes | 6.5 |
08 | #60936 | レイアウトのベースルール出力が、クラシックテーマでのブロックのワイド配置と干渉する問題を修正
Layout: Output of base layout rules conflicts with wide alignment of blocks in classic themes |
Editor | trunk ※ |
09 | #60980 | class-avif-info.php ファイル内の get_item_features() 関数にバグがあり、修正
Fix get_item_features() in class-avif-info.php |
Media | 6.5 |
10 | #60981 | WordPress 6.5 で、クラシックテーマに対して誤った場所に “is-layout-constrained” クラスが追加される問題を修正
6.5 adds the “is-layout-constrained” class to the wrong place for classic themes |
trunk ※ | trunk ※ |
11 | #60992 | AJAX によるプラグイン有効化処理に問題があり、修正
Plugin management: AJAX plugin activation consequences |
Plugins | 6.5 |
12 | #61129 | WordPress 6.5.3 で修正されたバグを取り込んだ、最新の npm パッケージに更新
Update npm packages with bugfixes for 6.5.3 |
Editor | – |
I18N ※: WordPressのI18Nは、国際化(Internationalization)の略称
trunk ※: WordPressコアの開発ブランチ(trunk ブランチは、最も新しい開発コードが格納されているブランチ)
Block editor
C | Ticket | 内容 |
---|---|---|
1 | #60489 | レイアウトのサイズ設定がない場合、不要なベースレイアウトルールが出力されないように修正
Layout: Skip outputting base layout rules that reference content or wide sizes if no layout sizes exist |
2 | #60620 | ブロック挿入ツールの、パターンのページネーション機能でフォーカスが失われる問題を修正
Fix inserter pattern pagination focus loss |
3 | #60608 | 静的な投稿ページの設定で、解決済みのテンプレートが参照される問題を修正
Fix static posts page setting resolved template |
4 | #60641 | フォントライブラリのモーダルウィンドウで、スクロールバーが動作しない問題を修正
Font Library: Fix modal scrollbar |
5 | #60661 | data-wp-on 属性を使用して、同じタイプのイベントに対して複数のイベントハンドラーを登録できるように修正
Interactivity API: Allow multiple event handlers for the same type with data-wp-on. |
6 | #60668 | レイアウト要素に、常に意味を伝えるクラス (セマンティッククラス) を追加するように修正
Layout: Always add semantic classes |
7 | #60845 | Firefox で、深く入れ子になったリストを操作中に、リストビューのドラッグモードが解除できない問題を修正
List View: Fix stuck dragging mode in UI in Firefox when dealing with deeply nested lists |
8 | #60764 | theme.json ファイルを持たないテーマに対しては、不要なレイアウトルールが出力されないように修正
Don’t output base flow and constrained layout rules on themes without theme.json |
9 | #60686 | PHP ユニットテストのワークフロー: CI テストが通過するように 7.0 と 7.1 の削除を試みる
CI (継続
PHP unit test workflow: Try removing 7.0 and 7.1 to get CI tests passing |