WooCommerce Wishlist Plugin - Version 1.1.4

Version Description

Release Date - 12 December 2016

  • Fixed issue with translations
Download this release

Release Info

Developer templateinvaders
Plugin Icon 128x128 WooCommerce Wishlist Plugin
Version 1.1.4
Comparing to
See all releases

Code changes from version 1.1.3 to 1.1.4

admin/settings/general.class.php CHANGED
@@ -73,7 +73,7 @@ class TInvWL_Admin_Settings_General extends TInvWL_Admin_BaseSection {
73
  array(
74
  'type' => 'checkboxonoff',
75
  'name' => 'link_in_myaccount',
76
- 'text' => __( 'Show Link to Wishlist in my account', 'ti-woocommerce-wishlist-premium' ),
77
  'std' => true,
78
  ),
79
  array(
73
  array(
74
  'type' => 'checkboxonoff',
75
  'name' => 'link_in_myaccount',
76
+ 'text' => __( 'Show Link to Wishlist in my account', 'ti-woocommerce-wishlist' ),
77
  'std' => true,
78
  ),
79
  array(
admin/settings/style.class.php CHANGED
@@ -86,7 +86,7 @@ class TInvWL_Admin_Settings_Style extends TInvWL_Admin_BaseStyle {
86
  'type' => 'select',
87
  'selector' => '.tinv-wishlist,.tinv-wishlist button,.tinv-wishlist input,.tinv-wishlist select,.tinv-wishlist textarea,.tinv-wishlist button,.tinv-wishlist input[type="button"],.tinv-wishlist input[type="reset"],.tinv-wishlist input[type="submit"]',
88
  'element' => 'font-family',
89
- 'text' => __( 'Font', 'tinvwl' ),
90
  'options' => $font_family,
91
  ),
92
 
@@ -121,7 +121,7 @@ class TInvWL_Admin_Settings_Style extends TInvWL_Admin_BaseStyle {
121
  'type' => 'select',
122
  'selector' => '.tinv-wishlist a:not(.button)',
123
  'element' => 'font-family',
124
- 'text' => __( 'Font', 'tinvwl' ),
125
  'options' => $font_family,
126
  ),
127
 
@@ -158,7 +158,7 @@ class TInvWL_Admin_Settings_Style extends TInvWL_Admin_BaseStyle {
158
  'type' => 'select',
159
  'selector' => '.tinv-wishlist input[type="text"],.tinv-wishlist input[type="email"],.tinv-wishlist input[type="url"],.tinv-wishlist input[type="password"],.tinv-wishlist input[type="search"],.tinv-wishlist input[type="tel"],.tinv-wishlist input[type="number"],.tinv-wishlist textarea,.tinv-wishlist select,.tinv-wishlist .product-quantity input[type="text"].qty',
160
  'element' => 'font-family',
161
- 'text' => __( 'Font', 'tinvwl' ),
162
  'options' => $font_family,
163
  ),
164
  array(
@@ -219,7 +219,7 @@ class TInvWL_Admin_Settings_Style extends TInvWL_Admin_BaseStyle {
219
  'type' => 'select',
220
  'selector' => '.woocommerce div.product form.cart .tinvwl_add_to_wishlist_button',
221
  'element' => 'font-family',
222
- 'text' => __( 'Font', 'tinvwl' ),
223
  'options' => $font_family,
224
  ),
225
  array(
@@ -268,7 +268,7 @@ class TInvWL_Admin_Settings_Style extends TInvWL_Admin_BaseStyle {
268
  'type' => 'select',
269
  'selector' => '.tinv-wishlist button',
270
  'element' => 'font-family',
271
- 'text' => __( 'Font', 'tinvwl' ),
272
  'options' => $font_family,
273
  ),
274
  array(
@@ -281,7 +281,7 @@ class TInvWL_Admin_Settings_Style extends TInvWL_Admin_BaseStyle {
281
  'type' => 'text',
282
  'selector' => '.widget .tinvwl-search-submit:before',
283
  'element' => 'font-size',
284
- 'text' => __( 'Search Widget Font Size', 'tinvwl' ),
285
  ),
286
  array(
287
  'type' => 'text',
@@ -323,7 +323,7 @@ class TInvWL_Admin_Settings_Style extends TInvWL_Admin_BaseStyle {
323
  'type' => 'select',
324
  'selector' => '.woocommerce.tinv-wishlist #respond input#submit,.woocommerce.tinv-wishlist a.button,.woocommerce.tinv-wishlist button.button,.woocommerce.tinv-wishlist input.button',
325
  'element' => 'font-family',
326
- 'text' => __( 'Font', 'tinvwl' ),
327
  'options' => $font_family,
328
  ),
329
  array(
@@ -372,7 +372,7 @@ class TInvWL_Admin_Settings_Style extends TInvWL_Admin_BaseStyle {
372
  'type' => 'select',
373
  'selector' => '.woocommerce.tinv-wishlist #respond input#submit.alt,.woocommerce.tinv-wishlist a.button.alt,.woocommerce.tinv-wishlist button.button.alt,.woocommerce.tinv-wishlist input.button.alt',
374
  'element' => 'font-family',
375
- 'text' => __( 'Font', 'tinvwl' ),
376
  'options' => $font_family,
377
  ),
378
  array(
@@ -421,7 +421,7 @@ class TInvWL_Admin_Settings_Style extends TInvWL_Admin_BaseStyle {
421
  'type' => 'select',
422
  'selector' => '.tinv-wishlist table th',
423
  'element' => 'font-family',
424
- 'text' => __( 'Table Head Font', 'tinvwl' ),
425
  'options' => $font_family,
426
  ),
427
  array(
@@ -440,7 +440,7 @@ class TInvWL_Admin_Settings_Style extends TInvWL_Admin_BaseStyle {
440
  'type' => 'select',
441
  'selector' => '.tinv-wishlist table td',
442
  'element' => 'font-family',
443
- 'text' => __( 'Content Text Font', 'tinvwl' ),
444
  'options' => $font_family,
445
  ),
446
  array(
@@ -459,7 +459,7 @@ class TInvWL_Admin_Settings_Style extends TInvWL_Admin_BaseStyle {
459
  'type' => 'select',
460
  'selector' => '.tinv-wishlist td.product-price',
461
  'element' => 'font-family',
462
- 'text' => __( 'Price Font', 'tinvwl' ),
463
  'options' => $font_family,
464
  ),
465
  array(
@@ -525,7 +525,7 @@ class TInvWL_Admin_Settings_Style extends TInvWL_Admin_BaseStyle {
525
  'type' => 'select',
526
  'selector' => '.tinv-wishlist .tinv-modal h2',
527
  'element' => 'font-family',
528
- 'text' => __( 'Title Font', 'tinvwl' ),
529
  'options' => $font_family,
530
  ),
531
  array(
@@ -544,7 +544,7 @@ class TInvWL_Admin_Settings_Style extends TInvWL_Admin_BaseStyle {
544
  'type' => 'select',
545
  'selector' => '.tinv-wishlist .tinv-modal .tinv-modal-inner,.tinv-wishlist .tinv-modal .tinv-modal-inner select',
546
  'element' => 'font-family',
547
- 'text' => __( 'Content Text Font', 'tinvwl' ),
548
  'options' => $font_family,
549
  ),
550
  array(
86
  'type' => 'select',
87
  'selector' => '.tinv-wishlist,.tinv-wishlist button,.tinv-wishlist input,.tinv-wishlist select,.tinv-wishlist textarea,.tinv-wishlist button,.tinv-wishlist input[type="button"],.tinv-wishlist input[type="reset"],.tinv-wishlist input[type="submit"]',
88
  'element' => 'font-family',
89
+ 'text' => __( 'Font', 'ti-woocommerce-wishlist' ),
90
  'options' => $font_family,
91
  ),
92
 
121
  'type' => 'select',
122
  'selector' => '.tinv-wishlist a:not(.button)',
123
  'element' => 'font-family',
124
+ 'text' => __( 'Font', 'ti-woocommerce-wishlist' ),
125
  'options' => $font_family,
126
  ),
127
 
158
  'type' => 'select',
159
  'selector' => '.tinv-wishlist input[type="text"],.tinv-wishlist input[type="email"],.tinv-wishlist input[type="url"],.tinv-wishlist input[type="password"],.tinv-wishlist input[type="search"],.tinv-wishlist input[type="tel"],.tinv-wishlist input[type="number"],.tinv-wishlist textarea,.tinv-wishlist select,.tinv-wishlist .product-quantity input[type="text"].qty',
160
  'element' => 'font-family',
161
+ 'text' => __( 'Font', 'ti-woocommerce-wishlist' ),
162
  'options' => $font_family,
163
  ),
164
  array(
219
  'type' => 'select',
220
  'selector' => '.woocommerce div.product form.cart .tinvwl_add_to_wishlist_button',
221
  'element' => 'font-family',
222
+ 'text' => __( 'Font', 'ti-woocommerce-wishlist' ),
223
  'options' => $font_family,
224
  ),
225
  array(
268
  'type' => 'select',
269
  'selector' => '.tinv-wishlist button',
270
  'element' => 'font-family',
271
+ 'text' => __( 'Font', 'ti-woocommerce-wishlist' ),
272
  'options' => $font_family,
273
  ),
274
  array(
281
  'type' => 'text',
282
  'selector' => '.widget .tinvwl-search-submit:before',
283
  'element' => 'font-size',
284
+ 'text' => __( 'Search Widget Font Size', 'ti-woocommerce-wishlist' ),
285
  ),
286
  array(
287
  'type' => 'text',
323
  'type' => 'select',
324
  'selector' => '.woocommerce.tinv-wishlist #respond input#submit,.woocommerce.tinv-wishlist a.button,.woocommerce.tinv-wishlist button.button,.woocommerce.tinv-wishlist input.button',
325
  'element' => 'font-family',
326
+ 'text' => __( 'Font', 'ti-woocommerce-wishlist' ),
327
  'options' => $font_family,
328
  ),
329
  array(
372
  'type' => 'select',
373
  'selector' => '.woocommerce.tinv-wishlist #respond input#submit.alt,.woocommerce.tinv-wishlist a.button.alt,.woocommerce.tinv-wishlist button.button.alt,.woocommerce.tinv-wishlist input.button.alt',
374
  'element' => 'font-family',
375
+ 'text' => __( 'Font', 'ti-woocommerce-wishlist' ),
376
  'options' => $font_family,
377
  ),
378
  array(
421
  'type' => 'select',
422
  'selector' => '.tinv-wishlist table th',
423
  'element' => 'font-family',
424
+ 'text' => __( 'Table Head Font', 'ti-woocommerce-wishlist' ),
425
  'options' => $font_family,
426
  ),
427
  array(
440
  'type' => 'select',
441
  'selector' => '.tinv-wishlist table td',
442
  'element' => 'font-family',
443
+ 'text' => __( 'Content Text Font', 'ti-woocommerce-wishlist' ),
444
  'options' => $font_family,
445
  ),
446
  array(
459
  'type' => 'select',
460
  'selector' => '.tinv-wishlist td.product-price',
461
  'element' => 'font-family',
462
+ 'text' => __( 'Price Font', 'ti-woocommerce-wishlist' ),
463
  'options' => $font_family,
464
  ),
465
  array(
525
  'type' => 'select',
526
  'selector' => '.tinv-wishlist .tinv-modal h2',
527
  'element' => 'font-family',
528
+ 'text' => __( 'Title Font', 'ti-woocommerce-wishlist' ),
529
  'options' => $font_family,
530
  ),
531
  array(
544
  'type' => 'select',
545
  'selector' => '.tinv-wishlist .tinv-modal .tinv-modal-inner,.tinv-wishlist .tinv-modal .tinv-modal-inner select',
546
  'element' => 'font-family',
547
+ 'text' => __( 'Content Text Font', 'ti-woocommerce-wishlist' ),
548
  'options' => $font_family,
549
  ),
550
  array(
includes/activator.class.php CHANGED
@@ -698,7 +698,7 @@ class TInvWL_Activator {
698
  * Set localisation
699
  */
700
  private static function set_locale() {
701
- load_plugin_textdomain( self::$_n, false, basename( TINVWL_PATH ) . DIRECTORY_SEPARATOR . 'languages' );
702
  }
703
 
704
  /**
698
  * Set localisation
699
  */
700
  private static function set_locale() {
701
+ load_plugin_textdomain( TINVWL_DOMAIN, false, basename( TINVWL_PATH ) . DIRECTORY_SEPARATOR . 'languages' );
702
  }
703
 
704
  /**
includes/tinvwl.class.php CHANGED
@@ -77,7 +77,7 @@ class TInvWL {
77
  * Set localisation
78
  */
79
  private function set_locale() {
80
- load_plugin_textdomain( $this->_n, false, basename( TINVWL_PATH ) . DIRECTORY_SEPARATOR . 'languages' );
81
  }
82
 
83
  /**
77
  * Set localisation
78
  */
79
  private function set_locale() {
80
+ load_plugin_textdomain( TINVWL_DOMAIN, false, basename( TINVWL_PATH ) . DIRECTORY_SEPARATOR . 'languages' );
81
  }
82
 
83
  /**
public/tinvwl.class.php CHANGED
@@ -398,7 +398,7 @@ class TInvWL_Public_TInvWL {
398
  $items = array_merge(
399
  array_slice( $items, 0, $index_position, true ),
400
  array(
401
- 'tinv_wishlist' => __( 'Wishlist', 'ti-woocommerce-wishlist-premium' ),
402
  ),
403
  array_slice( $items, $index_position, null, true )
404
  );
398
  $items = array_merge(
399
  array_slice( $items, 0, $index_position, true ),
400
  array(
401
+ 'tinv_wishlist' => __( 'Wishlist', 'ti-woocommerce-wishlist' ),
402
  ),
403
  array_slice( $items, $index_position, null, true )
404
  );
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://templateinvaders.com/
4
  Tags: wishlist, woocommerce, products, e-commerce, shop, ecommerce wishlist, woocommerce wishlist, woocommerce , shop wishlist, wishlist for Woocommerce
5
  Requires at least: 4.5
6
  Tested up to: 4.7
7
- Stable tag: 1.1.3
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -114,6 +114,12 @@ There are few ways to install TI WooCommerce Wishlist plugin:
114
 
115
  == Changelog ==
116
 
 
 
 
 
 
 
117
  = 1.1.3 =
118
  *Release Date - 09 December 2016*
119
 
4
  Tags: wishlist, woocommerce, products, e-commerce, shop, ecommerce wishlist, woocommerce wishlist, woocommerce , shop wishlist, wishlist for Woocommerce
5
  Requires at least: 4.5
6
  Tested up to: 4.7
7
+ Stable tag: 1.1.4
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
114
 
115
  == Changelog ==
116
 
117
+ = 1.1.4 =
118
+ *Release Date - 12 December 2016*
119
+
120
+ * Fixed issue with translations
121
+
122
+
123
  = 1.1.3 =
124
  *Release Date - 09 December 2016*
125
 
ti-woocommerce-wishlist.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: TI WooCommerce Wishlist
5
  * Plugin URI: https://templateinvaders.com/product/ti-woocommerce-wishlist-wordpress-plugin/
6
  * Description: Wishlist functionality for your WooCommerce store.
7
- * Version: 1.1.3
8
  * Author: Template Invaders
9
  * Author URI: https://templateinvaders.com/
10
  * License: GPL-2.0+
@@ -32,8 +32,12 @@ if ( ! defined( 'TINVWL_PREFIX' ) ) {
32
  define( 'TINVWL_PREFIX', 'tinvwl' );
33
  }
34
 
 
 
 
 
35
  if ( ! defined( 'TINVWL_FVERSION' ) ) {
36
- define( 'TINVWL_FVERSION', '1.1.3' );
37
  }
38
 
39
  if ( ! defined( 'TINVWL_LOAD_FREE' ) ) {
4
  * Plugin Name: TI WooCommerce Wishlist
5
  * Plugin URI: https://templateinvaders.com/product/ti-woocommerce-wishlist-wordpress-plugin/
6
  * Description: Wishlist functionality for your WooCommerce store.
7
+ * Version: 1.1.4
8
  * Author: Template Invaders
9
  * Author URI: https://templateinvaders.com/
10
  * License: GPL-2.0+
32
  define( 'TINVWL_PREFIX', 'tinvwl' );
33
  }
34
 
35
+ if ( ! defined( 'TINVWL_DOMAIN' ) ) {
36
+ define( 'TINVWL_DOMAIN', 'ti-woocommerce-wishlist' );
37
+ }
38
+
39
  if ( ! defined( 'TINVWL_FVERSION' ) ) {
40
+ define( 'TINVWL_FVERSION', '1.1.4' );
41
  }
42
 
43
  if ( ! defined( 'TINVWL_LOAD_FREE' ) ) {