diff --git a/README.md b/README.md index 27bc416..983c07e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ Paymentwall module for WordPress WooCommerce. ### Requirement * Woocommerce v2.1 or greater * WordPress v4.0 or greater -* PHP 5.3 or greater # Installation To install Paymentwall WooCommerce module, please follow the [instructions](https://docs.paymentwall.com/modules/woocommerce). diff --git a/readme.txt b/readme.txt index e4da13b..8ac741a 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,9 @@ Contributors: Paymentwall Tags: payment, paymentgateway, woocommerce, ecommerce Requires at least: 4.0 & WooCommerce 2.6+ -Tested up to: 4.8 & Woocommerce 3.1 -Stable tag: 1.6.2 +Tested up to: Wordpress 5.7.2 & Woocommerce 5.3 +PHP Version: 5.6 or higher +Stable tag: 1.7.3 License: The MIT License (MIT) Official Paymentwall module for WordPress WooCommerce. @@ -36,6 +37,22 @@ View our full installation guide: = 2 && " +"n%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Loco https://localise.biz/\n" +"X-Loco-Version: 2.5.3; wp-5.7.2\n" +"X-Domain: paymentwall-for-woocommerce" + +#: includes/class-paymentwall-brick.php:27 +msgid "Brick" +msgstr "" + +#. Author URI of the plugin +msgid "http://www.paymentwall.com/" +msgstr "" + +#. URI of the plugin +msgid "https://www.paymentwall.com/en/documentation/WooCommerce/1409" +msgstr "" + +#. Description of the plugin +msgid "Official Paymentwall module for WordPress WooCommerce." +msgstr "" + +#. Name of the plugin +msgid "Paymentwall for WooCommerce" +msgstr "" + +#: includes/class-paymentwall-gateway.php:118 +#, php-format +msgid "Please continue the purchase via %s using the widget below." +msgstr "Продолжайте покупку через %s используя виджет ниже." + +#. Author of the plugin +msgid "The Paymentwall Team" +msgstr "" diff --git a/src/paymentwall-for-woocommerce.php b/src/paymentwall-for-woocommerce.php index 9ef9900..28f7757 100644 --- a/src/paymentwall-for-woocommerce.php +++ b/src/paymentwall-for-woocommerce.php @@ -3,14 +3,14 @@ defined('ABSPATH') or exit(); /* * Plugin Name: Paymentwall for WooCommerce - * Plugin URI: https://www.paymentwall.com/en/documentation/WooCommerce/1409 + * Plugin URI: https://docs.paymentwall.com/modules/woocommerce * Description: Official Paymentwall module for WordPress WooCommerce. - * Version: 1.7.2 + * Version: 1.7.3 * Author: The Paymentwall Team * Author URI: http://www.paymentwall.com/ * Text Domain: paymentwall-for-woocommerce * License: The MIT License (MIT) - * + * Domain Path: /languages */ define('PW_TEXT_DOMAIN', 'paymentwall-for-woocommerce'); @@ -230,3 +230,10 @@ class="input-radio pw_payment_system" name="payment_method"