Skip to content

Releases: packlink-dev/ecommerce_module_core

Release version 3.3.10

27 Jun 10:43
3c950d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.3.9...v3.3.10

Release version 3.3.9

31 May 13:47
26de21b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.3.8...3.3.9

3.3.8

09 May 14:43
2762650
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.3.7...3.3.8

Release version 3.3.7

04 Apr 13:14
6c191a8
Compare
Choose a tag to compare

Changed

  • Fixed a frontend issue when adding/deleting pricing policies on the module edit service page.

Release version 3.3.6

09 Feb 12:20
f09134b
Compare
Choose a tag to compare

Changed

  • Updated marketing calls flag to always be set to true when registering a new client through modules.

Release version 3.3.5

31 Jan 12:58
bbca8d4
Compare
Choose a tag to compare

Added

  • Added a new configuration flag that specifies whether a given integration supports drop-off carriers or not. The default will be true and only integrations that do not support drop-off carriers should set this flag to false.

Changed

  • Fixed a frontend issue when adding/editing a shipping service on the module configuration page.

Release version 3.3.4

30 Nov 10:02
18b588c
Compare
Choose a tag to compare

Changed

  • Updated the mechanism for fetching controller URLs on the frontend views.

Release version 3.3.3

27 Aug 07:09
a636048
Compare
Choose a tag to compare

BREAKING CHANGES

Changed

  • Updated order service to set order number as a shipment custom reference instead of order ID when creating a draft. Integrations need to set an order number in the ShopOrderService::getOrderAndShippingData.

Release version 3.3.2

25 Aug 07:11
2f86301
Compare
Choose a tag to compare

Changed

  • Reverted Shopware code review changes.

Release version 3.3.1

23 Aug 13:17
878e31d
Compare
Choose a tag to compare

BREAKING CHANGES

Changed

  • Updated order service to set shipment custom reference when creating a draft.
  • Added additional statuses to shipment status mapper.
  • Updated codebase to adhere to the Shopware coding standards. Integrations need to update all classes that extend from the Core Singleton class and implement create method that will return an instance of itself.