Skip to content

Releases: wp-cli/scaffold-package-command

Version 2.1.0

09 May 09:09
c309cf5
Compare
Choose a tag to compare
  • Regenerate README file [#244]
  • Require framework version 2.11.x [#243]
  • Use a dynamic branch name in the README [#241]
  • Add behat file in the list of files to be copied scaffolding package tests [#240]
  • Add phpcbf composer script in scaffolded composer file [#238]
  • Add github option for --ci in scaffold package tests [#237]
  • Improve URL validation for scaffold package readme section [#234]
  • Add pre post message example for scaffold readme [#232]
  • Switch up CircleCI dependencies to get tests running again [#230]
  • Fix scaffold package tests command docs [#229]
  • Regenerate README file [#226]
  • Fix typo in package-readme command doc [#225]

Version 2.0.5

19 Sep 23:10
e0e3ddb
Compare
Choose a tag to compare
  • Update to WPCS v3 [#222]
  • Bump protobufjs from 6.11.3 to 6.11.4 [#220]

Version 2.0.4

17 Feb 17:51
d2b350c
Compare
Choose a tag to compare
  • Add composer phpcbf [#214]
  • Allow johnpbloch/wordpress-core-installer in composer.json [#211]
  • Move circle.yml to .circleci/config.yml [#210]

Version 2.0.3

11 Aug 15:58
0a8d5d1
Compare
Choose a tag to compare
  • Adds custom branch support to wp scaffold package-readme command [#206].

Version 2.0.2

08 Aug 12:57
910a7c5
Compare
Choose a tag to compare
  • Uses MariaDB 10.6 and PHP 7.4 images to fix CircleCI builds [#203]
  • Adds dealerdirect/phpcodesniffer-composer-installer to allowed plugins [#202]

Version 2.0.1

10 May 10:00
f8be349
Compare
Choose a tag to compare
  • Improve README.md templates [#197]

Version 2.0.0

10 May 08:26
06c4658
Compare
Choose a tag to compare
  • Add GitHub Actions testing workflow [#195]
  • Fix Implode signature [#191]
  • Feature/gherkin linting [#189]
  • Add custom ruleset for WP_Cli_CS [#186]

Version 0.5.0

26 Jul 18:51
6457713
Compare
Choose a tag to compare
  • Adds a --skip-install flag to package scaffolding [#133].
  • Links to pull request guidelines in the PULL_REQUEST_TEMPLATE [#134].
  • Adds .swp, *.txt, and *.log to .distignore and .gitignore [#135, #152].
  • Scaffolds GitHub issue and pull request templates by default [#139, #162].
  • Scaffolds a .github/settings.yml with package description and labels [#154].
  • Increases Circle memory to 1024M to avoid Composer issues [#173].
  • Updates circle.yml to use its v2 API [#177].

Version 0.4.0

02 Aug 13:30
Compare
Choose a tag to compare
  • Bundled commands mention they're included with WP-CLI [#110].
  • README installing instructions default to Git installation [#111].
  • Improvements to scaffolded CONTRIBUTING guidelines [#128, #124, #117, #131].
  • Adds support policy to scaffolded README [#130].
  • Converts '~/' when supplied in $package_dir [#127].
  • Permits running PHPUnit tests, if they exist [#126].
  • Clarifies help text and error messages for invalid <dir> values [#114].
  • Fixes error message: expected key is 'extra', not 'extras' [#122].

Version 0.3.0

25 May 07:20
Compare
Choose a tag to compare
  • Only adds commands if the scaffold command is already loaded.
  • Adds scaffold package-github command to generate default GitHub templates.
  • Skip creating features/load-wp.feature is the features folder already contains a feature.
  • Use PSR-4 for autoloading.
  • Launch other WP-CLI processes through WP-CLI::runcommand().
  • Various dependency and testing updates.