Skip to content

Releases: VirtoCommerce/vc-module-order

3.806.0

01 Mar 13:00
Compare
Choose a tag to compare

What's Changed

3.800.3

01 Mar 12:58
Compare
Choose a tag to compare
clear cache (#406)

Co-authored-by: Oleg Zhuk <[email protected]>

3.426.4

01 Mar 12:57
Compare
Choose a tag to compare
clear cache (#406)

Co-authored-by: Oleg Zhuk <[email protected]>

3.805.0

13 Feb 13:48
Compare
Choose a tag to compare

🎯 Development

  • (The Close Transaction switcher in the Capture document is now disabled for editing. It is preventing any unintended effects on the Payment provider.)

image

3.804.0

09 Feb 07:35
Compare
Choose a tag to compare

🎯 Development

  • Replace IUniqueNumberGenerator with ITenantUniqueNumberGenerator to allow the use of unique counters per store.
  • Update Template Settings Description.

πŸ”₯ Breaking Change

  • Breaking Change in CustomerOrderService, PaymentFlowService ctor. IUniqueNumberGenerator was replaced by ITenantUniqueNumberGenerator.

image

3.803.0

01 Feb 09:45
Compare
Choose a tag to compare

🎯 Development

  • add order aggregations (#399)
  • (Update samples. Added readme)

3.802.0

19 Jan 11:33
Compare
Choose a tag to compare

🐞 Bug fixes

  • Filter in Orders blade doesn't work with indexing search (#398)

πŸ”₯ Breaking change

  • interface IIndexedCustomerOrderSearchService was changed. Criteria type was changed from CustomerOrderIndexedSearchCriteria to CustomerOrderSearchCriteria. Experience API module should be update as well.

3.800.2

19 Jan 13:05
Compare
Choose a tag to compare

🐞 Bug fixes

  • Filter in Orders blade doesn't work with indexing search (#398)

πŸ”₯ Breaking change

  • interface IIndexedCustomerOrderSearchService was changed. Criteria type was changed from CustomerOrderIndexedSearchCriteria to CustomerOrderSearchCriteria. Experience API module should be update as well.

3.426.3

19 Jan 13:09
Compare
Choose a tag to compare

🐞 Bug fixes

  • Filter in Orders blade doesn't work with indexing search (#398)

πŸ”₯ Breaking change

  • interface IIndexedCustomerOrderSearchService was changed. Criteria type was changed from CustomerOrderIndexedSearchCriteria to CustomerOrderSearchCriteria. Experience API module should be update as well.

3.801.0

17 Jan 14:23
Compare
Choose a tag to compare

What's Changed

  • VCST-156: send current criteria to order list parent refresh function by @ksavosteev in #396