diff --git a/PluginInstallation/3.2.19/packlink.zip b/PluginInstallation/3.2.19/packlink.zip new file mode 100644 index 0000000..f40deb8 Binary files /dev/null and b/PluginInstallation/3.2.19/packlink.zip differ diff --git a/PluginInstallation/CHANGELOG.md b/PluginInstallation/CHANGELOG.md index 40b1c8f..a6b3533 100644 --- a/PluginInstallation/CHANGELOG.md +++ b/PluginInstallation/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). +## [3.2.19](https://github.com/packlink-dev/prestashop_module/compare/v3.2.18...v3.2.19) +### Changed +- Updated to Core version 3.3.21 + ## [3.2.18](https://github.com/packlink-dev/prestashop_module/compare/v3.2.17...v3.2.18) ### Changed - Change to Core version 3.3.20 diff --git a/src/composer.json b/src/composer.json index 0cb55e9..2599097 100755 --- a/src/composer.json +++ b/src/composer.json @@ -2,7 +2,7 @@ "name": "packlink/prestashop", "description": "Packlink Shipping PrestaShop plugin", "type": "library", - "version": "3.2.18", + "version": "3.2.19", "repositories": [ { "type": "vcs", @@ -13,7 +13,7 @@ "minimum-stability": "dev", "require": { "php": ">=5.3", - "packlink/integration-core": "3.3.20", + "packlink/integration-core": "3.3.21", "ext-json": "*", "ext-curl": "*", "ext-zip": "*", diff --git a/src/composer.lock b/src/composer.lock index 6d94298..1a306f6 100644 --- a/src/composer.lock +++ b/src/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6d26649c43483c53e1332791af4f3e2a", + "content-hash": "f79fd88db64849735d05f45c2cb424f4", "packages": [ { "name": "iio/libmergepdf", @@ -58,16 +58,16 @@ }, { "name": "packlink/integration-core", - "version": "v3.3.20", + "version": "v3.3.21", "source": { "type": "git", "url": "git@github.com:packlink-dev/ecommerce_module_core.git", - "reference": "10a845d6ff1abeb4e4b3c3de057b0714083e0135" + "reference": "223244169dfb6ac6a770899f272d87a15a49889a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/packlink-dev/ecommerce_module_core/zipball/10a845d6ff1abeb4e4b3c3de057b0714083e0135", - "reference": "10a845d6ff1abeb4e4b3c3de057b0714083e0135", + "url": "https://api.github.com/repos/packlink-dev/ecommerce_module_core/zipball/223244169dfb6ac6a770899f272d87a15a49889a", + "reference": "223244169dfb6ac6a770899f272d87a15a49889a", "shasum": "" }, "require": { @@ -106,7 +106,7 @@ "proprietary" ], "description": "Packlink integrations core library", - "time": "2024-03-07T10:39:35+00:00" + "time": "2024-04-10T06:35:53+00:00" }, { "name": "setasign/fpdf", diff --git a/src/packlink.php b/src/packlink.php index f29f844..4dd4e59 100755 --- a/src/packlink.php +++ b/src/packlink.php @@ -46,7 +46,7 @@ public function __construct() $this->module_key = 'a7a3a395043ca3a09d703f7d1c74a107'; $this->name = 'packlink'; $this->tab = 'shipping_logistics'; - $this->version = '3.2.18'; + $this->version = '3.2.19'; $this->author = $this->l('Packlink Shipping S.L.'); $this->need_instance = 0; $this->ps_versions_compliancy = array('min' => '1.6.0.14', 'max' => _PS_VERSION_);