Releases: spryker/oms
5.0.7
Hotfix for 5.x
Remove random clashing of interfaces when loading multiple classes.
By aliasing the collision is removed and it does not matter in what order they are being loaded.
The deprecated interfaces will be removed in future versions. Please upgrade your commands and conditions.
4.0.4
Hotfix for 4.x
Remove random clashing of interfaces when loading multiple classes.
By aliasing the collision is removed and it does not matter in what order they are being loaded.
The deprecated interfaces will be removed in future versions. Please upgrade your commands and conditions.
6.0.1
Included commits: 6.0.0...6.0.1
Bugfixes
Moved transaction to item level when updating multiple order items.
This prevents an exception in the middle of a stack of items being moved to reset all of them including the previously successful processed ones.
6.0.0
Included commits: 5.0.6...6.0.0
Improvements
- Fixed Propel dependencies, moved spryker/propel to require-dev and added new spryker/propel-orm.
- Removed dependency.json file.
- Use Console from Kernel.
- Added OmsPostSaveHookPlugin which can be used to trigger the Statemachine for new order items.
5.0.6
Included commits: 5.0.5...5.0.6
Bugfixes
Updated composer constraints for allowing new bundle majors.
5.0.5
Included commits: 5.0.4...5.0.5
Bugfixes
Updated composer constraints for allowing new bundle majors.
5.0.4
Included commits: 5.0.3...5.0.4
Bugfixes
The current check for CLI detection was only using 'cli'
string.
The string 'phpdbg'
is also a valid CLI identifier and has been added to detect CLI.
5.0.3
Included commits: 5.0.2...5.0.3
Bugfixes
The changes of a state didn't change the "last_state_change" timestamp.
This is necessary for the order item matrix to be correct, though.
- Fixed the "last_state_change" timestamp to always be updated along with each change of state.
5.0.2
Included commits: 5.0.1...5.0.2
Bugfixes
Fix exception when DOCUMENT_URI is not present using Apache.