-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drush7 pm-updatestatus defaults to the 'recommended' version even if there is a 'other' release #1157
Comments
Helpful or not, here is some follow-up info: favicon 7.x-1.0-rc1 |
Same issue with Webform: |
Attempted to run Webform update with specific version number:
Note that it did not pick up the specified version. |
And add 'Print' module to the list. Drush 7: |
Avoid overwrite of calculated update data with release info. Fixes #1157
@mariagwyn @acquiacat please check it is fixed now. |
I am still testing (having issues getting Drush 7 working on local sites), but I can confirm that Media is now correctly reporting. I will check others and reopen if I see an issue. Thanks @jonhattan. |
Summary: drush7 defaults to the 'recommended' version even if there is a 'other' release within the same major version family.
Media:
Media is downgrading using the recommended version which is below the deployed version.
drush6 upc --pipe media 7.x-2.0-alpha3+46-dev 7.x-2.0-alpha4 Update-available
drush7 pm-updatestatus Media (media) 7.x-2.0-alpha3+46-dev 7.x-1.4 SECURITY UPDATE available
Recommended: 7.x-1.4
Other: 7.x-2.0-alpha4
Linkt and Favicon are upgrading using the recommended version.
Linkit:
drush6 upc --pipe linkit 7.x-2.5 7.x-2.7 SECURITY-UPDATE-available
drush7 pm-updatestatus Linkit (linkit) 7.x-2.5 7.x-3.3 SECURITY UPDATE available
Recommended: 7.x-3.3
Other: 7.x-2.7
Favicon:
drush6 upc --pipe favicon 7.x-1.0-rc1 7.x-1.0-rc2 SECURITY-UPDATE-available
drush7 pm-updatestatus favicon 7.x-1.0-rc1 7.x-2.1
Recommended: 7.x-2.1
Other: 7.x-1.0-rc2
The text was updated successfully, but these errors were encountered: