Skip to content

Commit 9e72bc2

Browse files
authored
Add OpenMage version to API 'magento.info'. (OpenMage#1676)
1 parent e9eff3b commit 9e72bc2

File tree

1 file changed

+1
-0
lines changed
  • app/code/core/Mage/Core/Model/Magento

1 file changed

+1
-0
lines changed

app/code/core/Mage/Core/Model/Magento/Api.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public function info()
4343
$result = array();
4444
$result['magento_edition'] = Mage::getEdition();
4545
$result['magento_version'] = Mage::getVersion();
46+
$result['openmage_version'] = Mage::getOpenMageVersion();
4647

4748
return $result;
4849
}

0 commit comments

Comments
 (0)