Releases: VirtoCommerce/vc-module-order
Releases · VirtoCommerce/vc-module-order
v2.17.15
v2.17.14
v2.17.13
v2.17.12
v2.17.11
v2.17.10
v2.17.9
- Increase the length of the AddressEntity.Email to 254 #39
- Reworked work with events (switch to using
EventPublisher
) - Fixed null reference exception is thrown by
LogChangesEventHandler
, at the time of order change - Changed the logic of getting the recipient's email for order notifications
- Added
Notifications
widget in the order details blade - Updated NuGet dependencies to lates versions
v2.17.8
v2.17.7
v2.17.6
- Allow module to work with its own database VirtoCommerce/vc-platform#603
- Added new constructor to
MemberRepository
VirtoCommerce/vc-platform#1258 - Moved order totals calculation from domain model to the service
ICustomerOrderTotalsCalculator
VirtoCommerce/vc-platform#1162 - Added default sort by
CreatedDate
for order line items and take aCreatedDate
from Cart line items VirtoCommerce/vc-storefront#61