Releases: JUVOJustin/wordpress-plugin-boilerplate
Releases · JUVOJustin/wordpress-plugin-boilerplate
2.0.0
Added
- Full i18n support across PHP, JS, and blocks with extraction and build workflows.
- Translation agent skill to automate translations and build files in wp-env during releases via GitHub Actions.
- Block scaffolding and auto-registration with
npm run create-block. - Boilerplate sync agent skill to keep local plugins aligned with upstream updates.
- Typed Abilities API quick start via
Loader::add_ability()for capability registration. - Agent skills cloning command to pull WordPress agent skills, including the PHPStan skill.
- Opencode
/qa-runcommand to auto-fix PHPCS, PHPStan, and wp-scripts issues.
1.1.0
What's Changed
- Replace bud .js with wp-scripts by @JUVOJustin in #143
Full Changelog: 1.0.28...1.1.0
1.0.28
What's Changed
- Remove setup cli after setup by @JUVOJustin in #141
- AI rules improvements
Full Changelog: 1.0.27...1.0.28
1.0.27
What's Changed
- Switch from copilot instructions to more generic AGENTS.md
- Improve rule inclusion of
/rule-upsertopencode command by @JUVOJustin in #140
Full Changelog: 1.0.26...1.0.27
1.0.26
What's Changed
- Update deploy.yml by @JUVOJustin in #134
- Add Copilot Setup Steps workflow for reliable dependency installation by @Copilot in #136
- Use wp-cli dist-archive for plugin deployment with proper PHP setup and build testing by @Copilot in #139
- Add opencode commands support
New Contributors
- @Copilot made their first contribution in #136
Full Changelog: 1.0.25...1.0.26
1.0.25
Full Changelog: 1.0.24...1.0.25
1.0.24
What's Changed
- Replace i18n class by @JUVOJustin in #132
- Exclude ai rules from plugin deployment by @JUVOJustin in #133
Full Changelog: 1.0.23...1.0.24
1.0.23
What's Changed
- Upgrade to phpstan 2 by @JUVOJustin in #129
- Improve strauss autoloading by @JUVOJustin in #130
- Update strauss daily by @JUVOJustin in #131
Full Changelog: 1.0.22...1.0.23
1.0.22
What's Changed
- Add underscore to prefix by @JUVOJustin in #127
- Allow other naming conventions than underscore by @JUVOJustin in #128
Full Changelog: 1.0.21...1.0.22
1.0.21
What's Changed
- Update strauss scripts by @JUVOJustin in #125
- Add network activation logic for the plugin by @JUVOJustin in #126
Full Changelog: 1.0.20...1.0.21