From 4c0929945f8345a16a484fab5b3c32b8fbe449f7 Mon Sep 17 00:00:00 2001 From: Peter Larsson Date: Thu, 13 Oct 2022 18:17:31 +0200 Subject: [PATCH] fix: version (#11) --- changelog.readme | 3 +++ classes/class-ledyer-main.php | 2 +- ledyer-checkout-for-woocommerce.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.readme b/changelog.readme index 61cab03..a635f71 100644 --- a/changelog.readme +++ b/changelog.readme @@ -1,3 +1,6 @@ +## 1.0.4 +* Bugfix: php8 + ## 1.0.3 * Bugfix: repair discount/coupon functionality diff --git a/classes/class-ledyer-main.php b/classes/class-ledyer-main.php index 70961c6..b19ebe5 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.0.3'; + const VERSION = '1.0.4'; const SLUG = 'ledyer-checkout-for-woocommerce'; const SETTINGS = 'ledyer_checkout_for_woocommerce_settings'; diff --git a/ledyer-checkout-for-woocommerce.php b/ledyer-checkout-for-woocommerce.php index 3c33d6d..337c728 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 * Author URI: https://www.maksimer.com/ - * Version: 1.0.3 + * Version: 1.0.4 * Text Domain: ledyer-checkout-for-woocommerce * Domain Path: /languages *