Skip to content

Commit

Permalink
Version update (1.6.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasHogefjord committed Dec 5, 2023
1 parent a3454a8 commit b59470e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/billmate-checkout-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Domain Path: /languages
*
* WC requires at least: 5.0.0
* WC tested up to: 7.6.1
* WC tested up to: 8.3.1
*
* Copyright: © 2020-2023 Billmate in collaboration with Krokedil.
* License: GNU General Public License v3.0
Expand All @@ -26,7 +26,7 @@
}

// Define plugin constants.
define( 'BILLMATE_CHECKOUT_VERSION', '1.6.1' );
define( 'BILLMATE_CHECKOUT_VERSION', '1.6.2' );
define( 'BILLMATE_CHECKOUT_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) );
define( 'BILLMATE_CHECKOUT_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
define( 'BILLMATE_CHECKOUT_ENV', 'https://api.billmate.se' );
Expand Down
9 changes: 6 additions & 3 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Contributors: Billmate, Krokedil, NiklasHogefjord
Tags: woocommerce, billmate, ecommerce, e-commerce, checkout, swish, invoice, part-payment, installment, partpayment, card, mastercard, visa, trustly, swish
Requires at least: 5.0
Tested up to: 6.2
Requires PHP: 7.0
Tested up to: 6.4.1
Requires PHP: 7.4
WC requires at least: 5.0.0
WC tested up to: 7.6.1
WC tested up to: 8.3.1
Stable tag: __STABLE_TAG__
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -51,6 +51,9 @@ We have a portal for users to provide feedback, [https://woocommerce.portal.bill
The easiest way to report a bug is to email us at [[email protected]](mailto:[email protected]). If you however are a developer you can feel free to raise an issue on GitHub, [https://github.com/Billmate/billmate-checkout-for-woocommerce](https://github.com/Billmate/billmate-checkout-for-woocommerce).

== Changelog ==
= 2023.12.05 - version 1.6.2 =
* Fix - Send abort_waiting to Qvickly checkout if failOrder occurred, to reenable the checkout again.

= 2023.05.04 - version 1.6.1 =
* Tweak - Adds Qvickly icon.svg to WordPress.org assets.

Expand Down

0 comments on commit b59470e

Please sign in to comment.