Releases: spryker/oms
7.2.0
Included commits: 7.1.1...7.2.0
Improvements
- There was an issue in the Oms module which didn't read the reservation quantity form the aggregated table and it has quite impact on performance. This issue is now fixed by reading the proper table.
- Subprocesses allow now to add a prefix for internal states/events/transitions.
- Subprocesses are imported in own namespace.
7.1.1
7.1.0
Included commits: 7.0.5...7.1.0
Improvements
- Info message is added when Order/Order item status change is triggered.
7.0.5
7.0.4
Included commits: 7.0.3...7.0.4
Bugfixes
Fixed issue when state machine process was deactivate then order still could be placed using that process. Now Exception will be thrown if process is not active.
7.0.3
Included commits: 7.0.2...7.0.3
Bugfixes
Fixed the issue of when getStateDisplayName() facade method was called on a state machine which state is in subprocess, the exception would be thrown. The new behavior "is look for state" in all subprocesses.
7.0.2
Included commits: 7.0.1...7.0.2
Bugfixes
- Refactored tests.
- Added missing navigation entries into the XML file.
7.0.1
7.0.0
Included commits: 6.0.2...7.0.0
Improvements
Mail handler does not use SalesAggregatorFacade anymore, it use SalesFacade to get OrderTransfer from now on.
6.0.2
Included commits: 6.0.1...6.0.2
Bugfixes
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.