Releases: wp-cli/scaffold-command
Releases · wp-cli/scaffold-command
Version 1.1.2
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].
- Adds inline documentation based on the Gutenberg Handbook, generates style.css, supports latest
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
Version 1.1.0
scaffold block
:- Scaffolds a basic Gutenberg block for a plugin or theme [#96].
Version 1.0.12
Version 1.0.11
scaffold post-type
:scaffold plugin-tests
:scaffold taxonomy
:
Version 1.0.10
Version 1.0.9
Version 1.0.8
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
inbin/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].