Releases: wp-cli/scaffold-command
Releases · wp-cli/scaffold-command
Version 1.0.6
- Uses
$TMPDIRinbin/install-wp-tests.shto allow temp directory override [#39]. - Uses latest branch for test library in
bin/install-wp-tests.sh, and always get the latest major release when 2 digit wp versions are used [#35]. - Transforms spaces to underscores when scaffolding a child theme [#40].
- Adds behat tests for
bin/install-wp-tests.sh[#37].
Version 1.0.5
Version 1.0.4
- Tests PHP 7 versions in scaffolded
circle.yml. - Fixes notice when CI not passed to scaffold.
- Clarifies this command as a bundled command.
Version 1.0.3
- Always normalize slashes in paths before any comparison for cross–platform compat.
Version 1.0.2
- Uses path relative to command to retrieve templates.
Version 1.0.1
- Installs PHPUnit
4.8.*for PHP5.*, and PHPUnit5.7.*for everything else. - Runs Travis tests against WP-CLI dev-master.
Version 1.0.0
- Initial release.