Skip to content

Commit 73cee3b

Browse files
authored
Merge pull request #33 from logeecom/dev
Release version 1.3.5
2 parents de7bbbc + d01219d commit 73cee3b

File tree

8 files changed

+19
-10
lines changed

8 files changed

+19
-10
lines changed

PacklinkPro/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "packlink/magento2",
33
"description": "Save up to 70% on your shipping costs. No fixed fees, no minimum shipping volume required. Manage all your shipments in a single platform.",
44
"type": "magento2-module",
5-
"version": "1.3.4",
5+
"version": "1.3.5",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"

PacklinkPro/etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
-->
99
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
11-
<module name="Packlink_PacklinkPro" setup_version="1.3.4" schema_version="1.3.4"/>
11+
<module name="Packlink_PacklinkPro" setup_version="1.3.5" schema_version="1.3.5"/>
1212
</config>
1.82 MB
Binary file not shown.

PluginInstallation/1.3.5/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This folder contains packages for version 1.3.5.
2+
3+
Please follow instructions from [Readme file](../../Packlink/PacklinkPro/README.md).
4+
5+
Changes are described in the [Change log](../../CHANGELOG.md).
1.84 MB
Binary file not shown.

PluginInstallation/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55

6+
## [1.3.5](https://github.com/packlink-dev/magento2_module/compare/v1.3.4...1.3.5)
7+
### Changed
8+
- Updated link to order draft on Packlink
9+
610
## [1.3.4](https://github.com/packlink-dev/magento2_module/compare/v1.3.3...1.3.4)
711
### Changed
812
- Fixed Zip Archive opening for PHP8.1 and updated to the latest Core version regarding new webhook event

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"prefer-stable": true,
66
"require": {
77
"php": ">=5.6",
8-
"packlink/integration-core": "3.3.11"
8+
"packlink/integration-core": "3.3.15"
99
},
1010
"require-dev": {
1111
"phpunit/phpunit": "^4.8.35"

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)