Skip to content

Commit

Permalink
fix: version (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
plarsson authored Oct 13, 2022
1 parent e206e31 commit 4c09299
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.readme
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.0.4
* Bugfix: php8

## 1.0.3
* Bugfix: repair discount/coupon functionality

Expand Down
2 changes: 1 addition & 1 deletion classes/class-ledyer-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion ledyer-checkout-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 4c09299

Please sign in to comment.