diff --git a/changelog.txt b/changelog.txt index 782d283..f5360b5 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +Version 3.4.0 +* Use server configuration for curl CA +* Updated the sdk lib +* Geolocation detection for "International Telephone Input" + Version 3.3.2 * YITH WooCommerce Gift Cards: add tax calculation diff --git a/composer.json b/composer.json index 252044e..8b6a9dc 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "require": { "php": ">=7.0", "ramsey/uuid": "^3.7", - "swedbank-pay/swedbank-pay-sdk-php": "^6.0" + "swedbank-pay/swedbank-pay-sdk-php": "^6.1" }, "require-dev": { "yoast/phpunit-polyfills": "^1.0.2", diff --git a/readme.md b/readme.md index ed57b46..d2bc0a7 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,7 @@ This plugin provides the Swedbank Pay Payment Menu for WooCommerce. * Requires at least: 5.3 * Tested up to: 6.4.3 * Requires PHP: 7.0 -* Stable tag: 3.3.2 +* Stable tag: 3.4.0 * [License: Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0) ## Description diff --git a/readme.txt b/readme.txt index ee23ca9..2468a1e 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, swedbank, Requires at least: 5.3 Tested up to: 6.4.3 Requires PHP: 7.0 -Stable tag: 3.3.2 +Stable tag: 3.4.0 License: Apache License 2.0 License URI: http://www.apache.org/licenses/LICENSE-2.0 diff --git a/swedbank-pay-payment-menu.php b/swedbank-pay-payment-menu.php index 1a8a2d2..b58c67d 100644 --- a/swedbank-pay-payment-menu.php +++ b/swedbank-pay-payment-menu.php @@ -7,7 +7,7 @@ * Author URI: https://profiles.wordpress.org/swedbankpay/ * License: Apache License 2.0 * License URI: http://www.apache.org/licenses/LICENSE-2.0 - * Version: 3.3.2 + * Version: 3.4.0 * Text Domain: swedbank-pay-woocommerce-checkout * Domain Path: /languages * WC requires at least: 5.5.1