Releases: wp-cli/scaffold-command
Releases · wp-cli/scaffold-command
Version 1.1.1
scaffold plugin-tests
:
- Removes Composer vendor directory from Travis CI cache [#99].
- Documentation, test suite, and repository improvements [#97, #98, #100, #101, #102, #103, #105].
Version 1.1.0
scaffold block
:
- Scaffolds a basic Gutenberg block for a plugin or theme [#96].
Version 1.0.12
scaffold plugin
:
- Adds a default task to scaffolded
Gruntfile.js
[#87].
scaffold plugin-tests
:
- Uses updated error message in
bootstrap.php
[#90].
- Updates scaffolded tests to enable error reporting [#92].
- Updates scaffolded README and GitHub configuration [#93].
Version 1.0.11
scaffold post-type
:
- Trims 'dashicon-' from dashicon argument to prevent duplicated string [#70].
- Refreshes scaffolded post type labels [#84].
scaffold plugin-tests
:
- Uses Composer to determine which PHPUnit version to install, instead of keying off Travis environment variable [#75].
- Adds XML declaration to
phpunit.xml.dist
[#78].
scaffold taxonomy
:
- Adds
term_updated_messages
to scaffolded taxonomies [#82].
- Refreshes scaffolded taxonomy labels [#86].
Version 1.0.10
scaffold plugin-tests
:
- Adds PHP 7.0 and 7.1 to scaffolded GitLab configuration [#68].
- Uses correct default
$WP_TESTS_DIR
on MacOS [#67].
Version 1.0.9
scaffold plugin-tests
:
- Shows progress when invoking
phpcs
[#64].
- Remove lasts
/
from value of $TMPDIR
[#61].
scaffold (post-type|taxonomy)
:
- Enhances pluralization by internalizing Doctrine library [#54, #58, #59].
Version 1.0.8
scaffold plugin
:
- Adds package-lock.json, yarn.lock to distignore template [#57].
scaffold plugin-tests
:
- Removes XDebug in scaffolded
.travis.yml
to improve performance [#49].
- Improves error message when
phpunit
is run before bin/install-wp-tests.sh
[#55].
- Updates scaffolded tests to latest [#53, #56].
Version 1.0.7
- Fixes automated build by running
bin/install-wp-tests.sh
against a newly scaffolded plugin [#43].
Version 1.0.6
- Uses
$TMPDIR
in bin/install-wp-tests.sh
to 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
- Creates
phpcs.xml.dist
instead of custom-named phpcs.ruleset.xml
[#19].
- Better support for symbolic links [#26].
- Changes the grunt config for addtextdomain to override all text domains by default [#28].
- Updates package with latest scaffolded components [#33].