From df6d8d0d7d404c6ccb3cf9cb23a72f15eee49593 Mon Sep 17 00:00:00 2001 From: Theodor Spring Date: Mon, 22 Nov 2021 14:34:08 +0100 Subject: [PATCH] Release 1.0.10 --- README.md | 2 +- changelog.txt | 4 +++ docs/en/documentation.html | 2 +- languages/woo-wallee-subscription.pot | 38 +++++++++++++-------------- readme.txt | 6 ++--- woocommerce-wallee-subscription.php | 4 +-- 6 files changed, 30 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index d55edf0..815210a 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,5 @@ This repository contains the wallee WooCommerce Subscriptions addon that enables ## License -Please see the [license file](https://github.com/wallee-payment/woocommerce-subscription/blob/1.0.9/LICENSE) for more information. +Please see the [license file](https://github.com/wallee-payment/woocommerce-subscription/blob/1.0.10/LICENSE) for more information. diff --git a/changelog.txt b/changelog.txt index c65f8f9..81662a3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -6,6 +6,10 @@ * Localization - Added german translations += 1.0.10 - November 2021, 2021 = + +* add german translations + = 1.0.2 - March 19, 2019 = * Fix - WooCommerce Subscription > 2.5.0 diff --git a/docs/en/documentation.html b/docs/en/documentation.html index 3f7e008..336c57f 100644 --- a/docs/en/documentation.html +++ b/docs/en/documentation.html @@ -22,7 +22,7 @@

Documentation

  • - + Source
  • diff --git a/languages/woo-wallee-subscription.pot b/languages/woo-wallee-subscription.pot index 9f522db..693c8a3 100644 --- a/languages/woo-wallee-subscription.pot +++ b/languages/woo-wallee-subscription.pot @@ -15,86 +15,86 @@ msgstr "" #: woocommerce-wallee-subscription.php:395 msgid "Payment Method Change" -msgstr "" +msgstr "Änderung der Zahlungsmethode" #: includes/class-wc-wallee-subscription-migration.php:83 #, php-format msgid "Woocommerce wallee %s+ has to be active." -msgstr "" +msgstr "Woocommerce wallee %s+ muss aktiv sein." #: includes/class-wc-wallee-subscription-migration.php:89 #, php-format msgid "Woocommerce wallee %s+ is required. (You're running version %s)" -msgstr "" +msgstr "Woocommerce wallee %s+ ist erforderlich. (Sie verwenden die Version %s)" #: includes/class-wc-wallee-subscription-migration.php:94 #, php-format msgid "Woocommerce Subscriptions %s+ has to be active." -msgstr "" +msgstr "Woocommerce Subscriptions %s+ müssen aktiv sein." #: includes/class-wc-wallee-subscription-migration.php:100 #, php-format msgid "Woocommerce Subscriptions %s+ is required. (You're running version %s)" -msgstr "" +msgstr "Woocommerce Subscriptions %s+ ist erforderlich. (Sie verwenden die Version %s)" #: includes/class-wc-wallee-subscription-migration.php:105 msgid "Could not activate plugin WooCommerce wallee Subscription" -msgstr "" +msgstr "Das Plugin WooCommerce wallee Subscription konnte nicht aktiviert werden" #: includes/class-wc-wallee-subscription-migration.php:107 msgid "Please check the following requirements before activating:" -msgstr "" +msgstr "Bitte prüfen Sie vor der Aktivierung die folgenden Voraussetzungen:" #: includes/class-wc-wallee-subscription-gateway.php:58 msgid "The token space and the configured space are not equal." -msgstr "" +msgstr "Der Tokenraum und der konfigurierte Raum sind nicht gleich." #: includes/class-wc-wallee-subscription-gateway.php:62 msgid "There is no token associated with this subscription." -msgstr "" +msgstr "Diesem Abonnement ist kein Token zugeordnet." #: includes/class-wc-wallee-subscription-gateway.php:152 msgid "The wallee Space Id value is required." -msgstr "" +msgstr "Der Wert wallee Space Id ist erforderlich." #: includes/class-wc-wallee-subscription-gateway.php:155 msgid "" "The wallee Space Id needs to be in the same space as configured in the main " "configuration." -msgstr "" +msgstr "Die wallee Space Id muss in demselben Space liegen, der in der Hauptkonfiguration konfiguriert wurde." #: includes/class-wc-wallee-subscription-gateway.php:158 msgid "The wallee Token Id value is required." -msgstr "" +msgstr "Der Wert wallee Token Id ist erforderlich." #: views/admin-notices/migration-failed.php:15 msgid "" "There was an issue executing the migration for WooCommerce wallee " "Subscription." -msgstr "" +msgstr "Es gab ein Problem bei der Ausführung der Migration für WooCommerce wallee Subscription." #: views/admin-notices/plugin-deactivated.php:14 msgid "" "WooCommerce wallee Subscription deactivated because one of its dependencies " "is no longer active." -msgstr "" +msgstr "WooCommerce wallee Subscription deaktiviert, da eine der Abhängigkeiten nicht mehr aktiv ist." #. Name of the plugin msgid "WooCommerce wallee Subscription" -msgstr "" +msgstr "WooCommerce wallee Subscription" #. Description of the plugin msgid "Addon to processs WooCommerce Subscriptions with wallee" -msgstr "" +msgstr "Addon zur Verarbeitung von WooCommerce Subscriptions mit wallee" #. URI of the plugin msgid "https://wordpress.org/plugins/woo-wallee-subscription" -msgstr "" +msgstr "https://wordpress.org/plugins/woo-wallee-subscription" #. Author of the plugin msgid "customweb GmbH" -msgstr "" +msgstr "customweb GmbH" #. Author URI of the plugin msgid "https://www.customweb.com" -msgstr "" +msgstr "https://www.customweb.com" diff --git a/readme.txt b/readme.txt index 65c5f79..25a8358 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: customwebgmbh Tags: woocommerce wallee, woocommerce, wallee, payment, e-commerce, webshop, psp, subscription, recurring payment, processing Requires at least: 4.7 Tested up to: 5.7.2 -Stable tag: 1.0.9 +Stable tag: 1.0.10 License: Apache 2 License URI: http://www.apache.org/licenses/LICENSE-2.0 @@ -49,6 +49,6 @@ Therefore, it is necessary that you install the this plugin as well. == Changelog == -= 1.0.9 - June 18, 2020 = += 1.0.10 - November 2021, 2021 = -* Tested plugin against wordpress version 5.7.2 and woocommerce 5.3.0 +* add german translations diff --git a/woocommerce-wallee-subscription.php b/woocommerce-wallee-subscription.php index 3506834..8b44596 100644 --- a/woocommerce-wallee-subscription.php +++ b/woocommerce-wallee-subscription.php @@ -3,7 +3,7 @@ * Plugin Name: WooCommerce wallee Subscription * Plugin URI: https://wordpress.org/plugins/woo-wallee-subscription * Description: Addon to processs WooCommerce Subscriptions with wallee - * Version: 1.0.9 + * Version: 1.0.10 * License: Apache2 * License URI: http://www.apache.org/licenses/LICENSE-2.0 * Author: customweb GmbH @@ -36,7 +36,7 @@ final class WooCommerce_Wallee_Subscription * * @var string */ - private $version = '1.0.9'; + private $version = '1.0.10'; /** * The single instance of the class.