Skip to content

Commit

Permalink
NTR: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Nov 25, 2024
1 parent 550ac84 commit 75a3282
Show file tree
Hide file tree
Showing 2 changed files with 13 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 = '2.7.0';
const PLUGIN_VERSION = '2.8.0';

const PAYMENT_PREFIX = 'mollie_';

Expand Down
13 changes: 12 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>2.7.1</version>
<version>2.8.0</version>
<copyright>(c) Mollie B.V.</copyright>
<license>MIT</license>
<author>Mollie B.V.</author>
Expand Down Expand Up @@ -44,6 +44,17 @@
https://github.com/mollie/Shopware/wiki
</description>

<changelog version="2.8.0">
<changes lang="de">
- neue Konfiguration "Lagerbestand nach erfolgreicher Zahlung reduzieren". Wenn eine Bestellung vor der Zahlung angelegt wird, dann wird er Lagerbestand erst reduziert wenn die Zahlung erfolgreich war (Zahlungstatus "Komplett bezahlt").
- Bei abgebrochener Zahlung, werden die Warenkorb attribute korrekt gesetzt.
</changes>
<changes lang="en">
- New configuration: "Reduce stock after successful payment." If an order is created before payment, the stock is only reduced once the payment is successful (payment status "Fully paid").
- In the case of a canceled payment, the cart attributes are restored correctly.
</changes>
</changelog>

<changelog version="2.7.1">
<changes lang="de">
- "vendor" Ordner wurde wiederhergestellt.
Expand Down

0 comments on commit 75a3282

Please sign in to comment.