diff --git a/changelog.readme b/changelog.readme index f01944f..a82b998 100644 --- a/changelog.readme +++ b/changelog.readme @@ -1,3 +1,9 @@ +## 1.5.2 +* Fix: Use order number as reference +* Fix: Added last updated to Ledyer order info +* Fix: Prevent duplicate orders for some cases +* Fix: Coupon and giftcard adjustments + ## 1.5.1 * Fix: Adjusted Ledyer order info box diff --git a/classes/class-ledyer-main.php b/classes/class-ledyer-main.php index 0509eb2..74e00da 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.5.1'; + const VERSION = '1.5.2'; 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 b74e2e9..ef1c5df 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.5.1\n" +"Project-Id-Version: Ledyer Checkout for WooCommerce 1.5.2\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 3f4c064..1beaac7 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.5.1 + * Version: 1.5.2 * Text Domain: ledyer-checkout-for-woocommerce * Domain Path: /languages * diff --git a/readme.txt b/readme.txt index 43defc9..20437b7 100644 --- a/readme.txt +++ b/readme.txt @@ -7,6 +7,6 @@ Tested up to: 8.1.11 Requires PHP: 7.0 WC requires at least: 4.0.0 WC tested up to: 6.9.3 -Stable tag: 1.5.1 +Stable tag: 1.5.2 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html