Backport Magento classes and interface for older versions.
AuroraExtensions_MagentoBackports
backports Magento
classes, interfaces, configurations,
etc. from newly released versions for use in older versions of Magento. This allows an extension
developer to leverage newer Magento features without having to stress quite as much about issues
around upgrades and version compatibility.
composer require auroraextensions/magentobackports
Backports are grouped by version in the diff directory.
Why not simply upgrade the platform?
AuroraExtensions_MagentoBackports
fills an important void by providing dependent functionalityWhat happens if our Magento version provides one of the backported classes?
Are the backported classes different from the original classes provided by Magento?
Keeping the above in mind, please understand this is not an absolute, comprehensive collection of backports, but rather a valiant effort toward improving Magento extension compatibility. It is highly recommended to review and verify this module contains the relevant backports before adding it as a dependency. If you would like to see a backport added, please do either of the following:
- Send PR with the missing backport
--OR--
- Open an issue to let us know so we can review