Releases: Inchoo/Inchoo_PHP7
Releases · Inchoo/Inchoo_PHP7
2.1.1
Changed
- https instead of http for packages.firegento.com (by @EmPeWe).
- smarter require in inchoo_php7_test (by @szepeviktor)
2.1.0
Changed
- a bit of love to composer.json (support & suggest sections)
Added
- shell/inchoo_php7_test.php - initial implementation of a test tool
1.1.0
Changed
- a bit of love to composer.json (support & suggest sections)
Added
- shell/inchoo_php7_test.php - initial implementation of a test tool
2.0.1
Removed
- XML totals sort order fix from config.xml
Added
- topological sort implemented in Mage_Sales_Model_Config_Ordered override (this should fix not only Magento Core problems with totals sorting, but also ensure 3rd party extensions which add something to totals work properly with PHP 7.)
1.0.7
Changed
- fixed rewrite conflict with AvS_FastSimpleImport - @sprankhub
Removed
- removed XML totals sort order fix from config.xml
Added
- topological sort implemented in Mage_Sales_Model_Config_Ordered override (this should fix not only Magento Core problems with totals sorting, but also ensure 3rd party extensions which add something to totals work properly with PHP 7.)
2.0.0
Changed
- this is the release for Magento core 1.9.3; older versions are supported from 1.9.2.4 branch and 1.* releases.
Removed
- all model overwrites - they are no longer needed.
- Mage_Core_Model_File_Uploader overload - also fixed in new core.
1.0.6
Added
- changelog.md, because we really should have this, so I guess it's better to start late than never...
- protected $_moduleName = 'Mage_Core'; in helper overwrite (should fix translation problems).
Changed
- README.md updated with slightly more information.
1.0.5
The Model Inchoo_PHP7_Model_Import_Uploader was not used.
1.0.4
Slight improvements to modman and Inchoo_PHP7.xml.
CE 1.0.3
Versioning according to Composer rules, so it can show up on Firegento. (Explained in a bit more detail in readme.md.)