Skip to content

Releases: wp-cli/scaffold-command

Version 2.0.1

23 Aug 19:37
2ee679f

Choose a tag to compare

  • PHPCS template: fix XML error in ruleset [#171]
  • Automatically rerun failed scenarios [#170]

Version 2.0.0

05 Aug 14:29
7975548

Choose a tag to compare

  • Adapt package for framework v2 [#166]

Version 1.2.0

29 Jul 15:06
a897a54

Choose a tag to compare

  • 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 --woocommerce flag to scaffold _s command [#159]
  • Exclude string from escape warning [#162]
  • Correct 'add_new_item' label [#163]
  • Update PHPCS default rule set [#161]

Version 1.1.3

21 Apr 01:41
659348f

Choose a tag to compare

  • Fix WPCS in theme-tests generation [#121]
  • Use correct default $WP_TESTS_DIR on MacOS [#131]
  • Switch CircleCI template to CircleCI 2.0 [#115]
  • Fix sed -i option on MacOS [#132]
  • Exclude tests/test-sample.php via the phpunit.xml.dist file [#134]
  • Add PHP 7.2 to CI templates [#135]
  • Fix theme-specific paths in scaffolded blocks [#137]
  • Modify scaffold block to create index.js [#142]

Version 1.1.2

30 Jan 00:34
a7ef51b

Choose a tag to compare

  • 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
24b4dde

Choose a tag to compare

  • 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
f174112

Choose a tag to compare

  • scaffold block:
    • Scaffolds a basic Gutenberg block for a plugin or theme [#96].

Version 1.0.12

21 Nov 12:52
d6ed1d2

Choose a tag to compare

  • 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
66b61e0

Choose a tag to compare

  • 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

Choose a tag to compare

  • scaffold plugin-tests:
    • Adds PHP 7.0 and 7.1 to scaffolded GitLab configuration [#68].
    • Uses correct default $WP_TESTS_DIR on MacOS [#67].