Skip to content

Tags: wp-cli/core-command

Tags

v2.1.32

Toggle v2.1.32's commit message
Update file(s) from wp-cli/.github

v2.1.31

Toggle v2.1.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Detect file extension from downloaded archives (#334)

* Detect file extension from downloaded archives

* Fix indentation

* Address code review feedback

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Lint fix

* Address code review feedback

* no suppression

* add error

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

v2.1.30

Toggle v2.1.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Always use ZIP archives for downloads (#333)

v2.1.29

Toggle v2.1.29's commit message
Update file(s) from wp-cli/.github

v2.1.28

Toggle v2.1.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Tests: Document CUSTOM_USER_TABLE SQLite incompatibility as expected …

…behavior (#328)

Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

v2.1.27

Toggle v2.1.27's commit message
Update file(s) from wp-cli/.github

v2.1.26

Toggle v2.1.26's commit message

Verified

This commit was signed with the committer’s verified signature.
swissspidy Pascal Birchler
Fix expected output for --prompt URLs following upstream HTTPS fallba…

…ck fixes

v2.1.25

Toggle v2.1.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Regenerate README file (#321)

Co-authored-by: Alain Schlesser <alain.schlesser@gmail.com>

v2.1.24

Toggle v2.1.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: Apply wp_slash() to admin password in wp core install (#311)

* Initial plan

* Fix: Apply wp_slash() to admin password in wp core install

Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>

* Apply suggestion from @swissspidy

* PHPStan fix

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
Co-authored-by: Pascal Birchler <pascalb@google.com>

v2.1.23

Toggle v2.1.23's commit message

Verified

This commit was signed with the committer’s verified signature.
swissspidy Pascal Birchler
Require PHP 7.4+ for trunk tests