diff --git a/1984-connector-for-dk-and-woocommerce.php b/1984-connector-for-dk-and-woocommerce.php index 1e08dcb..6b96f6c 100644 --- a/1984-connector-for-dk-and-woocommerce.php +++ b/1984-connector-for-dk-and-woocommerce.php @@ -4,7 +4,7 @@ * Plugin Name: 1984 Connector for DK and WooCommerce * Plugin URI: https://github.com/1984hosting/1984-dk-woo * Description: Sync your WooCommerce store with DK, including prices, inventory status and generate invoices for customers on checkout. - * Version: 0.4.2 + * Version: 0.4.3 * Requires at least: 6.1.5 * Requires PHP: 8.0 * Author: 1984 Hosting diff --git a/composer.json b/composer.json index 9fd88ff..c565f53 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "1984/1984-connector-for-dk-and-woocommerce", - "version": "0.4.2", + "version": "0.4.3", "type": "wordpress-plugin", "require-dev": { "wp-coding-standards/wpcs": "^3.0", diff --git a/composer.lock b/composer.lock index 3456437..c1677f7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "cf15070644cd978f52c05cff4cc53fa8", + "content-hash": "6848c2fcbf5305c591e7aee12b5e21c0", "packages": [ { "name": "brick/math", @@ -1400,16 +1400,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.27", + "version": "10.5.28", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "2425f713b2a5350568ccb1a2d3984841a23e83c5" + "reference": "ff7fb85cdf88131b83e721fb2a327b664dbed275" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2425f713b2a5350568ccb1a2d3984841a23e83c5", - "reference": "2425f713b2a5350568ccb1a2d3984841a23e83c5", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ff7fb85cdf88131b83e721fb2a327b664dbed275", + "reference": "ff7fb85cdf88131b83e721fb2a327b664dbed275", "shasum": "" }, "require": { @@ -1481,7 +1481,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.27" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.28" }, "funding": [ { @@ -1497,7 +1497,7 @@ "type": "tidelift" } ], - "time": "2024-07-10T11:48:06+00:00" + "time": "2024-07-18T14:54:16+00:00" }, { "name": "psr/container", diff --git a/readme.txt b/readme.txt index e40673b..63d398f 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ === 1984 Connector for DK and WooCommerce === -Stable tag: 0.4.2 +Stable tag: 0.4.3 Contributors: @1984cto, @aldavigdis Tags: DK, dkPlus, Accounting, Inventory, Invoicing Requires at least: 6.2.4 diff --git a/src/Hooks/Admin.php b/src/Hooks/Admin.php index 9d5a6ed..f2d3e17 100644 --- a/src/Hooks/Admin.php +++ b/src/Hooks/Admin.php @@ -20,7 +20,7 @@ * enqueues scripts and stylesheets etc. */ class Admin { - const ASSET_VERSION = '0.4.2'; + const ASSET_VERSION = '0.4.3'; /** * Constructor for the Admin interface class