WooCommerce Germanized - Version 1.2.3

Version Description

  • Fix - Buy now button visibility WC < 2.3
Download this release

Release Info

Developer vendidero
Plugin Icon 128x128 WooCommerce Germanized
Version 1.2.3
Comparing to
See all releases

Code changes from version 1.2.2 to 1.2.3

assets/js/checkout.js CHANGED
@@ -3,6 +3,7 @@ jQuery( function( $ ) {
3
  $( 'body' ).trigger( 'update_checkout' );
4
  });
5
  $( 'body' ).bind( 'updated_checkout', function() {
6
- $( '.place-order:not(.wc-gzd-place-order)' ).remove();
 
7
  });
8
  });
3
  $( 'body' ).trigger( 'update_checkout' );
4
  });
5
  $( 'body' ).bind( 'updated_checkout', function() {
6
+ if ( $( '.wc-gzd-place-order' ).length > 0 )
7
+ $( '.place-order:not(.wc-gzd-place-order)' ).remove();
8
  });
9
  });
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: vendidero
3
  Tags: woocommerce, german market, german, germany, deutsch, deutschland, de, de_DE, shop, commerce, e-commerce, ecommerce, woothemes
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=info@vendidero.de&item_name=Donation+for+WooCommerce+Germanized
5
  Requires at least: 3.8
6
- Tested up to: 4.1
7
- Stable tag: 1.2.2
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -134,6 +134,9 @@ Bugs sowie Hilfe bei der Arbeit an WooCommerce Germanized werden gerne über uns
134
 
135
  == Changelog ==
136
 
 
 
 
137
  = 1.2.2 =
138
  * Feature - Double Opt-In for customer accounts
139
  * Fix - No need to override payment.php any longer (WC 2.3)
3
  Tags: woocommerce, german market, german, germany, deutsch, deutschland, de, de_DE, shop, commerce, e-commerce, ecommerce, woothemes
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=info@vendidero.de&item_name=Donation+for+WooCommerce+Germanized
5
  Requires at least: 3.8
6
+ Tested up to: 4.2
7
+ Stable tag: 1.2.3
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
134
 
135
  == Changelog ==
136
 
137
+ = 1.2.3 =
138
+ * Fix - Buy now button visibility WC < 2.3
139
+
140
  = 1.2.2 =
141
  * Feature - Double Opt-In for customer accounts
142
  * Fix - No need to override payment.php any longer (WC 2.3)
woocommerce-germanized.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: WooCommerce Germanized
4
  * Plugin URI: http://www.vendidero.de/woocommerce-germanized
5
  * Description: Extends WooCommerce to become a legally compliant store for the german market.
6
- * Version: 1.2.2
7
  * Author: Vendidero
8
  * Author URI: http://vendidero.de
9
  * Requires at least: 3.8
@@ -26,7 +26,7 @@ final class WooCommerce_Germanized {
26
  *
27
  * @var string
28
  */
29
- public $version = '1.2.2';
30
 
31
  /**
32
  * Single instance of WooCommerce Germanized Main Class
3
  * Plugin Name: WooCommerce Germanized
4
  * Plugin URI: http://www.vendidero.de/woocommerce-germanized
5
  * Description: Extends WooCommerce to become a legally compliant store for the german market.
6
+ * Version: 1.2.3
7
  * Author: Vendidero
8
  * Author URI: http://vendidero.de
9
  * Requires at least: 3.8
26
  *
27
  * @var string
28
  */
29
+ public $version = '1.2.3';
30
 
31
  /**
32
  * Single instance of WooCommerce Germanized Main Class