Releases: wp-cli/scaffold-command
Releases · wp-cli/scaffold-command
Version 1.1.2
30 Jan 00:34
Compare
Sorry, something went wrong.
No results found
scaffold block:
Adds inline documentation based on the Gutenberg Handbook , generates style.css, supports latest supportsHtml API, WordPress Coding Standards fixes [#107 ].
Updates PHP template to latest recommended method [#111 ].
scaffold child-theme:
Generates WordPress Coding Standards compliant code [#117 ].
scaffold plugin:
Generates WordPress Coding Standards compliant code [#120 ].
scaffold post-type:
Generates WordPress Coding Standards compliant code [#110 ].
scaffold taxonomy:
Generates WordPress Coding Standards compliant code [#112 ].
scaffold theme-tests:
Adds theme_root filter to tests/bootstrap.php to make sure theme's functions.php gets loaded [#116 ].
Updates scaffolded tests to latest and requires wp-cli/wp-cli: ^1.5 [#122 ].
Version 1.1.1
18 Dec 20:04
Compare
Sorry, something went wrong.
No results found
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
28 Nov 13:36
Compare
Sorry, something went wrong.
No results found
scaffold block:
Scaffolds a basic Gutenberg block for a plugin or theme [#96 ].
Version 1.0.12
21 Nov 12:52
Compare
Sorry, something went wrong.
No results found
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
02 Nov 20:14
Compare
Sorry, something went wrong.
No results found
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
16 Oct 11:52
Compare
Sorry, something went wrong.
No results found
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
12 Oct 23:22
Compare
Sorry, something went wrong.
No results found
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
03 Oct 16:14
Compare
Sorry, something went wrong.
No results found
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
23 Aug 13:10
Compare
Sorry, something went wrong.
No results found
Fixes automated build by running bin/install-wp-tests.sh against a newly scaffolded plugin [#43 ].
Version 1.0.6
22 Aug 14:03
Compare
Sorry, something went wrong.
No results found
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 ].