1.4.1 — Plugin Check fixes
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_rmdirinstead offile_system_operations_rmdir). phpcs silently ignores suppressions for unknown sniffs, so the comment looked correct and did nothing. - Annotated two read-only
$_GETreads 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.