Skip to content

Instantly share code, notes, and snippets.

@denishvachhani
Created March 26, 2014 06:30
Show Gist options
  • Save denishvachhani/9777796 to your computer and use it in GitHub Desktop.
Save denishvachhani/9777796 to your computer and use it in GitHub Desktop.
How to check Magento Version?
<?php
include_once(‘app/Mage.php’);
Mage::app();
echo Mage::getVersion();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment