Skip to content

Releases: wp-cli/config-command

Version 2.5.0

17 Mar 21:38
71aaf21

Choose a tag to compare

  • Show literal "true"/"false" for boolean config values instead of "1"/empty string [#213]
  • Fix wp config create incorrectly detecting wp-config.php in parent directory [#212]
  • Regenerate README file [#211]
  • Mark dbpass as sensitive [#207]
  • Add wp config add and wp config update commands [#206]
  • Docs: Fix return_value() inline documentation [#205]

Version 2.4.0

09 Dec 15:56

Choose a tag to compare

  • Fix: Invalid doc tag [#204]
  • Fix: Prevents invalid wp-config.php when passwords contain double quotes [#203]
  • PHPStan: Don't look in wp-cli-tests folder [#200]
  • Add SSL flag [#198]
  • PHPStan level 9 [#197]

Version 2.3.8

29 Apr 08:15
994b3dc

Choose a tag to compare

  • Fix docstring indent issue in feature files [#194]
  • Fix Gherkin lint issues [#193]
  • Require wp-cli/wp-cli v2.12 [#191]
  • Suppress output of eval(get_wp_config_code) preventing errors printing twice [#188]

Version 2.3.7

16 Oct 12:48
effb789

Choose a tag to compare

  • Composer: prevent a lock file from being created [#189]
  • Don't require file to be writable for config has [#187]

Version 2.3.6

05 Aug 13:34
82a64ae

Choose a tag to compare

  • Revert "Refactor config create command" [#185]

Version 2.3.5

29 Jul 06:22
a4ae2c7

Choose a tag to compare

  • Refactor config create command [#181]

Version 2.3.4

04 May 05:35
445dfd0

Choose a tag to compare

  • Improve messaging when shuffling salts [#177]
  • Fix incorrect message shuffling salt in PHP 5.6 [#176]
  • Update config commands examples [#174]

Version 2.3.3

21 Dec 10:02
890b6e3

Choose a tag to compare

  • Add support for MySQL socket connection [#171]
  • Fix tests for SQLite [#168]

Version 2.3.2

20 Oct 10:18
9de6ce3

Choose a tag to compare

  • Do not use die() when there is a db error [#166]

Version 2.3.1

18 Oct 12:56
ca25b73

Choose a tag to compare

  • Fail on empty table prefix [#164]