Skip to content

Releases: wp-cli/config-command

Version 2.0.4

25 Apr 01:29
b7e6994
Compare
Choose a tag to compare
  • Update README.md file [#90]

Version 2.0.3

22 Apr 13:20
79f9ae8
Compare
Choose a tag to compare
  • 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

17 Dec 08:21
21daa36
Compare
Choose a tag to compare
  • 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

23 Aug 19:32
044c550
Compare
Choose a tag to compare
  • Permit use of wp config edit when WP isn't functional [#71]

Version 2.0.0

05 Aug 12:30
e6f9ae2
Compare
Choose a tag to compare
  • 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.2.0

21 Apr 01:12
7bec9b4
Compare
Choose a tag to compare

Version 1.1.8

30 Jan 14:34
4e44b3f
Compare
Choose a tag to compare
  • 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

18 Dec 19:34
e0c3784
Compare
Choose a tag to compare
  • Documentation, test suite, and repository improvements [#36, #37, #38, #39].

Version 1.1.6

21 Nov 13:43
075b04a
Compare
Choose a tag to compare
  • Updates scaffolded tests to enable error reporting [#34].
  • Updates scaffolded README and GitHub configuration [#35].

Version 1.1.5

29 Sep 23:26
Compare
Choose a tag to compare
  • Updates package tests to latest [#29, #30].