Check What Version of Magento You Are Running

Updated: February 14, 2016

The version number of Magento installed on your website is listed in a couple of places:

  • The version is listed on the bottom of every page of the admin area:
    Magento Version in Admin Area
  • In the file /app/Mage.php, the version is listed in the getVersionInfo() function:
        public static function getVersionInfo()
        {
            return array(
                'major'     => '1',
                'minor'     => '9',
                'revision'  => '1',
                'patch'     => '1',
                'stability' => '',
                'number'    => '',
            );
        }
    


You can also check what versions of Magento are running on websites using our Version Check for Magento extension, which is available for Chrome.


Current Versions of Magento

1.9.3.2, 2.0.12, and 2.1.4