Releases: wp-cli/scaffold-command
Releases · wp-cli/scaffold-command
Version 2.0.1
Version 2.0.0
- Adapt package for framework v2 [#166]
Version 1.2.0
- Add
function_exists()check to block PHP template [#147] - Remove
'wp-blocks'from style dependency [#151] - Add PHPCompatibility sniffs to scaffolded [#154]
- Add escaping for block title [#153]
- Add
--woocommerceflag toscaffold _scommand [#159] - Exclude string from escape warning [#162]
- Correct
'add_new_item'label [#163] - Update PHPCS default rule set [#161]
Version 1.1.3
- Fix WPCS in theme-tests generation [#121]
- Use correct default
$WP_TESTS_DIRon MacOS [#131] - Switch CircleCI template to CircleCI 2.0 [#115]
- Fix
sed -ioption on MacOS [#132] - Exclude
tests/test-sample.phpvia thephpunit.xml.distfile [#134] - Add PHP 7.2 to CI templates [#135]
- Fix theme-specific paths in scaffolded blocks [#137]
- Modify
scaffold blockto createindex.js[#142]
Version 1.1.2
scaffold block:- Adds inline documentation based on the Gutenberg Handbook, generates style.css, supports latest
supportsHtmlAPI, 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: