Skip to content

V1.3.0

Choose a tag to compare

@philhoyt philhoyt released this 03 Mar 22:45
· 18 commits to main since this release

= 1.3.0 =

  • Fixed critical uninstall.php fatal error caused by an undefined constant
  • Fixed duplicate REST route registrations when multiple CPT-taxonomy pairs are configured
  • Fixed sync_post_update_to_term() ignoring the authoritative post meta relationship, causing sync failures when term names were modified by conflict resolution
  • Fixed shared static $is_deleting/$is_updating flags causing multi-pair sync lockout
  • Fixed get_post_type_relationships() returning posts from unrelated post types sharing the same taxonomy
  • Fixed unescaped $wrapper_attributes output in block render templates
  • Corrected dead code block in invalidate_cache(), misleading variable name in bulk_sync_posts_to_terms(), and unlocalized admin UI strings
  • Full PHPCS and ESLint linting pass with zero errors