Skip to content

Commit

Permalink
version increase
Browse files Browse the repository at this point in the history
  • Loading branch information
GytisZum committed Nov 27, 2023
1 parent f634b51 commit 7e32d7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,6 @@
## [3.2.16]
- Improved performance
- Added additional validation

## [3.2.17]
- Label printing bug fix
2 changes: 1 addition & 1 deletion dpdbaltics.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 7e32d7d

Please sign in to comment.