From 2a60d48d81f7b840529d30e5594ac7d372e82ff0 Mon Sep 17 00:00:00 2001 From: Dennis Nissle Date: Wed, 8 Mar 2017 13:40:01 +0100 Subject: [PATCH] 1.8.3 --- readme.txt | 14 +++++++++++++- woocommerce-germanized.php | 4 ++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 5a1cff2f9..ec07a8a94 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: vendidero Tags: woocommerce, german market, german, germany, deutsch, deutschland, de, de_DE, shop, commerce, e-commerce, ecommerce, woothemes, sepa, invoice Requires at least: 3.8 Tested up to: 4.7 -Stable tag: 1.8.2 +Stable tag: 1.8.3 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -157,6 +157,18 @@ Bug reports may be filed via our [GitHub repository](https://github.com/vendider == Changelog == += 1.8.3 = +* Fix - Is empty check in 1.8.2 +* Fix - API free shipping +* Fix - Clean SEPA XML whitespaces +* Fix - WC 2.7 RC 1 compatibility +* Fix - WPML Compatibility improvements +* Fix - Tax Rate adjustments for LU and RO +* Fix - Labels Price HTML +* Fix - Add to cart variation js preserving markup +* Fix - Removed direct debit gateway subscriptions support (not yet prepared) +* Feature - Added plugin version cache deletion tool to system status + = 1.8.2 = * Fix - API free shipping * Fix - Clean SEPA XML whitespaces diff --git a/woocommerce-germanized.php b/woocommerce-germanized.php index 56fda5777..2ab51433b 100644 --- a/woocommerce-germanized.php +++ b/woocommerce-germanized.php @@ -3,7 +3,7 @@ * Plugin Name: WooCommerce Germanized * Plugin URI: https://www.vendidero.de/woocommerce-germanized * Description: Extends WooCommerce to become a legally compliant store for the german market. - * Version: 1.8.2 + * Version: 1.8.3 * Author: Vendidero * Author URI: https://vendidero.de * Requires at least: 3.8 @@ -28,7 +28,7 @@ final class WooCommerce_Germanized { * * @var string */ - public $version = '1.8.2'; + public $version = '1.8.3'; /** * Single instance of WooCommerce Germanized Main Class