Skip to content
This repository has been archived by the owner on Jun 10, 2019. It is now read-only.

Latest commit

 

History

History
52 lines (39 loc) · 1.69 KB

changelog.md

File metadata and controls

52 lines (39 loc) · 1.69 KB

Change Log

[3.0.0] - 2018-04-26

Changed

  • PHP 7.1 compatibility, initial PHP 7.2 compatibility
  • extension moved to community code pool due to popular demand
  • topological sort removed, reverted to old config hack

Added

  • openssl adapter to replace deprecated mcrypt

Removed

  • shell test tool removed (for now)
  • Mage/Connect/Packager override removed - rarely used, not PHP7 compatibility problem

[2.1.1] - 2017-06-07

Changed

  • https instead of http for packages.firegento.com (by @EmPeWe).
  • smarter require in inchoo_php7_test (by @szepeviktor)

[2.1.0] - 2017-04-05

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] 2017-02-02

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] 2016-10-18

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] - 2016-09-08

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] - 2016-08-19

Last version without a changelog.