Skip to content

Releases: Paazl/magento2-checkout-widget

1.11.0

07 Mar 15:33
0052a40
Compare
Choose a tag to compare

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

19 Jan 14:38
bbe79ca
Compare
Choose a tag to compare

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

29 Nov 15:28
41b6288
Compare
Choose a tag to compare

Bugfixes:

  • Modifying a order with customs invoice causes products to be added again #82
  • Fixed Infinite loop in Plugin/Tax/Config.php caused by getActive() #79
  • Changed shipping information mixin #74

1.9.2

01 Nov 15:33
e0f64da
Compare
Choose a tag to compare

Bugfixes:

  • Fix processing days on simple level
  • ProductData for bundle products sends the total bundle price for each child item to API #75
  • API does not accept strings as length/width/height. (Thnx @reense)

1.9.1

19 Oct 18:23
d75ca6e
Compare
Choose a tag to compare

Bugfixes:

  • Fixes issues with curl header parser

1.9.0

28 Sep 09:21
dcd4dc3
Compare
Choose a tag to compare

Features:

  • Add "Subtotal Excl Discount" as Total Price calculation option

Bufixes:

  • Wrong shipping mixin extension_attributes retrieval #69
  • Wrong usage of infotext #70
  • Length, width and height aren't taken into account

1.8.0

10 Sep 12:29
cbfc719
Compare
Choose a tag to compare

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

23 Jun 07:43
4cf54cc
Compare
Choose a tag to compare

Features:

  • Add new Checkout Widget preset: Minimal
  • Enable usage of coupon for free shipping

Fixes:

  • Set default country ID if not set in quote #56

1.6.1

04 Jun 14:32
3c64e2f
Compare
Choose a tag to compare

Fixes:

1.6.0

23 Apr 08:48
c496f23
Compare
Choose a tag to compare

Features:

  • Update order on address change

Fixes:

  • Fixed issue with Rest schema / Swagger #55