#Applied Patches
Patch | Commit |
---|---|
SUPEE-9652 | 03835f8 |
SUPEE-10266 | 40720ca |
This repository aims to be a dependably patched archive of the Magento CE core releases. These sources should stay as close to the sources released by Magento as possible (no new features). However, pull requests with unofficial bug fixes and security patches from the community are definitely encouraged. It's our goal to apply patches available from Magento as quickly as possible, but these do not always cover all known issues.
Though Magento does not follow Semantic Versioning we aim to provide a workable system for dependancy definition.
Each Magento 1.<minor>.<revision>
release will get its own branch (named 1.<minor>.<revision>.x
) that will be independently maintained (for as long as it makes sense to do so) with upstream patches and community bug fixes. For example, Magento version 1.9.3.4
was merged into the 1.9.3.x
branch.
Note, the branches older than 1.9.3.x
that were created before this strategy came into practice are not maintained.
This allows you to define your version dependencies safely in composer.json:
"openmage/magento-lts": "1.9.2.1-dev"
PHP 7 support was added as of version 1.9.2.3. based on the Inchoo article and described here.
- Lee Saferite
- David Robinson
- Daniel Fahlke aka Flyingmana
- Pull requests are welcome
- Travis CI tests to check for newly availble patches for each version