Skip to content

Version 1.1.8

Compare
Choose a tag to compare
@gitlost gitlost released this 30 Jan 14:34
· 1340 commits to main since this release
4e44b3f
  • 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].