Skip to content

Commit

Permalink
version bump and changelog added
Browse files Browse the repository at this point in the history
  • Loading branch information
GytisZum committed Jul 5, 2024
1 parent 1588837 commit 28a0728
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- Numeric post code improvements

## [3.2.20]
- One page checkout compatibility improvements
2 changes: 1 addition & 1 deletion dpdbaltics.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 28a0728

Please sign in to comment.