Closed andytough closed 5 years ago
By default, UGM updates the version list once a week (you can change this with the &version property or the widget snippet).
The fastest way to get a current list is to delete the core/cache/upgrademodx/versionlist file, clear the cache, and reload the dashboard page.
Thank you Bob.
You're welcome. :) FYI, the new version (due out soon) sets the time to check at one day.
If your MODX version is 2.6.4 UpgradeMODX 1.5.5 reports that the latest version available is 2.6.4, when it should be 2.6.5.
It was able to trick it into performing an upgrade by...
Changing System Settings / settings_version from 2.6.4 to 2.6.3
Changing line 5 of /core/docs/version.inc.php from
$v['minor_version']= '4'; // Current minor version.
tov['minor_version']= '3'; // Current minor version.
Not sure of what I did wise?!