Skip to content

Commit

Permalink
Version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mntzrr committed Feb 28, 2024
1 parent 4304cfd commit 595e93a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "billmate-order-management-for-woocommerce",
"version": "1.0.0",
"version": "1.3.2",
"description": "Billmate order management for WooCommerce",
"main": "gulpfile.js",
"repository": "https://github.com/krokedil/Payer_B2B-for-woocommerce.git",
Expand Down
4 changes: 2 additions & 2 deletions src/billmate-order-management-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* WC requires at least: 5.0.0
* WC tested up to: 7.6.1
*
* Copyright: © 2020-2023 Billmate in collaboration with Krokedil.
* Copyright: © 2020-2024 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.3.1' );
define( 'BILLMATE_ORDER_MANAGEMENT_VERSION', '1.3.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
2 changes: 2 additions & 0 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ 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-order-mangement-for-woocommerce](https://github.com/Billmate/billmate-order-mangement-for-woocommerce).

== Changelog ==
= 2024.02.28 - version 1.3.2 =
* Tweak - Updated client identifier.

= 2023.05.04 - version 1.3.1 =
* Tweak - Adds Qvickly icon.svg to WordPress.org assets.
Expand Down

0 comments on commit 595e93a

Please sign in to comment.