diff --git a/readme.txt b/readme.txt index 12f52d240..9a97f0700 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.6 -Stable tag: 1.7.2 +Stable tag: 1.7.3 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -157,6 +157,13 @@ Bug reports may be filed via our [GitHub repository](https://github.com/vendider == Changelog == += 1.7.3 = +* Fix - Variations Unit Price Saving +* Fix - Better Performance by using get_the_terms +* Fix - Cancel Order Button Removal if option has been activated +* Fix - Digital Extended Type Check +* Fix - PHP < 5.3 check for SEPA Gateway (not supported) + = 1.7.2 = * Feature - Optionally do not allow customers to switch payment gateway after ordering * Feature - Better Woo Subscriptions Compatibility diff --git a/woocommerce-germanized.php b/woocommerce-germanized.php index df9f9a1cf..917eb5147 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.7.2 + * Version: 1.7.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.7.2'; + public $version = '1.7.3'; /** * Single instance of WooCommerce Germanized Main Class