From 5f8b9e99e19b2ab63292f65f36ef130d0e901296 Mon Sep 17 00:00:00 2001 From: fumikito Date: Wed, 8 Jul 2026 00:10:06 +0900 Subject: [PATCH] Optimize tags, fix wp_register_style typo, backfill changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Tags: taxonomy/terms を外し、検索意図の強い category / topic cluster / pillar page / landing page を採用(本文で拾える語より検索ボリューム重視)(#76) - Override Style 例の wp_registeR_style タイポを修正(コピペで Fatal Error になる) - Changelog に 1.1.8 / 1.2.0 / 1.2.1 を補完(1.2.0 のブロックテーマ対応など欠落していた) Refs #76 Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a7c998..a4aeb7a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Rich Taxonomy -Tags: taxonomy, terms, seo +Tags: seo, category, topic cluster, pillar page, landing page Contributors: tarosky, Takahashi_Fumiki, megane9988, tswallie Tested up to: 6.9 Requires PHP: 8.1 @@ -88,7 +88,7 @@ To change the look & feel, `rich_taxonomy_block_asset_style` is the best startin ```php // Register style. add_action( 'init', function() { - wp_registeR_style( 'my-archive-block', $url, $deps, $version ); + wp_register_style( 'my-archive-block', $url, $deps, $version ); } ); // Override handle. @@ -151,6 +151,23 @@ Create a new [issue](https://github.com/tarosky/rich-taxonomy/issues) or send [p ## Changelog +### 1.2.1 + +* Update Node.js version to 20 in release workflow. + +### 1.2.0 + +* Add block theme (FSE) support for template override. +* Fix template override when `single.php` exists in classic themes. +* Fix layout of the sync information notice. +* Replace Gulp build system with npm scripts and `@kunoichi/grab-deps`. + +### 1.1.8 + +* Add pagination to the broken page warning. +* Add notices to improve UX. +* Bugfix: handle missing taxonomy and null term. + ### 1.1.7 * Enhancement for instructions.