diff --git a/readme.txt b/readme.txt index 9a97f0700..38aaabe3a 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ 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.3 +Tested up to: 4.7 +Stable tag: 1.7.4 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -157,6 +157,14 @@ Bug reports may be filed via our [GitHub repository](https://github.com/vendider == Changelog == += 1.7.4 = +* Fix - WP 4.7 compatibility +* Fix - add_to_cart Shortcode output buffering +* Fix - WooCommerce GZD Status Page +* Fix - Trusted Shops Rich Snippet Meta +* Fix - Country Codes for Virtual Rates +* Fix - On-hold to Processing Order Confirmation unhook + = 1.7.3 = * Fix - Variations Unit Price Saving * Fix - Better Performance by using get_the_terms diff --git a/woocommerce-germanized.php b/woocommerce-germanized.php index 956eea3ba..499ecba66 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.3 + * Version: 1.7.4 * 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.3'; + public $version = '1.7.4'; /** * Single instance of WooCommerce Germanized Main Class