Skip to content

v3.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 17:10
2521e46

Changed

  • Require wp-coding-standards/wpcs ^3.4 (was ^3.0) and
    squizlabs/php_codesniffer ^3.13.5 (was ^3.10) to adopt WPCS
    3.4.0. Brings bug fixes (PreparedSQL, EscapeOutput,
    AlternativeFunctions, CronInterval), WP 7.0.0 deprecation and
    pluggable-function recognition, a stricter NoSilencedErrors (no
    longer allows @parse_url()), and a new default minimum_wp_version
    of 6.7. No ruleset changes.

CI

  • Bump GitHub Actions off the deprecated Node 20 runtime: actions/cache
    v4→v5, actions/checkout v4→v5, actions/github-script v7→v8. GitHub
    forces JavaScript actions onto Node 24 starting 2026-06-16.