Releases: Paazl/magento2-checkout-widget
Releases · Paazl/magento2-checkout-widget
1.11.0
Changes:
- Moved to declarative schema
- Make Logger component compatible with Monolog 2.0
- Use session getData to get quoteId to bypass infinite loop (thnx @muuk-isaac )
1.10.0
Features:
- Added ability to use internal copy of widget js + added fallback for external widget js #71
- Use collection point address as shipping address
Bugfixes:
- Incorrect shipping costs due to totalWeight and/or totalPrice is incorrect (when using complex products)
- Cannot use "resource" as class name as it is reserved since PHP 7
Changes:
- Updated logo images
- Do not show Paazl widget on Checkout with Multiple Addresses
1.9.3
1.9.2
1.9.1
Bugfixes:
- Fixes issues with curl header parser
1.9.0
1.8.0
Features:
- Added configuration option to select the price which will be used for totalPrice
- Added configuration option to force including or excluding tax for this price
Bufixes:
- Fixed typo in LIGHT_GREEN widget type
1.7.0
1.6.1
Fixes:
- Use full qualified return path for interface #61 (thnx @ericclaeren)
- Fixed carrier infotext config value (thnx @stijnbernards )