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

Commit

Permalink
Modman updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
icurdinj committed Dec 27, 2016
1 parent 1c1c5e4 commit b1942c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Carefully choose the release that's appropriate for your Magento core!
### 1.0.6
Tested on M CE 1.9.2.2 - 1.9.2.4 & M EE 1.14.2.2 - 1.14.2.4. Note that this version is also needed for these cores with SUPEE-8788 applied.

(CE version of extension is in master branch, and EE version is in EE branch.)
(CE version of extension is in 1.9.2.4 branch, and EE version is in EE branch.)

Older versions of Magento may work, but may also have other problems, not fixed by this extension.

Expand All @@ -28,6 +28,7 @@ Included fixes are:
- JSON decoding fix
- resource session fix
- Connect Packager fix
- Topological sort for proper ordering when doing totals calculation

Due to fixes implemented in Magento core, there is no need for different branches for CE and EE any more - this release works for both.

Expand All @@ -41,7 +42,9 @@ MIT. (See LICENSE.txt).
Yes. _(Of course.)_ See Issues tab. Issue reporting is welcome. Pull requests are welcome. (But read [Wiki](https://github.com/Inchoo/Inchoo_PHP7/wiki) and existing code first.)

## Installation
For Composer install, available on Firegento: http://packages.firegento.com/ . Because of strict Composer versioning rules, only the CE version will show up there versioned. Use dev-EE for Enterprise version. (At least for now.)
For Composer install, available on Firegento: http://packages.firegento.com/ .

For older Magento cores, use 1.9.2.4-dev or dev-EE for Enterprise version. For newer ones, just use current release (2.0.*).

Or just download ZIP of the latest release and copy files to appropriate locations.

Expand Down
1 change: 1 addition & 0 deletions modman
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ app/etc/modules/Inchoo_PHP7.xml app/etc/modules/Inchoo_PHP7.
# mage/core
app/code/local/Mage/Connect/Packager.php app/code/local/Mage/Connect/Packager.php
app/code/local/Mage/Core/Model/Resource/Session.php app/code/local/Mage/Core/Model/Resource/Session.php
app/code/local/Mage/Sales/Model/Config/Ordered.php app/code/local/Mage/Sales/Model/Config/Ordered.php

0 comments on commit b1942c9

Please sign in to comment.