Raindrops 1.600 更新概要
WordPress 6.1 サポート
version: 1.600 Overview of Changes
Update for WordPress 6.1
WordPress 6.1 サポート
Update for WordPress 6.1
WordPress5.5でコメントの表示に不具合が発生したので、修正しました。
Note:AMPプラグインと互換性の問題があるようです。サイトの表示に問題がある場合には、AMPプラグインを停止してください。
There was a problem with the display of comments in WordPress 5.5, fixed it.
Note:There seems to be a compatibility issue with the AMP plugin. If you have problems displaying the site, please stop the AMP plugin.
WordPress 5.3用にCSSの調整を行いました
CSS modified for WordPress 5.3
カスタマイザーに、投稿のカテゴリー、タグの非表示機能を追加しました
Added post category and tag hiding function to customizer
見出し要素h1-h6 テキストオリジンが正常に反映しない問題を修正しました。
ページ幅950px設定の場合、プライマリーメニューのテキストを左寄せから中央配置に変更しました。
今回の更新では、テーマで実装していた、リンクの rel属性値 noopener noreferrerを削除しました。この変更は、コアでサポートされたためです。
ブロックエディタの投稿編集画面用のスタイルを追加しました。
Removed raindrops_allow_safe_link_target ( add link rel attribute add noopener noreferrer )
reason: WordPress 5.2.1 core support
Added block-editor.css
今回の変更は、新元号「令和」の対応です。日本語環境で、カスタマイズ / アドオン / 日付の和暦表示を「はい」に設定すると、5月1日より、令和で表示します。
ブロックエディタで、テキストモードで作成した投稿が壊れてしまう問題の対応のため、TinyMCEのビジュアルモードでのクリーンアップ機能を停止しました。
Japan’s next era as the Reiwa era
Raindrops supports era name
add filter function raindrops_remove_verify_html()
When converted to a block editor, posts created in the text editor are replaced with the classic editor.
The source is cleaned up and the post is not destroyed. Stop the cleanup function.
add action has_action( ‘wp_body_open’ ) ? do_action(‘wp_body_open’) : ”; for WordPress 5.2
post css editor body postid-* page-id-* supports
今回の更新は、検索結果ページで 全文表示 要約表示等の切り替えができない問題を修正しました。
ブロックエディタの、新しいブロック 検索や、タグクラウド等のスタイルの調整を行いました。
Fixed Search result excerpt issue
Modified block editor CSS
wp-block-table wp-block-search wp-block-pullquote