Skip to content

Commit

Permalink
NTR: Release 2.3.0 (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer authored Oct 12, 2022
1 parent 9db9aab commit 1ab92c0
Show file tree
Hide file tree
Showing 2 changed files with 17 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.2.0';
const PLUGIN_VERSION = '2.3.0';

const PAYMENT_PREFIX = 'mollie_';

Expand Down
17 changes: 16 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.2.0</version>
<version>2.3.0</version>
<copyright>(c) Mollie B.V.</copyright>
<license>MIT</license>
<author>Mollie B.V.</author>
Expand Down Expand Up @@ -45,6 +45,21 @@
</description>


<changelog version="2.3.0">
<changes lang="de">
- SEPA Lastschrift wurde entfernt. Diese ist nicht mehr für normale und initiale Zahlungen möglich.
- Apple Pay Direct entfernt nun für die Anzeige automatisch die Beschreibung einer Versandmethode, wenn diese HTML Inhalte enthält.
- Behebung eines Problems bei der Auswahl von Bestellungen in der Bestellübersicht im Backend. Dies führte zum Fehler me.getOrderPositionGrid in der Konsole des Browsers.
- HTTP Timeout wurde für die Mollie API erhöht, um Kommunikationen noch stabiler zu machen.
</changes>
<changes lang="en">
- Remove SEPA Direct Debit. This is not available anymore for regular and initial payment attempts.
- Apple Pay Direct does now remove shipping method descriptions when displaying it, if HTML content is found.
- Fix broken Shopware Backend when selecting orders in the order overview. This led to the error me.getOrderPositionGrid in the console output
- Increase HTTP timeout for the Mollie API to make it even more reliable.
</changes>
</changelog>

<changelog version="2.2.0">
<changes lang="de">
- Neue Funktion in der Plugin-Konfiguration, um optional die Fehlergründe von Mollie bei Zahlungsproblemen direkt im Frontend anzuzeigen.
Expand Down

0 comments on commit 1ab92c0

Please sign in to comment.