From d7ea44d506ca106aaa77db7adc58811fd1405472 Mon Sep 17 00:00:00 2001 From: andrewrowanwallee Date: Mon, 27 Oct 2025 12:47:17 +0100 Subject: [PATCH] Release 7.1.3 --- CHANGELOG.md | 4 +++ CHANGELOG_de-DE.md | 4 +++ README.md | 17 ++++++++++--- composer.json | 2 +- docs/de/documentation.html | 20 ++++++++++++++- docs/en/documentation.html | 20 ++++++++++++++- docs/fr/documentation.html | 20 ++++++++++++++- docs/it/documentation.html | 20 ++++++++++++++- .../VRPaymentPaymentHandler.php | 19 +++++++++++--- src/Core/Util/Analytics/Analytics.php | 2 +- .../index.html.twig | 16 ++++++------ .../sw-vrpayment-credentials/index.html.twig | 2 +- .../sw-vrpayment-options/index.html.twig | 16 ++++++------ .../index.html.twig | 8 +++--- .../v-r-payment-payment.js | 1 + .../administration/.vite/entrypoints.json | 25 +++++++++++++++++++ .../public/administration/.vite/manifest.json | 11 ++++++++ .../assets/v-r-payment-payment-D4AH6HY2.css | 1 + .../assets/v-r-payment-payment-VI5R5y0b.js | 2 ++ .../v-r-payment-payment-VI5R5y0b.js.map | 1 + 20 files changed, 177 insertions(+), 34 deletions(-) create mode 100644 src/Resources/app/storefront/dist/storefront/js/v-r-payment-payment/v-r-payment-payment.js create mode 100644 src/Resources/public/administration/.vite/entrypoints.json create mode 100644 src/Resources/public/administration/.vite/manifest.json create mode 100644 src/Resources/public/administration/assets/v-r-payment-payment-D4AH6HY2.css create mode 100644 src/Resources/public/administration/assets/v-r-payment-payment-VI5R5y0b.js create mode 100644 src/Resources/public/administration/assets/v-r-payment-payment-VI5R5y0b.js.map diff --git a/CHANGELOG.md b/CHANGELOG.md index fd4d726..acdc31e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 7.1.3 +- Fixed issue with radio button/switch settings not saving +- Fixed issue with error screen sporadically happening after failed payments + # 7.1.2 - Support the ability to have different spaces for differet sales channels - Fixed issue where Twint would not appear sometimes diff --git a/CHANGELOG_de-DE.md b/CHANGELOG_de-DE.md index 75bbf3e..22a1fd6 100644 --- a/CHANGELOG_de-DE.md +++ b/CHANGELOG_de-DE.md @@ -1,3 +1,7 @@ +# 7.1.3 +– Problem behoben, bei dem die Einstellungen von Optionsfeldern/Schaltern nicht gespeichert wurden. +– Problem behoben, bei dem nach fehlgeschlagenen Zahlungen sporadisch ein Fehlerbildschirm angezeigt wurde. + # 7.1.2 - Unterstützung der Möglichkeit, unterschiedliche Bereiche für verschiedene Vertriebskanäle zu nutzen. - Problem behoben, bei dem Twint manchmal nicht angezeigt wurde. diff --git a/README.md b/README.md index e457220..8a0a619 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,10 @@ Please note that this plugin is for versions 6.5, 6.6 or 6.7. For the 6.4 plugin ## Documentation -- For English documentation click [here](https://docs.plugin-documentation.vr-payment.de/vr-payment/shopware-6/7.1.2/docs/en/documentation.html) -- Für die deutsche Dokumentation klicken Sie [hier](https://docs.plugin-documentation.vr-payment.de/vr-payment/shopware-6/7.1.2/docs/de/documentation.html) -- Pour la documentation Française, cliquez [ici](https://docs.plugin-documentation.vr-payment.de/vr-payment/shopware-6/7.1.2/docs/fr/documentation.html) -- Per la documentazione in tedesco, clicca [qui](https://docs.plugin-documentation.vr-payment.de/vr-payment/shopware-6/7.1.2/docs/it/documentation.html) +- For English documentation click [here](https://docs.plugin-documentation.vr-payment.de/vr-payment/shopware-6/7.1.3/docs/en/documentation.html) +- Für die deutsche Dokumentation klicken Sie [hier](https://docs.plugin-documentation.vr-payment.de/vr-payment/shopware-6/7.1.3/docs/de/documentation.html) +- Pour la documentation Française, cliquez [ici](https://docs.plugin-documentation.vr-payment.de/vr-payment/shopware-6/7.1.3/docs/fr/documentation.html) +- Per la documentazione in tedesco, clicca [qui](https://docs.plugin-documentation.vr-payment.de/vr-payment/shopware-6/7.1.3/docs/it/documentation.html) ## Installation @@ -48,6 +48,15 @@ bin/console plugin:install --activate --clearCache VRPayment 1. Navigate to Shopware Admin > Settings > VRPayment. 2. Enter your Space ID, User ID, and API Key (obtained from the [VR Payment Portal](https://gateway.vr-payment.de/)). +### VRPayment does not appear in Settings + +1. You should run the following commmand + +```bash +Copy +bin/build-administration.sh +``` + ### Payment Methods Configure supported methods (e.g., credit cards, Apple Pay) via the [VR Payment Portal](https://gateway.vr-payment.de/). diff --git a/composer.json b/composer.json index 6c0fd35..14ff6e0 100644 --- a/composer.json +++ b/composer.json @@ -59,5 +59,5 @@ "vrpayment/sdk": "^4.0.0" }, "type": "shopware-platform-plugin", - "version": "7.1.2" + "version": "7.1.3" } diff --git a/docs/de/documentation.html b/docs/de/documentation.html index bfa1354..d8babb7 100644 --- a/docs/de/documentation.html +++ b/docs/de/documentation.html @@ -23,7 +23,7 @@
  • - + Source
  • @@ -183,6 +183,19 @@ php bin/console plugin:install --activate --clearCache VRPayment +
    +
    +

    + 4.4VRPayment erscheint nicht in den Einstellungen

    +
    +
    +
    +

    Folgender Befehl muss ausgeführt werden

    +
    +
    +
    bin/build-administration.sh
    +
    +
    @@ -888,6 +901,11 @@ A: Ja, das Plugin unterstützt Wallets wie Apple Pay.

    4.3 Via Composer (Recommended) +
  • - + Source
  • @@ -179,6 +179,19 @@ php bin/console plugin:install --activate --clearCache VRPayment
    +
    +
    +

    + 4.4VRPayment does not appear in Settings

    +
    +
    +
    +

    You should run the following commmand

    +
    +
    +
    bin/build-administration.sh
    +
    +
    @@ -905,6 +918,11 @@ tokenization, it can be used for subscriptions. The recurring payment is fully m 4.3 Manual Installation +
  • - + Source
  • @@ -170,6 +170,19 @@ php bin/console plugin:install --activate --clearCache VRPayment php bin/console plugin:install --activate --clearCache VRPayment
    +
    +
    +

    + 4.4Si VRPayment n’apparaît pas dans les paramètres

    +
    +
    +
    +

    Vous devez exécuter la commande suivante

    +
    +
    +
    bin/build-administration.sh
    +
    +
    @@ -876,6 +889,11 @@ A: Oui, le plugin prend en charge les portefeuilles comme Apple Pay.

    4.3 Via Composer (Recommended) +
  • - + Source
  • @@ -177,6 +177,19 @@ php bin/console plugin:install --activate --clearCache VRPayment
    +
    +
    +

    + 4.4VRPayment non appare nelle impostazioni

    +
    +
    +
    +

    Dovrebbe eseguire il seguente comando

    +
    +
    +
    bin/build-administration.sh
    +
    +
    @@ -887,6 +900,11 @@ La tokenizzazione non è disponibile per i checkout degli ospiti. 4.3 Installazione manuale +
    diff --git a/src/Resources/app/administration/src/module/vrpayment-settings/component/sw-vrpayment-credentials/index.html.twig b/src/Resources/app/administration/src/module/vrpayment-settings/component/sw-vrpayment-credentials/index.html.twig index fe5986f..8fd28d3 100644 --- a/src/Resources/app/administration/src/module/vrpayment-settings/component/sw-vrpayment-credentials/index.html.twig +++ b/src/Resources/app/administration/src/module/vrpayment-settings/component/sw-vrpayment-credentials/index.html.twig @@ -15,7 +15,7 @@ + @update:value="onSwitchInput">