From 4304cfd0fb768825c2b7645c2f155734c0ee58ef Mon Sep 17 00:00:00 2001 From: Montazar Date: Tue, 27 Feb 2024 11:37:14 +0100 Subject: [PATCH 1/2] WooCommerce_v2 to WooCommerce_OM_v2 --- src/classes/class-bom-request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/classes/class-bom-request.php b/src/classes/class-bom-request.php index ec9d897..833d1b7 100644 --- a/src/classes/class-bom-request.php +++ b/src/classes/class-bom-request.php @@ -52,7 +52,7 @@ public function set_environment_variables() { $this->secret = $this->billmate_settings['api_key_se']; $this->checkout_flow = ( isset( $this->billmate_settings['checkout_flow'] ) ) ? $this->billmate_settings['checkout_flow'] : 'checkout'; $this->version = '2.2.2'; - $this->client = 'WooCommerce_v2:' . BILLMATE_ORDER_MANAGEMENT_VERSION; + $this->client = 'WooCommerce_OM_v2:' . BILLMATE_ORDER_MANAGEMENT_VERSION; } /** From 595e93aaecc64b4b11aac43840204b72c5fc5b83 Mon Sep 17 00:00:00 2001 From: Montazar <26507935+mntzrr@users.noreply.github.com> Date: Wed, 28 Feb 2024 12:02:55 +0100 Subject: [PATCH 2/2] Version 1.3.2 --- package.json | 2 +- src/billmate-order-management-for-woocommerce.php | 4 ++-- src/readme.txt | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f856485..9e921e0 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/billmate-order-management-for-woocommerce.php b/src/billmate-order-management-for-woocommerce.php index f3ab2c4..59def37 100644 --- a/src/billmate-order-management-for-woocommerce.php +++ b/src/billmate-order-management-for-woocommerce.php @@ -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 * @@ -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' ); diff --git a/src/readme.txt b/src/readme.txt index a1662c3..e4e5292 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -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 [support@billmate.se](mailto:support@billmate.se). 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.