Skip to content

Releases: carstingaxion/gatherpress-taxonomy-colors

0.3.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 15:33
  • Move phpstan comment to not interupt with extract-wp-hooks (#26)
  • Enhance type safety (#24)
  • Update hook docs automatically (#23)
  • Remove roadmap (#22)
  • Fix/unit tests failures (#20)
  • Add tests (#17)
  • Move files around (#16)
  • Bump actions/checkout from 6 to 7 (#14)

0.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 15:10
  • A lot of little fixes ... directly pushed into main .... I know

  • Update hook docs automatically (#11)

  • Lint (#8)

  • Feature/add extract wp hooks (#2)

  • Bump actions/checkout from 4 to 6 (#7)

0.1.2

Choose a tag to compare

@github-actions github-actions released this 23 May 12:55
  • Added Layer 6: Shadow taxonomy support for post types with gatherpress-shadow-source.
  • Shadow term color pickers on post editor screens via block editor sidebar panel.
  • Admin list table color swatch columns for shadow-source post types.
  • Two-path frontend resolution: shadow-source and consumer paths.
  • Graceful degradation when GatherPress is not active.

0.1.1

  • DRY refactor: extracted Singleton trait, Helpers class with shared utilities.
  • Centralized taxonomy slug normalization, CSS block generation, palette merging, and term color resolution.

0.1.0

  • Initial release
  • Term meta registration with REST API visibility.
  • Per-taxonomy design token slots via theme.json filter.
  • Frontend and editor contextual resolution.
  • Query Loop scoped resolution via WP_HTML_Tag_Processor.
  • Per-term color injection on core/post-terms blocks with "Term Colors" block style.