Releases: packlink-dev/ecommerce_module_core
Releases · packlink-dev/ecommerce_module_core
Release version 3.3.10
Release version 3.3.9
3.3.8
Release version 3.3.7
Changed
- Fixed a frontend issue when adding/deleting pricing policies on the module edit service page.
Release version 3.3.6
Changed
- Updated marketing calls flag to always be set to true when registering a new client through modules.
Release version 3.3.5
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 tofalse
.
Changed
- Fixed a frontend issue when adding/editing a shipping service on the module configuration page.
Release version 3.3.4
Changed
- Updated the mechanism for fetching controller URLs on the frontend views.
Release version 3.3.3
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
Changed
- Reverted Shopware code review changes.
Release version 3.3.1
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.