From 32bd71260bd01a5e975b4fa92cbfdb105e60f49a Mon Sep 17 00:00:00 2001 From: Gytautas Date: Mon, 11 Dec 2023 13:59:02 +0200 Subject: [PATCH] version increased and changelog updated --- CHANGELOG.md | 4 ++++ dpdbaltics.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b316804..f57ac8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -154,3 +154,7 @@ ## [3.2.17] - Label printing after changing shipment product bug fix + +## [3.2.18] +- Vulnerability fix with development dependencies +- Price rule bug fix to add additional filtration by country \ No newline at end of file diff --git a/dpdbaltics.php b/dpdbaltics.php index cb11ea4..b1adf47 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.17'; + $this->version = '3.2.18'; $this->ps_versions_compliancy = ['min' => '1.7.1.0', 'max' => _PS_VERSION_]; $this->need_instance = 0; parent::__construct();