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 *