Saphali Woocommerce Russian - Version 1.8.1.1

Version Description

  • (Notice).
Download this release

Release Info

Developer Saphali
Plugin Icon wp plugin Saphali Woocommerce Russian
Version 1.8.1.1
Comparing to
See all releases

Code changes from version 1.8.1 to 1.8.1.1

Files changed (2) hide show
  1. readme.txt +4 -1
  2. saphali-woocommerce-lite.php +2 -2
readme.txt CHANGED
@@ -6,7 +6,7 @@ Donate link: https://money.yandex.ru/to/410011651211340
6
  Tags: woocommerce, woo commerce russian, russian ruble, ukrainian hryvnia, mod, manadger filds checkout
7
  Requires at least: WP 3.3 or higher & WooCommerce 1.6.6 or higher
8
  Tested up to: 4.9
9
- Stable tag: 1.8.1
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
@@ -73,6 +73,9 @@ define('SAPHALI_LITE_SYMBOL', 0 );
73
 
74
  == Changelog ==
75
 
 
 
 
76
  = 1.8.1 =
77
  * Небольшие правки
78
 
6
  Tags: woocommerce, woo commerce russian, russian ruble, ukrainian hryvnia, mod, manadger filds checkout
7
  Requires at least: WP 3.3 or higher & WooCommerce 1.6.6 or higher
8
  Tested up to: 4.9
9
+ Stable tag: 1.8.1.1
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
73
 
74
  == Changelog ==
75
 
76
+ = 1.8.1.1 =
77
+ * Небольшие правки (Notice).
78
+
79
  = 1.8.1 =
80
  * Небольшие правки
81
 
saphali-woocommerce-lite.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Saphali Woocommerce Russian
4
  Plugin URI: http://saphali.com/saphali-woocommerce-plugin-wordpress
5
  Description: Saphali Woocommerce Russian - это бесплатный вордпресс плагин, который добавляет набор дополнений к интернет-магазину на Woocommerce.
6
- Version: 1.8.1
7
  Author: Saphali
8
  Author URI: http://saphali.com/
9
  Text Domain: saphali-woocommerce-lite
@@ -66,7 +66,7 @@ WC tested up to: 3.2.6
66
  add_filter( 'woocommerce_order_formatted_billing_address', array($this,'formatted_billing_address') , 10 , 2);
67
  add_filter( 'woocommerce_order_formatted_shipping_address', array($this,'formatted_shipping_address') , 10 , 2);
68
 
69
- if(@$_GET['page'] != 'woocommerce_saphali_s_l' && @$_GET['tab'] !=1 ) {
70
  // Hook in
71
  add_filter( 'woocommerce_checkout_fields' , array($this,'saphali_custom_override_checkout_fields') );
72
  add_filter( 'wp' , array($this,'wp') );
3
  Plugin Name: Saphali Woocommerce Russian
4
  Plugin URI: http://saphali.com/saphali-woocommerce-plugin-wordpress
5
  Description: Saphali Woocommerce Russian - это бесплатный вордпресс плагин, который добавляет набор дополнений к интернет-магазину на Woocommerce.
6
+ Version: 1.8.1.1
7
  Author: Saphali
8
  Author URI: http://saphali.com/
9
  Text Domain: saphali-woocommerce-lite
66
  add_filter( 'woocommerce_order_formatted_billing_address', array($this,'formatted_billing_address') , 10 , 2);
67
  add_filter( 'woocommerce_order_formatted_shipping_address', array($this,'formatted_shipping_address') , 10 , 2);
68
 
69
+ if( !( isset($_GET['tab']) && isset($_GET['page']) ) || $_GET['page'] != 'woocommerce_saphali_s_l' && $_GET['tab'] !=1 ) {
70
  // Hook in
71
  add_filter( 'woocommerce_checkout_fields' , array($this,'saphali_custom_override_checkout_fields') );
72
  add_filter( 'wp' , array($this,'wp') );