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

Releases: Inchoo/Inchoo_PHP7

2.1.1

07 Jun 09:27
Compare
Choose a tag to compare

Changed

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

2.1.0

05 Apr 11:13
Compare
Choose a tag to compare

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

05 Apr 11:01
Compare
Choose a tag to compare

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

02 Feb 12:05
Compare
Choose a tag to compare

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

02 Feb 11:57
Compare
Choose a tag to compare

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

18 Oct 10:57
Compare
Choose a tag to compare

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

08 Sep 10:49
Compare
Choose a tag to compare

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

19 Aug 07:39
Compare
Choose a tag to compare

The Model Inchoo_PHP7_Model_Import_Uploader was not used.

1.0.4

03 Aug 10:52
Compare
Choose a tag to compare

Slight improvements to modman and Inchoo_PHP7.xml.

CE 1.0.3

28 Apr 09:02
Compare
Choose a tag to compare

Versioning according to Composer rules, so it can show up on Firegento. (Explained in a bit more detail in readme.md.)