Skip to content

Commit

Permalink
Merge pull request #41 from Billmate/develop
Browse files Browse the repository at this point in the history
Version update (1.2.3)
  • Loading branch information
NiklasHogefjord authored Nov 28, 2022
2 parents 0c5f7da + 1941de1 commit 0646fa2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 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 @@ -11,8 +11,8 @@
* Text Domain: billmate-order-management-for-woocommerce
* Domain Path: /languages
*
* WC requires at least: 4.0.0
* WC tested up to: 6.2.0
* WC requires at least: 5.0.0
* WC tested up to: 7.1.0
*
* Copyright: © 2020-2022 Billmate in collaboration with Krokedil.
* License: GNU General Public License v3.0
Expand All @@ -26,7 +26,7 @@
}

// Define plugin constants.
define( 'BILLMATE_ORDER_MANAGEMENT_VERSION', '1.2.2' );
define( 'BILLMATE_ORDER_MANAGEMENT_VERSION', '1.2.3' );
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
11 changes: 7 additions & 4 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.9
Requires PHP: 5.6
WC requires at least: 4.0.0
WC tested up to: 6.2.0
Tested up to: 6.1.1
Requires PHP: 7.0
WC requires at least: 5.0.0
WC tested up to: 7.1.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.11.28 - version 1.2.3 =
* Tweak - Confirm compatibility with PHP 8.1, WP 6.x & WC 7.x.

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

Expand Down

0 comments on commit 0646fa2

Please sign in to comment.