Skip to content

Releases: ho-nl/magento2-ReachDigital_InventoryOrderSourceReservations

v1.4.0

14 Jul 10:55
ad96795

Choose a tag to compare

1.4.0 (2021-07-14)

Features

  • added OrderCancelPartialInterface (3a48c5d)
  • implement partial cancellation on order lines (1d53742)
  • ZV-21: added NullifyStockAndSourceReservationsInterface api (ade42a5)

Refactor

  • remove unused imports (6c2ecfe)
  • remove useless constructor on exceptions (ae11648)
  • rename nullify to cancel (306de4e)
  • strictly use orderId as integer (9caa1cb)

Documentation

  • added installation instructions to README (384c927)
  • added IOSReservationsCancellationApi docs (af31f2b)
  • added OrderCancelPartialExample (39869eb)

Fixes

  • cast order id as int (4178dd2)
  • compatibility with php 7.4 (c19c842)
  • implemented OrderCancelPartialInterface (7238c52)
  • make sure to call order->cancel() when it is actually cancelled (b8386f1)
  • make sure we cancel the order completely when everything is cancelled (0395f02)
  • make sure we have the correct amount to cancel (1e4ad5e)
  • make sure we take in account getQtyCancelled for prepareInvoice (4c0ee71)
  • remove $sendEmail argument from partial cancellation email (3c38fbb)
  • remove NullifyStockAndSourceReservations interface (1ea4d72)
  • revert stock before source reservations (dbfc77f)

v1.4.0-canary.6

08 Oct 18:57

Choose a tag to compare

v1.4.0-canary.6 Pre-release
Pre-release

1.4.0-canary.6 (2020-10-08)

Fixes

  • compatibility with php 7.4 (c19c842)

v1.4.0-canary.5

08 Oct 17:28

Choose a tag to compare

v1.4.0-canary.5 Pre-release
Pre-release

1.4.0-canary.5 (2020-10-08)

Documentation

  • added IOSReservationsCancellationApi docs (af31f2b)

Fixes

  • compatibility with php 7.3 (d2b43f7)

v1.3.2

08 Oct 16:56

Choose a tag to compare

1.3.2 (2020-10-08)

Fixes

  • compatibility with php 7.3 (d2b43f7)

v1.4.0-canary.4

26 Aug 09:59
e7d1ccf

Choose a tag to compare

v1.4.0-canary.4 Pre-release
Pre-release

1.4.0-canary.4 (2020-08-26)

Fixes

  • make sure we cancel the order completely when everything is cancelled (0395f02)
  • make sure we have the correct amount to cancel (1e4ad5e)
  • remove $sendEmail argument from partial cancellation email (3c38fbb)

v1.4.0-canary.3

26 Aug 09:03

Choose a tag to compare

v1.4.0-canary.3 Pre-release
Pre-release

1.4.0-canary.3 (2020-08-26)

Fixes

  • make sure to call order->cancel() when it is actually cancelled (b8386f1)

v1.4.0-canary.2

26 Aug 08:54
fb69372

Choose a tag to compare

v1.4.0-canary.2 Pre-release
Pre-release

1.4.0-canary.2 (2020-08-26)

Features

  • added OrderCancelPartialInterface (3a48c5d)

Refactor

  • remove unused imports (6c2ecfe)
  • remove useless constructor on exceptions (ae11648)
  • rename nullify to cancel (306de4e)

Documentation

  • added installation instructions to README (384c927)
  • added OrderCancelPartialExample (39869eb)

Fixes

  • cast order id as int (4178dd2)
  • implemented OrderCancelPartialInterface (7238c52)
  • make sure we take in account getQtyCancelled for prepareInvoice (4c0ee71)
  • remove NullifyStockAndSourceReservations interface (1ea4d72)

v1.4.0-canary.1

19 Aug 15:39
7691336

Choose a tag to compare

v1.4.0-canary.1 Pre-release
Pre-release

1.4.0-canary.1 (2020-08-19)

Features

  • implement partial cancellation on order lines (1d53742)
  • ZV-21: added NullifyStockAndSourceReservationsInterface api (ade42a5)

Refactor

  • strictly use orderId as integer (9caa1cb)

Fixes

  • revert stock before source reservations (dbfc77f)

v1.3.1

12 Aug 12:39
06a5c73

Choose a tag to compare

1.3.1 (2020-08-12)

Fixes

  • solve issue where cancellation with multiple items would return wrong results (5fdd31d)

v1.3.0

05 Aug 09:09
2359901

Choose a tag to compare

1.3.0 (2020-08-05)

Features

  • zv-13: added shipment id to metadata when creating a shipment (82c17bf)

Fixes

  • make sure the module only depends on other modules interfaces (130cc66)

Refactor

  • implement a SalesEvent for order_assigned (5e8c4a3)
  • remove redundant UpdateParentStockPlugin (0ec7352)
  • updated throws tags (93daee0)