Skip to content

Commit

Permalink
Merge pull request #60 from logeecom/master
Browse files Browse the repository at this point in the history
Release new plugin version 3.2.19
  • Loading branch information
logeecom authored Apr 10, 2024
2 parents 0c04e38 + 8b6e967 commit 5f6b9d7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
Binary file added PluginInstallation/3.2.19/packlink.zip
Binary file not shown.
4 changes: 4 additions & 0 deletions PluginInstallation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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.2.18",
"version": "3.2.19",
"repositories": [
{
"type": "vcs",
Expand All @@ -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": "*",
Expand Down
12 changes: 6 additions & 6 deletions src/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.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_);
Expand Down

0 comments on commit 5f6b9d7

Please sign in to comment.