HOW TO: Identify and Check Joomla Version
Posted by on 25 March 2014 12:01 PM
The methods of identifying Joomla CMS version based on Joomla files:
 
Joomla! 1.0.x
/includes/version.php

Joomla! 1.5.x
/libraries/joomla/version.php

Joomla! 1.6.x
/libraries/joomla/version.php
 
Joomla! 2.5.x
/libraries/cms/version.php
 
Joomla! 3.1.x & Joomla! 3.2.x
/libraries/cms/version/version.php
or
top of /joomla.xml (see the <version /> element)
 
Query:
var_dump(JVERSION);

Copyright © 1998 - 2021 Shinjiru International Inc. All Rights Reserved.