Releases: wp-cli/config-command
Releases · wp-cli/config-command
Version 2.3.8
- 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
- Composer: prevent a lock file from being created [#189]
- Don't require file to be writable for config has [#187]
Version 2.3.6
- Revert "Refactor config create command" [#185]
Version 2.3.5
- Refactor config create command [#181]
Version 2.3.4
- 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
- Add support for MySQL socket connection [#171]
- Fix tests for SQLite [#168]
Version 2.3.2
- Do not use
die()
when there is a db error [#166]
Version 2.3.1
- Fail on empty table prefix [#164]
Version 2.3.0
- Update to WPCS v3 [#163]
- Slight tweaks to
wp config is-true
[#162]
- Add
wp config is-true
command [#161]
Version 2.2.0
- Change mysql CLI call to native PHP function [#158]