Closed (fixed)
Project:
Drupal.org site moderators
Component:
Other
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2019 at 16:01 UTC
Updated:
29 Jan 2019 at 11:54 UTC
Jump to comment: Most recent
Hello,
In our module we've released a few version after 3.45 (which is marked as recommended), but none of them are shown as "recommended" on the main page. How can we fix this and why it happened?
https://www.drupal.org/project/cleantalk
https://www.drupal.org/project/cleantalk/releases
Comments
Comment #2
davydovct commentedComment #3
avpadernoThe latest release that has been created for Drupal 7 is 7.x-3.7. Compared with the release 7.x-3.45, the one appearing on the project page, it is considered a previous version because 7 is lower than 45.
The sorting algorithm is similar to the one used from the
version_compare()PHP function .Comment #4
davydovct commentedThanks!
Comment #6
avpaderno