Skip to content

Releases: wp-cli/config-command

Version 2.5.2

Choose a tag to compare

@swissspidy swissspidy released this 02 May 18:29
  • Allow wp config create to defer DB_NAME/DB_USER initialization via --skip-check [#223]

Version 2.5.1

Choose a tag to compare

@swissspidy swissspidy released this 13 Apr 16:05
8d042e2
  • Add Behat test for config has after concatenation assignment [#220]
  • Make --dbname and --dbuser optional when SQLite integration is active [#219]
  • Tests: Further improve Windows compatibility [#218]
  • Tests: improve Windows compatibility [#217]

Version 2.5.0

Choose a tag to compare

@swissspidy swissspidy released this 17 Mar 21:38
71aaf21
  • 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

Choose a tag to compare

@schlessera schlessera released this 09 Dec 15:56
  • 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

Choose a tag to compare

@schlessera schlessera released this 29 Apr 08:15
994b3dc
  • 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

Choose a tag to compare

@schlessera schlessera released this 16 Oct 12:48
effb789
  • Composer: prevent a lock file from being created [#189]
  • Don't require file to be writable for config has [#187]

Version 2.3.6

Choose a tag to compare

@swissspidy swissspidy released this 05 Aug 13:34
82a64ae
  • Revert "Refactor config create command" [#185]

Version 2.3.5

Choose a tag to compare

@schlessera schlessera released this 29 Jul 06:22
a4ae2c7
  • Refactor config create command [#181]

Version 2.3.4

Choose a tag to compare

@schlessera schlessera released this 04 May 05:35
445dfd0
  • 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

Choose a tag to compare

@schlessera schlessera released this 21 Dec 10:02
890b6e3
  • Add support for MySQL socket connection [#171]
  • Fix tests for SQLite [#168]