Magento Version Number Confusion #2631
-
Why does the 20.x branch of OpenMage report that its version is 1.9.4.5? Is that legacy Magento stuff? There does not appear to be anything in the OpenMage core that reports 20.x. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Where do you see that number? in the backend? because in the backend you should see 20.0.16 or something like that. We have 2 different version numbers, the OpenMage version AND the Magento version that is based on, we kept it because some modules are checkin "if version. 1.4" or something like that |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Mage::getVersion()
will give you the latest Magento version that OpenMage is based on, which is1.9.4.5
.Mage::getOpenMageVersion()
will give you the actual OpenMage version you're looking for.