Skip to content

Releases: Paazl/magento2-checkout-widget

1.13.0

27 Oct 12:35
cbf6c92
Compare
Choose a tag to compare

Features:

  • Changes for Hyvä support

1.12.1

18 Jul 16:47
d96969a
Compare
Choose a tag to compare

Bugfixes:

  • Fixed total price shipment parameter (thnx @LexKoomen)

1.12.0

16 Jun 12:58
a75277c
Compare
Choose a tag to compare

Features:

  • Added Paazl shipping option and costs on the shopping cart page
  • Added extra Magento versions to run tests on (eg Magento 2.4.4)

Bugfixes:

  • Fixed wrong Multishipping\Block\Checkout\Address plugin #92

1.11.2

05 Apr 18:33
1c12ef5
Compare
Choose a tag to compare

Changes:

  • Catch error if shipping method is not set on order #90

1.11.1

15 Mar 09:52
f1019d7
Compare
Choose a tag to compare

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

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