Actions
Bug #4817
closedCB Admin module displays older versions due to lack of version_compare() and 12 hours cache
Description
https://www.joomlapolis.com/forum/6-news-and-publicity/227035-community-builder-202-released/251995
We need to improve the version-information caching logic in the CB admin module specially when the cached version is lower than the installed one ;)
We should just purge the cache on install
It currently caches for 12 hours
Showing an older version to upgrade to imho doesn't make sense, we should still do a version_compare() before displaying. It should always ignore versions less than currently installed.
Updated by krileon about 10 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !658
Actions