Releases: JUVOJustin/wordpress-plugin-boilerplate
Releases · JUVOJustin/wordpress-plugin-boilerplate
1.0.20
1.0.19: Add plugin test by wordpress (#123)
What's Changed
- Add concurrency improvements to avoid multiple action runs per branch
- Add plugin test by WordPress by @JUVOJustin in #123
Full Changelog: 1.0.18...1.0.19
1.0.18: Fix setup file removal error handling
- Fix PHPCS for setup CLI command
- PHPCS allow ternary operator
- Upgrade dependencies
- Remove native WordPress file operations since they are not available during
Full Changelog: 1.0.17...1.0.18
1.0.17
What's Changed
- Feature/prettier by @JUVOJustin in #121
- Improve/composer script names by @JUVOJustin in #122
Full Changelog: 1.0.16...1.0.17
1.0.16
What's Changed
- Feature/phpcs by @JUVOJustin in #119
- Feature/eslint by @JUVOJustin in #120
Full Changelog: 1.0.15...1.0.16
1.0.15
What's Changed
- Fix/pipeline package.lock modifications by @JUVOJustin in #118
- Improve: phpstan now includes the whole vendor while instead of some preselected stubs
- Updated dependencies
Full Changelog: 1.0.14...1.0.15
1.0.14
Update CI Deps
Full Changelog: 1.0.13...1.0.14
1.0.13
- Update dependencies
- Fix: Loding the CLI command is not causing php warning in environments where the CLI is no available
Full Changelog: 1.0.12...1.0.13
1.0.12
What's Changed
- introduce chunkLoadingGlobal Config by @JUVOJustin in #115
- Exclude timber by default from prefixing with strauss
Full Changelog: 1.0.11...1.0.12
1.0.11
- CI: Rebuild autoloaders on cache hit
- CI: Use restore instead of cache on deploy workflow to avoid unnecessary cache renewals
- CI: Remove phpunit.xml.dist for public plugin repo
- CI: Fix Permission for public repos
- Plugin: Add versions to assets enqueued to avoid caching issues
- Plugin: Prefix bud.js entries to avoid conflicts
What's Changed
- Enable prefixing for bud.js assets by @JUVOJustin in #113
- Feature/make plugin detail accessor static by @JUVOJustin in #114
Full Changelog: 1.0.10...1.0.11