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 3dd3dd5..3d8ae5b 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/classes/class-bom-request.php b/src/classes/class-bom-request.php index c2ca6f1..b556da5 100644 --- a/src/classes/class-bom-request.php +++ b/src/classes/class-bom-request.php @@ -62,7 +62,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; } /** 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.