Skip to content

v1.0.0

Choose a tag to compare

@ouun ouun released this 31 Mar 11:36
25550fe

1.0.0 (2026-03-31)

⚠ BREAKING CHANGES

  • conditions: The following dedicated condition classes have been removed in favor of the generic is_* and has_* conditional bridges:

    • category → use is_category() instead
    • tag → use is_tag() instead
    • author → use is_author() instead
    • taxonomy → use is_tax() instead
    • term → use has_term() instead
    • template → use is_page_template() instead
    • post → use is_single() or is_page() instead

Features

  • conditions: Remove redundant WordPress conditions covered by is_/has_ (bd7eed0)