Skip to content

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 25 Aug 11:24
· 4 commits to main since this release

Fixed

  • Tested up to named WordPress 7.0 when 7.1 had shipped. The directory hides
    plugins that are not documented as tested against the current release, so this
    alone would have kept it out of search results.
  • The WP-CLI file now refuses direct access. Every other file in the plugin only
    declares a class, and is inert if reached over HTTP; this one registers its
    command as it loads, so it needed the guard the others do not.