From 6cedd610e71e4d82b0bd123afc73908518243e63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alda=20Vigd=C3=ADs=20Skarph=C3=A9=C3=B0insd=C3=B3ttir?= Date: Fri, 19 Jul 2024 14:44:06 +0200 Subject: [PATCH 1/2] Bumping version to 0.4.3 --- 1984-connector-for-dk-and-woocommerce.php | 2 +- composer.json | 2 +- readme.txt | 2 +- src/Hooks/Admin.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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/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 From f24dc8e8792b35b032722218d7e4a803f43540a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alda=20Vigd=C3=ADs=20Skarph=C3=A9=C3=B0insd=C3=B3ttir?= Date: Fri, 19 Jul 2024 14:44:27 +0200 Subject: [PATCH 2/2] Updating composer packages --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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",