Skip to content

Commit

Permalink
Merge pull request #21 from logeecom/master
Browse files Browse the repository at this point in the history
Release version 1.3.5
  • Loading branch information
logeecom authored Mar 21, 2023
2 parents 51e9452 + 6b9cb9a commit 26533bf
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 48 deletions.
8 changes: 5 additions & 3 deletions Packlink/composer.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "packlink/shopware",
"description": "Packlink Shipping Shopware plugin",
"type": "library",
"version": "1.3.4",
"version": "1.3.5",
"repositories": [
{
"type": "vcs",
Expand All @@ -18,8 +18,10 @@
"ext-curl": "*",
"ext-zip": "*",
"ext-fileinfo": "*",
"iio/libmergepdf": "3.0.0",
"ext-simplexml": "*"
"iio/libmergepdf": "^3.1",
"ext-simplexml": "*",
"setasign/fpdf": "1.8.*",
"setasign/fpdi": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0",
Expand Down
121 changes: 77 additions & 44 deletions Packlink/composer.lock

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

6 changes: 5 additions & 1 deletion Packlink/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../engine/Shopware/Components/Plugin/schema/plugin.xsd">
<version>1.3.4</version>
<version>1.3.5</version>
<label>Packlink</label>
<label lang="de">Packlink</label>
<description>Packlink PRO is your best ally through your e-commerce journey! From importing orders and printing labels, to picking and packing orders, this platform centralizes all shipping steps to help you streamline and optimize your whole delivery process. Over 20.000 online stores already use Packlink PRO, saving up to 70% on every sending with the Packlink PRO shipping module.</description>
Expand Down Expand Up @@ -30,4 +30,8 @@
<changes>Added new webhook event.</changes>
<changes lang="de">Neues Webhook-Ereignis hinzugefügt.</changes>
</changelog>
<changelog version="1.3.5">
<changes>Added compatibility with PHP8.1.</changes>
<changes lang="de">Kompatibilität mit PHP8.1 hinzugefügt.</changes>
</changelog>
</plugin>
Binary file added PluginInstallation/1.3.5/Packlink.zip
Binary file not shown.
Empty file.

0 comments on commit 26533bf

Please sign in to comment.