← All releases
v0.4.9
- Packaging fix — WordPress.org Plugin Check hidden_files rejection
- Security note for v0.4.8 ZIP shipped with .env.local credentials
Patch Release
Fixed
- Packaging — WordPress.org Plugin Check
hidden_filesrejection. The v0.4.8 dist ZIP shipped three dotfiles that WP.org PCP rejects:.env.local(developer’s local config + admin credentials),.githooks/pre-commit(host-side dev tooling), andpublic/react/.vite/manifest.json(Vite default manifest path)..env.localand.githooks/are now excluded via.distignore. The Vite manifest moves topublic/react/manifest.json(manifest: 'manifest.json') so it’s no longer in a hidden directory; both readers (ReactHandler::read_manifest()andAdminAssetScopeTest) updated to match.
Security
- The v0.4.8 ZIP, available on GitHub Releases for ~3 hours before this fix, contained
.env.localwith development credentials (admin/adminfor the dev WordPress site) and the developer’s local filesystem path. Anyone who downloaded v0.4.8 from GitHub Releases between publish and this fix has those values. They are not used outside the dev environment, but rotate them if you have any concern.