From 7e32d7d0f6ad6246783545c7f9878e2077401cc7 Mon Sep 17 00:00:00 2001 From: Gytautas Date: Mon, 27 Nov 2023 16:47:02 +0200 Subject: [PATCH] version increase --- CHANGELOG.md | 3 +++ dpdbaltics.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49341cd..a2a029c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -151,3 +151,6 @@ ## [3.2.16] - Improved performance - Added additional validation + +## [3.2.17] +- Label printing bug fix diff --git a/dpdbaltics.php b/dpdbaltics.php index 0fe045a..cb11ea4 100644 --- a/dpdbaltics.php +++ b/dpdbaltics.php @@ -92,7 +92,7 @@ public function __construct() $this->author = 'Invertus'; $this->tab = 'shipping_logistics'; $this->description = 'DPD Baltics shipping integration'; - $this->version = '3.2.16'; + $this->version = '3.2.17'; $this->ps_versions_compliancy = ['min' => '1.7.1.0', 'max' => _PS_VERSION_]; $this->need_instance = 0; parent::__construct();