️🚧 👷 We are still revamping our digital home - Thank you for your understanding as we improve.

SupportSages

Magento : Version Identification

Author Profile
Irshad K.
  • March 31, 2024
  • 1 min read
Magento : Version Identification

🎧 Listen to Article

Magento version Check can be done from the back end using the file app/Mage.php of your Magento installation, simply search for getVersionInfo() function there:

public static function

{

return array(

'major' => '1',

'minor' => '6',

'revision' => '1',

'patch' => '0',

'stability' => '', '

number' => '',

); } 

 

The version is 1.6.1.0

 

You can list all magento versions on a server:

find /home/*/public_html/ -type f -name Mage.php -exec grep -A 3 "'major' =>;" {} \; -print

 

 

Looking AWS experts?

We are providing top the line custom AWS setup services

Author Profile
Posts by Irshad K.

Irshad K.


    Copyright © 2008 - 2025 SupportSages Pvt Ltd. All Rights Reserved.