Skip to content

1.4.1 — Plugin Check fixes

Choose a tag to compare

@gunjanjaswal gunjanjaswal released this 21 Jul 06:08
· 6 commits to main since this release

Housekeeping release. No functional change — 1.4.0 is where the partial-rebuild work landed.

Running the official WordPress Plugin Check against 1.4.0 surfaced one error and three warnings, all introduced by that release.

  • Fixed a phpcs suppression that named a sniff which does not exist (directory_rmdir instead of file_system_operations_rmdir). phpcs silently ignores suppressions for unknown sniffs, so the comment looked correct and did nothing.
  • Annotated two read-only $_GET reads in the post-list Rebuild notice. The state change behind the redirect was already nonce-verified; the notice only renders text.
  • Shortened the 1.4.0 upgrade notice, which was 1189 characters against a 300-character limit.

Plugin Check now reports 0 errors, 0 warnings.