Skip to content

Releases: asllanmaciel/wp-plugin-readme-validator

WP Plugin Readme Validator v1.0.0

Choose a tag to compare

@asllanmaciel asllanmaciel released this 14 Aug 22:08

Highlights

  • Dependency-free PHP CLI for WordPress plugin metadata validation.
  • GitHub composite Action for validating plugin headers against readme.txt.
  • Deterministic exit codes and JSON output.
  • WordPress-compatible raw 8192-byte plugin header scope.
  • CRLF, lone-CR and UTF-8 BOM handling.
  • Duplicate headers preserve first occurrence.
  • Safe composite Action input handling through environment variables.
  • PHP 8.1–8.4 compatibility.
  • PHPStan, PHPUnit, Action safety guard and CLI smoke coverage.

Validation

This release passed the documented PHP 8.1–8.4 compatibility matrix, static analysis, PHPUnit, parser regression, CLI contract, JSON output, composite Action command-contract and security checks.

See RELEASE_VALIDATION_REPORT.md for the full evidence.