Skip to content

Commit

Permalink
1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisnissle committed Mar 8, 2017
1 parent e923c08 commit 2a60d48
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
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.8.2
* Version: 1.8.3
* 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.8.2';
public $version = '1.8.3';

/**
* Single instance of WooCommerce Germanized Main Class
Expand Down

0 comments on commit 2a60d48

Please sign in to comment.