Skip to content

Commit

Permalink
Release version 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrstojevic-logeecom committed Nov 10, 2020
1 parent 3611e47 commit da75f34
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file added PluginInstallation/3.0.4/packlink.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion PluginInstallation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/packlink.php
Original file line number Diff line number Diff line change
Expand Up @@ -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_);
Expand Down

0 comments on commit da75f34

Please sign in to comment.