Skip to content

Releases: wp-cli/scaffold-command

Version 2.0.11

23 Sep 15:31
ab12eda

Choose a tag to compare

  • Keep test suite in sync with WP files when testing trunk/nightlies [#271]

Version 2.0.10

05 Jul 08:04
4ce62ca

Choose a tag to compare

  • GitHub workflow files should be ignored on build [#270]
  • Make use of $EXTRA connection settings in install_db() [#269]
  • Add PHP version 7.3, 7.4 into matrix on Travis CI [#268]
  • WP_CORE_DIR does not need a trailing slash [#266]
  • Updated minimum required PHP version to 5.6 [#265]
  • Bump PHPCS compatibility tests to new PHP 5.6+ minimum [#264]
  • Scaffold block support for child theme. [#242]

Version 2.0.9

28 May 16:06
8c545c5

Choose a tag to compare

  • Update plugin/theme test scaffolding [#262]
  • Bump Travis CI OS from trusty to xenial [#260]
  • Enforce PHP 7.4 compatibility in Travis CI [#259]
  • Use longer option names in install_db() to avoid stalling CIs [#255]
  • Fix Travis CI sudo warning [#254]
  • Deal with existing database in test init script [#249]

Version 2.0.8

06 Feb 12:15
4814acb

Choose a tag to compare

  • Fix Travis TLS handshake error [#245]
  • Include --ignore-externals when running svn co [#243]

Version 2.0.7

12 Nov 13:22
fe73e6f

Choose a tag to compare

  • Add preliminary PHP 7.4 testing [#240]
  • Required PHP version header [#238]
  • Fix deprecated whitelist code flag [#236]
  • Switch test prep feature from global PHPUnit to local PHPUnit [#235]
  • Add a minimum php requirement [#234]
  • Scripts added to plugin package.json [#225]

Version 2.0.6

25 Apr 01:19
9c6450e

Choose a tag to compare

  • Update README.md file [#223]
  • Fix renamed command in bundled commands manifest [#222]

Version 2.0.5

21 Apr 04:16
86ee481

Choose a tag to compare

  • Enhancement: Add PHP 7.3 to Travis CI build matrix [#221]
  • Implement CS checking based on the WP_CLI_CS ruleset [#220]
  • PHPCS: fix up the code base [3] - strict comparisons (second try) [#218]
  • Rename _s method to underscores and provide alias for backcompat [#217]
  • Rename scaffold method to get rid of underscore prefix [#216]
  • PHPCS: fix up the code base [5] - multi-line function calls [#215]
  • PHPCS: fix up the code base [4] - assignments in conditions [#214]
  • Prefix variables in global namespace [#213]
  • PHPCS: fix up the code base [3] - strict comparisons [#209]
  • PHPCS: fix up the code base [2] - scope modifiers [#208]
  • PHPCS: fix up the code base [1] - whitespace & inline control structures [#207]
  • QA: don't unnecessarily use array_merge() [#206]
  • QA: don't unnecessarily create variables within a function call [#205]
  • Move PHP 5.4 tests from WP_VERSION latest to 5.1 [#204]
  • Prevent creating unregisterable blocks due to invalid plugin slug [#203]
  • Add dependencies.yml to plugin .distignore [#202]
  • Add DeployHQ .deployignore to ignored files in .distignore [#201]
  • Ignore various JavaScript config files in plugin .distignore [#200]
  • Update links to blocks documentation [#199]

Version 2.0.4

18 Dec 14:15
1c5530e

Choose a tag to compare

  • Split up the list of expected files to allow for WP 5.0+ changes [#195]

Version 2.0.3

17 Dec 13:36
b97e3e0

Choose a tag to compare

  • Run docker-php-ext-install with sudo -E in CircleCI [#188]

Version 2.0.2

15 Nov 17:01
a8a025c

Choose a tag to compare

  • Add textdomain to block strings and update tests accordingly [#187]
  • Use branch for WP_TEST_TAG for RC and beta [#186]
  • Missing text domain in post_type_extended.mustache [#184]
  • Work around Travis CI issue with _s download certificate [#182]
  • Fix typo in Travis config [#180]
  • Add support for Probot move command [#179]
  • Ignore 'node_modules' in PHPCS XML file [#178]
  • Allow for installation as well as install [#177]
  • Fix syntax error in block-php.mustache [#176]
  • Ignore log files [#174]
  • Inc 'menu_position' when scaffolding a post type [#173]
  • Remove Inflector Class [#172]