Skip to content

Releases: spryker/oms

5.0.7

17 May 12:42
Compare
Choose a tag to compare

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

16 May 13:17
Compare
Choose a tag to compare

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

06 Apr 14:09
Compare
Choose a tag to compare

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

23 Feb 14:33
Compare
Choose a tag to compare

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

21 Feb 17:01
Compare
Choose a tag to compare

Included commits: 5.0.5...5.0.6

Bugfixes

Updated composer constraints for allowing new bundle majors.

5.0.5

21 Feb 16:45
Compare
Choose a tag to compare

Included commits: 5.0.4...5.0.5

Bugfixes

Updated composer constraints for allowing new bundle majors.

5.0.4

20 Feb 11:03
Compare
Choose a tag to compare

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

09 Feb 12:58
Compare
Choose a tag to compare

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

23 Jan 15:58
Compare
Choose a tag to compare

Included commits: 5.0.1...5.0.2

Bugfixes

Fix exception when DOCUMENT_URI is not present using Apache.

5.0.1

20 Jan 11:07
Compare
Choose a tag to compare

Included commits: 5.0.0...5.0.1

Bugfixes

Fixed CS of this bundle. Only relevant for core.