Skip to content

Commit

Permalink
Merge pull request #62 from logeecom/master
Browse files Browse the repository at this point in the history
Release version 3.2.21
  • Loading branch information
logeecom authored Dec 26, 2024
2 parents b50827a + 1397d3a commit 87b54fc
Show file tree
Hide file tree
Showing 6 changed files with 163 additions and 39 deletions.
Binary file added PluginInstallation/3.2.21/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.21](https://github.com/packlink-dev/prestashop_module/compare/v3.2.20...v3.2.21)
### Changed
- Updated to Core version 3.4.8

## [3.2.20](https://github.com/packlink-dev/prestashop_module/compare/v3.2.19...v3.2.20)
### Changed
- Added webhook registration in debug controller
Expand Down
2 changes: 1 addition & 1 deletion src/classes/BusinessLogicServices/ShopOrderService.php
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ private function getOrderItem($sourceOrderItem, $defaultParcel)
$link = new \Link();

if (version_compare(_PS_VERSION_, '1.7.0.0', '<')) {
$imageType = \ImageType::getFormatedName('home');
$imageType = \ImageType::getFormattedName('home');
} else {
$imageType = \ImageType::getFormattedName('home');
}
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.20",
"version": "3.2.21",
"repositories": [
{
"type": "vcs",
Expand All @@ -13,7 +13,7 @@
"minimum-stability": "dev",
"require": {
"php": ">=5.3",
"packlink/integration-core": "3.3.21",
"packlink/integration-core": "3.4.8",
"ext-json": "*",
"ext-curl": "*",
"ext-zip": "*",
Expand Down
Loading

0 comments on commit 87b54fc

Please sign in to comment.