Releases: wp-cli/scaffold-package-command
Releases · wp-cli/scaffold-package-command
Version 0.3.0
- Only adds commands if the
scaffoldcommand is already loaded. - Adds
scaffold package-githubcommand to generate default GitHub templates. - Skip creating
features/load-wp.featureis thefeaturesfolder already contains a feature. - Use
PSR-4for autoloading. - Launch other WP-CLI processes through
WP-CLI::runcommand(). - Various dependency and testing updates.
Version 0.2.0
- Installs scaffolded command with
wp package installto make it immediately available after scaffolding. - Includes
"type": "wp-cli-package"when scaffolding a new command. - Renders README shields on the same line.
- Ignores distribution files in
.gitignoreand.distignore. - Ignores
.gitlab-ci.ymlandbehat.ymlin.distignore. - Drops Composer from
bin/install-package-tests.sh, as the assumption is that Composer is already available on the system.
Version 0.1.0
- Initial release.