Skip to content

Commit

Permalink
Updated changelog and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
milan-kiener committed Aug 19, 2020
1 parent 71b7f83 commit c422694
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Components/MollieApiFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function create($shopId = null)

// add plugin name and version
$this->apiClient->addVersionString(
'MollieShopware/1.5.19'
'MollieShopware/1.5.20'
);
}
catch (\Exception $ex) {
Expand Down
17 changes: 13 additions & 4 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,27 @@
<label lang="de">Mollie</label>
<label lang="nl">Mollie</label>

<version>1.5.19</version>
<version>1.5.20</version>
<copyright>(c) Mollie B.V.</copyright>
<license>MIT</license>
<author>Kiener E-commerce</author>
<link>https://www.kiener.nl</link>

<description lang="en">Plugin to allow iDeal payments using the Mollie API (1.5.19)</description>
<description lang="nl">Plugin die iDealbetalingen via de Mollie API doorgeeft (1.5.19)</description>
<description lang="de">Plugin um Zahlungen mit der Mollie API zu ermöglichen (1.5.19)</description>
<description lang="en">Plugin to allow iDeal payments using the Mollie API (1.5.20)</description>
<description lang="nl">Plugin die iDealbetalingen via de Mollie API doorgeeft (1.5.20)</description>
<description lang="de">Plugin um Zahlungen mit der Mollie API zu ermöglichen (1.5.20)</description>

<compatibility minVersion="5.3.0"/>

<changelog version="1.5.20">
<changes lang="de">
- Fixed plugin conflict with the order positions tab.
</changes>
<changes lang="en">
- Fixed plugin conflict with the order positions tab.
</changes>
</changelog>

<changelog version="1.5.19">
<changes lang="de">
- Fixed issues with not being able to add new positions in the order overview.
Expand Down

0 comments on commit c422694

Please sign in to comment.