From 28a072811db8b54ab125e32bc799b73ab408e321 Mon Sep 17 00:00:00 2001 From: Gytautas Date: Fri, 5 Jul 2024 14:13:31 +0300 Subject: [PATCH] version bump and changelog added --- CHANGELOG.md | 5 ++++- dpdbaltics.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1aeae1..d821b8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -164,4 +164,7 @@ - Carrier availability in country - Phone input selections sorted by active countries in shop - Work hours pop up fix -- Numeric post code improvements \ No newline at end of file +- Numeric post code improvements + +## [3.2.20] +- One page checkout compatibility improvements \ No newline at end of file diff --git a/dpdbaltics.php b/dpdbaltics.php index 12f757b..812579f 100644 --- a/dpdbaltics.php +++ b/dpdbaltics.php @@ -91,7 +91,7 @@ public function __construct() $this->author = 'Invertus'; $this->tab = 'shipping_logistics'; $this->description = 'DPD Baltics shipping integration'; - $this->version = '3.2.19'; + $this->version = '3.2.20'; $this->ps_versions_compliancy = ['min' => '1.7.1.0', 'max' => _PS_VERSION_]; $this->need_instance = 0; parent::__construct();