v1.6.0
See CHANGELOG.md for full release notes.
Install
Download bws-gb-dynamic-tags-extensions-1.6.0.zip from the assets below, then upload via Plugins → Add New → Upload Plugin in WordPress, or extract into /wp-content/plugins/. Requires GenerateBlocks Pro.
Highlights
- Architecture: N×M per-source tag matrix replaced by source-agnostic base tags (
text,image,content,title,permalink,datetime_single,datetime_range) + context-modifier registry. Old per-source tags become deprecated wrappers. - Migration:
MigrationRegistry+ admin Migration Tool scan posts for deprecated tag names and rewrite stored content; per-post revision snapshot before each migration. - Editor previews: structured bracket-label previews for unresolvable base, modifier, and
try_tags. - Custom controls:
bws-media-pickerfallback selector,bws-term-hopcombined checkbox + taxonomy combobox. - Loop-row support: field-extraction helpers +
bws_get_loop_row_context()enable tags inside loop items.