Releases: spryker/oms
Releases · spryker/oms
3.0.4
Included commits: 3.0.3...3.0.4
Bugfixes
- ClearLocksConsole command class is now named as per convention.
3.0.3
Included commits: 3.0.2...3.0.3
Bugfixes
- Criteria::IN is explicitly specified when filtering by an array of OMS stjatemachine names, order items, active processes
- Criteria::GREATER_EQUAL and Criteria::LESS_EQUAL are explicitly specified when filtering by
$expirationDate
3.0.2
Included commits: 3.0.1...3.0.2
Bugfixes
- Added Collection for Commands and Conditions as injection hook.
3.0.1
3.0.0
Included commits: 2.1.3...3.0.0
Features
Added locking mechanism on event triggering by OMS state machine. So it won't be possible to run the same trigger twice.
Installation: run vendor/bin/console propel:install
2.1.3
2.1.2
Included commits: 2.1.1...2.1.2
Bugfixes
Fixed subprocess file path matcher to look for concrete directory instead of doing wildcard search for directories.