Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NTR: prepare release #437

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading