Skip to content

Tags: wp-cli/config-command

Tags

v2.3.8

Toggle v2.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #194 from wp-cli/refine-feature-files

v2.3.7

Toggle v2.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #189 from wp-cli/no-lock-file

v2.3.6

Toggle v2.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #185 from wp-cli/revert-181-94-refactor-config-com…

…mand

v2.3.5

Toggle v2.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #181 from UmeshSingla/94-refactor-config-command

v2.3.4

Toggle v2.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix incorrect message shuffling salt in PHP 5.6 (#176)

* Fix duplicate warning

* Add feature test for duplicate warning when shuffling salts

v2.3.3

Toggle v2.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #171 from wojtekn/add/mysql-sock-support

v2.3.2

Toggle v2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #166 from wp-cli/no-time-to-die

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #164 from Ancocodet/fail-on-empty-table-prefix

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to WPCS v3 (#163)

* Update to wp-cli-tests v4 (which requires WPCS v3)

* Fix all autofixable CS issues

* Rename parameter

---------

Co-authored-by: Pascal Birchler <pascalb@google.com>

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change mysql CLI call to native PHP function (#158)

* Change mysql CLI call to native PHP function

* Silent phpcs to allow for MySQL functions usage

* Silence silencing errors.

* Handle exception instead of supressing error

* Add comment explaining the approach

* Adjust label to make it more clear