Releases: wp-cli/config-command
Releases · wp-cli/config-command
Version 2.0.4
- Update README.md file [#90]
Version 2.0.3
- Implement CS checking based on the
WP_CLI_CS
ruleset [#89]
- Update template based on latest version [#88]
- Enhancement: Add PHP 7.3 to Travis CI build matrix [#87]
- Move PHP 5.4 tests from
WP_VERSION
latest
to 5.1
[#85]
- Change
Happy blogging.
to Happy publishing.
in wp-config.php
template [#82]
Version 2.0.2
- Use constant as default type when adding new keys [#80]
- Add
--format
option for config get
command [#79]
- Use
print_value()
instead of log()
for output of config get
[#78]
- Automatically rerun failed scenarios [#73]
- Ignore log files [#72]
Version 2.0.1
- Permit use of
wp config edit
when WP isn't functional [#71]
Version 2.0.0
- Set WP_CACHE_KEY_SALT [#59]
- Ensure
file_put_contents()
writes to the wp-config.php
path [#63]
- Add
shuffle-salts
command [#62]
- Adapt package for framework v2 [#66]
Version 1.1.8
-
New commands added: [#44]
wp config has <key>
wp config set <key> <value>
wp config delete <key>
-
Major changes to existing commands: [#42]
wp config get <key>
retrieves the value of the requested config key.
wp config list
produces a list of all config variables, constants and included files
-
Backward compatibility with old syntax [#45].
-
Documentation improvements [#40].
Version 1.1.7
- Documentation, test suite, and repository improvements [#36, #37, #38, #39].
Version 1.1.6
- Updates scaffolded tests to enable error reporting [#34].
- Updates scaffolded README and GitHub configuration [#35].
Version 1.1.5
- Updates package tests to latest [#29, #30].