Skip to content

Version 2.0.0

Latest

Choose a tag to compare

@davidperezgar davidperezgar released this 29 May 15:31
021ed3f
  • Enhancement - Add WordPress functions compatibility check to flag usage of functions unavailable in a plugin's declared minimum WordPress version.
  • Enhancement - Add Write File check to detect plugins saving data in the plugin folder instead of the uploads directory or database.
  • Enhancement - Add batched AI false positive detection with check-specific prompts and AI model selection for WP-CLI.
  • Enhancement - Add CTRF export support for check results.
  • Enhancement - Add an error count summary to the Plugin Check UI.
  • Enhancement - Improve Direct File Access detection for library-style files.
  • Enhancement - Adjust checks for update mode.
  • Fix - Relax Update URI header validation for WordPress.org plugin URLs.
  • Fix - Improve WordPress functions compatibility detection to avoid PHP serialization false positives.
  • Fix - Respect wp_supports_ai() and text-capable model filtering in the Plugin Namer.
  • Fix - Show Plugin Namer token usage in results.
  • Fix - Recognize EUPL as a GPL-compatible license.
  • Fix - Improve internationalization for emoji-prefixed labels.
  • Fix - Update PHPCS sniffer repository links.
  • Tweak - Update WP-CLI runtime checks documentation.
  • Chore - Add automated WordPress function compatibility data generation.
  • Chore - Add AI usage disclosure to the pull request template.
  • Chore - Add AI coding agent instructions.
  • Chore - Clean up wp-env development and test configuration warnings.
  • Chore - Show a WordPress Playground preview button on pull requests.
  • Chore - Update development and CI dependencies.