Releases: Paazl/magento2-checkout-widget
Releases · Paazl/magento2-checkout-widget
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 )
1.6.0
1.5.0
Features:
- Location code was added to the OrderView page
1.4.1
1.4.0
Features:
- Toggle between Widget tabs and buttons
- Make the house number 0 configurable value per storefront
Fixes:
- Removed order comment as label description
- Skip parsing address logic if 3 address line are enabled
- Issue where the Shipping option is reset in the checkout
- Fixed Locale widget error
- Added CSP Whitelist
Improvements:
- Lock rates after calling SetShippingInformation
1.3.0
Feature: Insurance value was added to order data #46
Feature: Option ShowOnFirstLoad was added
Feature: Added GitHub Actions for compilation and Unit Tests
Feature: Added an address parser as a fallback for regex to extract house number and addition
Fix: Incompatible sequence was removed (compatibility for PHP 7.3) #47
Fix: Update widget config & reinit after update of OSC
Fix: Formatting of price has been removed
Fix: Make sure the total price is of type double (thnx @NickdeK)