diff --git a/PluginInstallation/3.0.4/packlink.zip b/PluginInstallation/3.0.4/packlink.zip new file mode 100644 index 0000000..afc9517 Binary files /dev/null and b/PluginInstallation/3.0.4/packlink.zip differ diff --git a/PluginInstallation/CHANGELOG.md b/PluginInstallation/CHANGELOG.md index 2f34fd5..fb2c762 100644 --- a/PluginInstallation/CHANGELOG.md +++ b/PluginInstallation/CHANGELOG.md @@ -3,7 +3,7 @@ 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/). -## [v3.0.3](https://github.com/packlink-dev/prestashop_module/compare/v3.0.2...v3.0.3) - 2020-11-10 +## [v3.0.4](https://github.com/packlink-dev/prestashop_module/compare/v3.0.2...v3.0.4) - 2020-11-10 ### Changed - Update to the latest core version 3.0.6. - Fix issue with image URL in update script for version 2.3.0. diff --git a/README.md b/README.md index 303a164..c13c64c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![CircleCI](https://circleci.com/gh/packlink-dev/prestashop_module.svg?style=svg&circle-token=564c0b9c6812f7355582911d3f8950ef2124eb58)](https://circleci.com/gh/packlink-dev/prestashop_module) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/81d3f90f5e29432e8d6af8e218bbc98d)](https://www.codacy.com/gh/packlink-dev/prestashop_module?utm_source=github.com&utm_medium=referral&utm_content=packlink-dev/prestashop_module&utm_campaign=Badge_Grade) -![Packlink logo](https://pro.packlink.es/public-assets/common/images/icons/packlink.svg) +![Packlink logo](https://cdn.packlink.com/apps/giger/logos/packlink-pro.png) # Packlink PrestaShop plugin diff --git a/src/composer.json b/src/composer.json index c3a6fb3..f7861e1 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.0.3", + "version": "3.0.4", "repositories": [ { "type": "vcs", diff --git a/src/packlink.php b/src/packlink.php index 0444581..f741ad9 100644 --- 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.0.3'; + $this->version = '3.0.4'; $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_);