Skip to content

Commit

Permalink
NTR: new release version 1.6.2 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer authored Sep 24, 2020
1 parent 184b56f commit 75a4405
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MollieShopware.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
class MollieShopware extends Plugin
{

const PLUGIN_VERSION = '1.6.1';
const PLUGIN_VERSION = '1.6.2';


/**
Expand Down
15 changes: 14 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<label lang="de">Mollie</label>
<label lang="nl">Mollie</label>

<version>1.6.1</version>
<version>1.6.2</version>
<copyright>(c) Mollie B.V.</copyright>
<license>MIT</license>
<author>dasistweb GmbH</author>
Expand Down Expand Up @@ -42,6 +42,19 @@
</description>


<changelog version="1.6.2">
<changes lang="de">
- Behebung eines Problems bei dem die Bestellungen in Shopware nicht erstellt werden, sofern die Konfiguration "Bestellungen vor Zahlungsabschluss erstellen" deaktiviert ist
- Behebung des Problems, dass der schwarze Ladebildschirm bei Zahlungsauswahl nicht mehr verschwindet
- Behebung des Java Script Problems bei den "Auswahl" Buttons (in Kombination mit Credit Card Components) auf der Zahlungsseite
</changes>
<changes lang="en">
- Fix problem that orders have not been created in Shopware if plugin was configured to not create orders before the payment
- Fix problem with black loading screen screen on the payment selection page
- Fixed JavaScript error for the submit buttons while using credit card on the payment selection page
</changes>
</changelog>

<changelog version="1.6.1">
<changes lang="de">
- Behebung einer kaputten Zahlungs Return URL in seltenen Fällen
Expand Down

0 comments on commit 75a4405

Please sign in to comment.