Skip to content

Releases: spryker/oms

7.2.0

24 Oct 09:00
Compare
Choose a tag to compare

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

04 Oct 16:19
Compare
Choose a tag to compare

Included commits: 7.1.0...7.1.1

Bugfixes

  • an index for oms history has been added

7.1.0

02 Oct 08:50
Compare
Choose a tag to compare

Included commits: 7.0.5...7.1.0

Improvements

  • Info message is added when Order/Order item status change is triggered.

7.0.5

25 Sep 16:18
Compare
Choose a tag to compare

Included commits: 7.0.4...7.0.5

Adjustments

Update composer.json to include latest Sales module.

7.0.4

08 Sep 12:16
Compare
Choose a tag to compare

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

24 Aug 17:08
Compare
Choose a tag to compare

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

01 Aug 12:03
Compare
Choose a tag to compare

Included commits: 7.0.1...7.0.2

Bugfixes

  • Refactored tests.
  • Added missing navigation entries into the XML file.

7.0.1

17 Jul 14:16
Compare
Choose a tag to compare

Included commits: 7.0.0...7.0.1

Adjustments

Adjusted composer.json for new Sales major.

7.0.0

15 Jun 13:22
Compare
Choose a tag to compare

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

17 May 13:08
Compare
Choose a tag to compare

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.