diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 69ce202..cc54042 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,3 +1,6 @@ +## 1.6.3 +* Fix: Rounding issue + ## 1.6.2 * Chore: version bump diff --git a/classes/class-ledyer-main.php b/classes/class-ledyer-main.php index 26ecde0..2835a5d 100644 --- a/classes/class-ledyer-main.php +++ b/classes/class-ledyer-main.php @@ -51,7 +51,7 @@ class Ledyer_Checkout_For_WooCommerce { */ public $checkout; - const VERSION = '1.6.2'; + const VERSION = '1.6.3'; const SLUG = 'ledyer-checkout-for-woocommerce'; const SETTINGS = 'ledyer_checkout_for_woocommerce_settings'; diff --git a/languages/ledyer-checkout-for-woocommerce.pot b/languages/ledyer-checkout-for-woocommerce.pot index 9caa64f..5020225 100644 --- a/languages/ledyer-checkout-for-woocommerce.pot +++ b/languages/ledyer-checkout-for-woocommerce.pot @@ -2,7 +2,7 @@ # This file is distributed under the same license as the Ledyer Checkout for WooCommerce plugin. msgid "" msgstr "" -"Project-Id-Version: Ledyer Checkout for WooCommerce 1.6.2\n" +"Project-Id-Version: Ledyer Checkout for WooCommerce 1.6.3\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ledyer-checkout-for-woocommerce\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/ledyer-checkout-for-woocommerce.php b/ledyer-checkout-for-woocommerce.php index d8bcb43..4a322ac 100644 --- a/ledyer-checkout-for-woocommerce.php +++ b/ledyer-checkout-for-woocommerce.php @@ -5,7 +5,7 @@ * Description: Ledyer Checkout payment gateway for WooCommerce. * Author: Maksimer/Ledyer * Author URI: https://www.maksimer.com/ - * Version: 1.6.2 + * Version: 1.6.3 * Text Domain: ledyer-checkout-for-woocommerce * Domain Path: /languages * diff --git a/readme.txt b/readme.txt index 0ed36e2..d398bd4 100644 --- a/readme.txt +++ b/readme.txt @@ -7,6 +7,6 @@ Tested up to: 6.2 Requires PHP: 7.0 WC requires at least: 4.0.0 WC tested up to: 6.9.3 -Stable tag: 1.6.2 +Stable tag: 1.6.3 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html