Releases: Paazl/magento2-checkout-widget
Releases · Paazl/magento2-checkout-widget
1.13.0
Features:
- Changes for Hyvä support
1.12.1
Bugfixes:
- Fixed total price shipment parameter (thnx @LexKoomen)
1.12.0
1.11.2
1.11.1
Changes:
- Add padding to foreign key constraints to fix installation on Magento 2.3.x (thnx @muuk-isaac)
- Run Magento Coding Standard code sniffer on severity 6 + fixed violations
- Upped Magento versions for compilation tests
- Added db schema whitelist
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