We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the current, buggy behavior
I should be able to run wp core update --version=6.7.0 instead of wp core update --version=6.7
wp core update --version=6.7.0
wp core update --version=6.7
Describe how other contributors can replicate this bug
Run wp core update --version=6.7.0
It doesn't work because it looks for a https://wordpress.org/wordpress-6.7.0.zip ZIP file that doesn't exist.
https://wordpress.org/wordpress-6.7.0.zip
Describe what you would expect as the correct outcome
Using this version should work.
Let us know what environment you are running this on
n/a
Provide a possible solution
We should just turn 6.7.0 into 6.7.
6.7.0
6.7
Provide additional context/Screenshots
Add any other context about the problem here.
If applicable, add screenshots to help explain (you can just drag&drop images into the Github issue).
The text was updated successfully, but these errors were encountered:
Allow installing major version with trailing zero
2d9f395
Fixes wp-cli#275
Successfully merging a pull request may close this issue.
Bug Report
Describe the current, buggy behavior
I should be able to run
wp core update --version=6.7.0
instead ofwp core update --version=6.7
Describe how other contributors can replicate this bug
Run
wp core update --version=6.7.0
It doesn't work because it looks for a
https://wordpress.org/wordpress-6.7.0.zip
ZIP file that doesn't exist.Describe what you would expect as the correct outcome
Using this version should work.
Let us know what environment you are running this on
n/a
Provide a possible solution
We should just turn
6.7.0
into6.7
.Provide additional context/Screenshots
Add any other context about the problem here.
If applicable, add screenshots to help explain (you can just drag&drop images into the Github issue).
The text was updated successfully, but these errors were encountered: