Skip to content

Commit

Permalink
1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisnissle committed Dec 5, 2016
1 parent ca71691 commit 125aee6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions woocommerce-germanized.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 125aee6

Please sign in to comment.