Latest Version: 5.4.2.2 - WTF!?

Permalink
This link:http://www.concrete5.org/tools/get_latest_version_number...
(used by concrete5 to check the latest version) says that the latest version is 5.4.2.2!

I know that this number usually lags to ensure a stable version, but come on! Version 5.6.3 is already out! Is nobody maintaining this?

 
mhawke replied on at Permalink Reply
mhawke
I don't believe that is being maintained. I've been snooping around these forums for the past 2 years and I've never heard of anyone else mention this special URL but I might be wrong. What do you use it for?
Mainio replied on at Permalink Reply
Mainio
Might be because you need to do a post request there at least with the "APP_VERSION" parameter (which defines the current version you're looking updates for).

Currently returns:
<update>
    <version>5.6.2.1</version>
    <date>2013-08-28</date>
    <notes>
        <![CDATA[
<h2>5.6.2.1 Release Notes</h2><h2>Features</h2><ul><li>Great new UI Improvements to the Select Attribute (thanks arcanepain)
</li></ul><h2>Bug Fixes</h2><ul><li>Fixed broken queue operations on systems that didn’t have the MySQL PDO extension installed. http://www.concrete5.org/developers/bugs/5-6-2/copy-page-children-pages-no-longer-working/</li><li>Removed Main area from Page Forbidden because it was causing problems in certain advanced permissions setups and the page object isn’t set to a Page Forbidden single page anyway, so the intended behavior would never work correctly.</li><li>Fixed Upgrade issue with moving from 5.5.2.1 to 5.6.2.1http://www.concrete5.org/developers/bugs/5-6-2/manually-upgrading-f... Page version update of block permission edithttp://www.concrete5.org/developers/bugs/5-6-2/block-permission-upd... Error message with invalid Page Type handlehttp://www.concrete5.org/developers/bugs/5-6-2/receive-sql-error-wh... tranlation compilation errorhttp://www.concrete5.org/developers/bugs/5-6-2/concrete5-v5.6.2-mes... (thanks Remo)</li><li>Block Type names handled more robustly (thanks jordanlev)</li><li>Clarified empty UI when background image of the day was changed by constanthttp://www.concrete5.org/developers/bugs/5-6-2/empty-interface-sett... Updates</h2><ul><li>Allow ConcreteDashboardHelper::inDashboard() to take a string path (thanks aghouseh)</li><li>Various code cleanups (thanks ojalehto, synlag, bluefuton, mlocati)</li><li>Removed BlockController::getUniqueIdentifier()</li></ul>
   ]]>
    </notes>
    <url>http://www.concrete5.org/download_file/-/58386</url>
</update>


Version numbers with only 3 numbers are never pushed to the auto-updater as of my knowledge. Once there will be 5.6.3.1, that will go to the auto-updater.
Mainio replied on at Permalink Reply
Mainio
Actually seems like GET request is also enough:
http://www.concrete5.org/tools/get_latest_version_number?APP_VERSIO...