- Support for Php 8.3
- Code style updates for newer Magento Coding Standard
- Support for Php 8.2
- Minimum Magento version is now 2.3.0 - for earlier versions please use previous releases
- Avoid collection side effects
- Handle collisions when pre-existing increment numbers are higher than order numbers - thanks @fredden
- Compatibility with Magento 2.4.4
- Support for Php 8.0/8.1
- Compatibility with Magento 2.4.0
- Support for Php 7.4
- Minimum Magento version is now 2.2.0 - for earlier versions please use previous releases
- Acceptance tests for 2.2.11
- Support for PHP 7.3
- Stabilise functional tests for 2.3.2
- Initial MFTF acceptance test
- Support for Magento 2.3
- Package name renamed to fooman/sameorderinvoicenumber-implementation-m2, installation should be via metapackage fooman/sameorderinvoicenumber-m2
- Increased version number by 100 to differentiate from metapackage
- Reorganised unit tests
- Shipment Integration test for Magento 2.2.5
- Support for PHP 7.1
- Support for Magento 2.2.0
- Update functional tests to work with 2.1.0-rc1
- Widen Dependency Definition to work with 2.1.0
- Move dependencies in right location in composer.json
- Add integration tests
- resource_ids updated to work with new Magento Core module names
- registration.php was missing from autoload
- Change project folder structure to src/ and tests/
- Initial release for Magento 2