Skip to content

Commit

Permalink
Merge pull request #37 from Billmate/develop
Browse files Browse the repository at this point in the history
Version update (1.2.2)
  • Loading branch information
NiklasHogefjord authored Feb 11, 2022
2 parents 00f167d + 7135fc6 commit 0c5f7da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/billmate-order-management-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
* Domain Path: /languages
*
* WC requires at least: 4.0.0
* WC tested up to: 5.9.0
* WC tested up to: 6.2.0
*
* Copyright: © 2020-2021 Billmate in collaboration with Krokedil.
* Copyright: © 2020-2022 Billmate in collaboration with Krokedil.
* License: GNU General Public License v3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
*
Expand All @@ -26,7 +26,7 @@
}

// Define plugin constants.
define( 'BILLMATE_ORDER_MANAGEMENT_VERSION', '1.2.1' );
define( 'BILLMATE_ORDER_MANAGEMENT_VERSION', '1.2.2' );
define( 'BILLMATE_ORDER_MANAGEMENT_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) );
define( 'BILLMATE_ORDER_MANAGEMENT_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
define( 'BILLMATE_ORDER_MANAGEMENT_ENV', 'https://api.billmate.se' );
Expand Down
7 changes: 5 additions & 2 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, partpayment, card, mastercard, visa, trustly
Requires at least: 5.0
Tested up to: 5.8.2
Tested up to: 5.9
Requires PHP: 5.6
WC requires at least: 4.0.0
WC tested up to: 5.9.0
WC tested up to: 6.2.0
Stable tag: __STABLE_TAG__
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -42,6 +42,9 @@ The easiest way to report a bug is to email us at [support@billmate.se](mailto:s

== Changelog ==

= 2022.02.11 - version 1.2.2 =
* Tweak - Bumped supported WP & WC versions.

= 2021.12.02 - version 1.2.1 =
* Tweak - Added factoring as supported Billmate status for refunds.

Expand Down

0 comments on commit 0c5f7da

Please sign in to comment.