diff --git a/CHANGELOG.md b/CHANGELOG.md index 489dab1d..8591e1a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ This is the changelog of our "JTL WooCommerce Connector". ## Unreleased + +## 1.39.10 _2023-08-08_ - CO-2263 - fix empty delivery addresses - CO-2389 - fix delivery status - CO-2409 - support Additional Variation Images Gallery plugin diff --git a/build-config.yaml b/build-config.yaml index 131987ac..ae43b4ef 100644 --- a/build-config.yaml +++ b/build-config.yaml @@ -1,3 +1,3 @@ -version: 1.39.9 +version: 1.39.10 min_wc_version: 3.4.7 zipname: woo-jtl-connector- \ No newline at end of file diff --git a/includes/JtlConnectorAdmin.php b/includes/JtlConnectorAdmin.php index 743db7d4..2b2dae43 100644 --- a/includes/JtlConnectorAdmin.php +++ b/includes/JtlConnectorAdmin.php @@ -1984,6 +1984,7 @@ private static function update(): void case '1.39.7': case '1.39.8': case '1.39.9': + case '1.39.10': default: self::activate_linking(); } diff --git a/readme.txt b/readme.txt index 9f60827c..11a23ee3 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Tested up to: 6.0 Requires PHP: 7.2 WC requires at least: 3.4 WC tested up to: 6.3 -Stable tag: 1.39.9 +Stable tag: 1.39.10 License: GPLv3 License URI: http://www.gnu.org/licenses/lgpl-3.0.html diff --git a/woo-jtl-connector.php b/woo-jtl-connector.php index f30f44bd..008a4249 100644 --- a/woo-jtl-connector.php +++ b/woo-jtl-connector.php @@ -3,7 +3,7 @@ /** * Plugin Name: WooCommerce JTL-Connector * Description: Connect your woocommerce-shop with JTL-Wawi, the free multichannel-erp for mail order business. - * Version: 1.39.9 + * Version: 1.39.10 * Requires PHP: 7.2 * WC tested up to: 6.3 * Author: JTL-Software GmbH