How To Identify Which Magento Version Store Is Running
-
To find out which Magento version a store is running, you can check a few places. First, look in the composer.json file in the store’s root folder. If you’re planning a Magento version upgrade, this file is useful. You can also check the admin panel; the version number is often displayed at the bottom of the page. Another way is to look at the app/Mage.php file for version info. If you have access to the command line, run the command bin/magento --version to see the version directly.