From 3434efd83603736a015fbd66789380b4ae3e8805 Mon Sep 17 00:00:00 2001 From: Alan Poulain Date: Thu, 15 Oct 2020 15:42:03 +0200 Subject: [PATCH] Update CHANGELOG for 0.2.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b420ab3..ee2e5a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +## 0.2.0 + +* Add SlotAvailableInterface +* Add new duration field +* Fix end date field +* Do not validate if the shipping method is not click and collect +* Check for slot selection before submitting +* Fix slots not displayed if the rule contains more than one month old dates +* Fix shipment choice modification in order tunnel when the plugin is active + ## 0.1.6 + * Fix: Switch unpkg.com with jakubroztocil.github.io * Fix(ci): use custom chromedriver for PHPunit & Panther