Releases: wp-cli/scaffold-command
Releases · wp-cli/scaffold-command
Version 2.0.11
- Keep test suite in sync with WP files when testing trunk/nightlies [#271]
Version 2.0.10
- GitHub workflow files should be ignored on build [#270]
- Make use of
$EXTRAconnection settings ininstall_db()[#269] - Add PHP version 7.3, 7.4 into matrix on Travis CI [#268]
WP_CORE_DIRdoes 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
Version 2.0.8
Version 2.0.7
Version 2.0.6
Version 2.0.5
- Enhancement: Add PHP 7.3 to Travis CI build matrix [#221]
- Implement CS checking based on the
WP_CLI_CSruleset [#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_VERSIONlatestto5.1[#204] - Prevent creating unregisterable blocks due to invalid plugin slug [#203]
- Add
dependencies.ymlto plugin.distignore[#202] - Add DeployHQ
.deployignoreto ignored files in.distignore[#201] - Ignore various JavaScript config files in plugin
.distignore[#200] - Update links to blocks documentation [#199]
Version 2.0.4
- Split up the list of expected files to allow for WP 5.0+ changes [#195]
Version 2.0.3
- Run
docker-php-ext-installwithsudo -Ein CircleCI [#188]
Version 2.0.2
- Add textdomain to block strings and update tests accordingly [#187]
- Use branch for
WP_TEST_TAGfor 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
movecommand [#179] - Ignore 'node_modules' in PHPCS XML file [#178]
- Allow for
installationas well asinstall[#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]