Skip to content

Commit

Permalink
NTR: Release 1.8.12 (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer authored Nov 16, 2021
1 parent 2d48423 commit 3349a3a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MollieShopware.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

class MollieShopware extends Plugin
{
const PLUGIN_VERSION = '1.8.11';
const PLUGIN_VERSION = '1.8.12';

const PAYMENT_PREFIX = 'mollie_';

Expand Down
18 changes: 17 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<label lang="fr">Mollie</label>
<label lang="it">Mollie</label>

<version>1.8.11</version>
<version>1.8.12</version>
<copyright>(c) Mollie B.V.</copyright>
<license>MIT</license>
<author>Mollie B.V.</author>
Expand Down Expand Up @@ -45,6 +45,22 @@
</description>


<changelog version="1.8.12">
<changes lang="de">
- Neue Zahlart "Klarna Pay Now" ist nun verfügbar
- Neue Zahlart "Giftcards" ist nun verfügbar
- Neue Zahlart "Paysafecard" ist nun verfügbar
- Verbesserung des Plugin um auch mit "abgelaufenen" Bezahlungen korrekt umzugehen, wenn diese in den Shop zurückleiten. Dies war kürzlich (unbeabsichtigt) in manchen Situationen möglich.
</changes>
<changes lang="en">
- Add new "Klarna Pay Now" payment method.
- Add new "Giftcards" payment method.
- Add new "Paysafecard" payment method.
- Improve plugin to correctly handle "expired" payments when being returned to the shop. This was recently (accidentally) possible in some circumstances.
</changes>
</changelog>


<changelog version="1.8.11">
<changes lang="de">
- Artikelnummern werden nun als SKU Wert an Bestellpositionen von Mollie Bestellungen übertragen.
Expand Down

0 comments on commit 3349a3a

Please sign in to comment.