Magento 1.9 – Differences Between Versions 1.9.2.4 and 1.9.3.0

ce-1.9.2.4ce-1.9.3.0magento-1magento-1.9upgrade

Magento has released it's new community edition version 1.9.3.0.

I am very curious to know what are the differences with previous Magento edition?

I want to know full details about the what is the difference with its feature in Magento 1.9.3.0.

and also want to know what step needs to take after upgrade my current site to 1.9.3.0 which is in Magento 1.9.2.4?

Best Answer

You can find the full list of differences in the official release notes: http://devdocs.magento.com/guides/m1x/ce19-ee114/ce1.9_release-notes.html#ce19-1930

Module fixing all the bugs

This module fixes the known bugs I'm trying to keep it up to date: https://github.com/digitalpianism/bugfixes

Side note

There used to be a bug in Magento where the passwords would not display in the new account email template. Most of the people (including me) assumed it was a security enhancement (see here: https://magento.stackexchange.com/a/46793/2380) but it was actually a bug which has been fixed in 1.9.3.0.

Known issues

As of now, there's several known bugs with 1.9.3.0:

Also please note that the JS that handles the product options price has been moved from /js/varien/product.js to /js/varien/product_options.js so don't forget to add that file to your theme if you're facing the following issue: https://magento.stackexchange.com/a/141375/2380

PHP 7

For those using PHP 7 and the Inchoo module, Inchoo has released a new version of the module (2.0.0) which is only compatible with 1.9.3 don't forget to update: https://github.com/Inchoo/Inchoo_PHP7