WooCommerce Wishlist Plugin - Version 1.5.13

Version Description

Release Date - 02 December 2017

  • Fixed compatibility with activations of some plugins (rare case)
  • Fixed translation typo
Download this release

Release Info

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

Code changes from version 1.5.12 to 1.5.13

admin/settings/general.class.php CHANGED
@@ -192,7 +192,7 @@ class TInvWL_Admin_Settings_General extends TInvWL_Admin_BaseSection {
192
  'text' => __( 'Remove condition', 'ti-woocommerce-wishlist' ),
193
  'std' => 'tinvwl-addcart',
194
  'options' => array(
195
- 'tinvwl-addcart' => __( 'Add to Card', 'ti-woocommerce-wishlist' ),
196
  ),
197
  'class' => 'tiwl-processing-autoremove',
198
  ),
192
  'text' => __( 'Remove condition', 'ti-woocommerce-wishlist' ),
193
  'std' => 'tinvwl-addcart',
194
  'options' => array(
195
+ 'tinvwl-addcart' => __( 'Add to Cart', 'ti-woocommerce-wishlist' ),
196
  ),
197
  'class' => 'tiwl-processing-autoremove',
198
  ),
freemius/includes/class-freemius.php CHANGED
@@ -879,7 +879,9 @@
879
 
880
 
881
  //Fix for migration issues.
882
- return TINVWL_PATH . 'ti-woocommerce-wishlist.php';
 
 
883
 
884
  /**
885
  * @since 1.2.1
879
 
880
 
881
  //Fix for migration issues.
882
+ if ('ti-woocommerce-wishlist' === $this->_slug) {
883
+ return TINVWL_PATH . 'ti-woocommerce-wishlist.php';
884
+ }
885
 
886
  /**
887
  * @since 1.2.1
languages/ti-woocommerce-wishlist.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: WooCommerce Wishlist Plugin\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2017-12-01 01:05+0700\n"
7
  "POT-Revision-Date: Sun Apr 10 2016 12:21:06 GMT+0200 (Västeuropa, "
8
  "sommartid)\n"
9
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
@@ -160,7 +160,7 @@ msgid "Remove condition"
160
  msgstr ""
161
 
162
  #: admin/settings/general.class.php:195
163
- msgid "Add to Card"
164
  msgstr ""
165
 
166
  #: admin/settings/general.class.php:210
3
  msgstr ""
4
  "Project-Id-Version: WooCommerce Wishlist Plugin\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2017-12-03 00:10+0700\n"
7
  "POT-Revision-Date: Sun Apr 10 2016 12:21:06 GMT+0200 (Västeuropa, "
8
  "sommartid)\n"
9
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
160
  msgstr ""
161
 
162
  #: admin/settings/general.class.php:195
163
+ msgid "Add to Cart"
164
  msgstr ""
165
 
166
  #: admin/settings/general.class.php:210
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === WooCommerce Wishlist Plugin ===
2
  Contributors: templateinvaders
3
  Donate link: https://templateinvaders.com/?utm_source=wordpressorg&utm_content=donate
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.9
7
- Stable tag: 1.5.12
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -129,6 +129,12 @@ If you get stuck, you can ask for help in the [Plugin Forum](https://wordpress.o
129
 
130
  == Changelog ==
131
 
 
 
 
 
 
 
132
  = 1.5.12 =
133
  *Release Date - 01 December 2017*
134
 
1
  === WooCommerce Wishlist Plugin ===
2
  Contributors: templateinvaders
3
  Donate link: https://templateinvaders.com/?utm_source=wordpressorg&utm_content=donate
4
+ Tags: wishlist, woocommerce, woocommerce wishlist, e-commerce, shop, ecommerce wishlist, shop wishlist, wishlist for Woocommerce
5
  Requires at least: 4.5
6
  Tested up to: 4.9
7
+ Stable tag: 1.5.13
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
129
 
130
  == Changelog ==
131
 
132
+ = 1.5.13 =
133
+ *Release Date - 02 December 2017*
134
+
135
+ * Fixed compatibility with activations of some plugins (rare case)
136
+ * Fixed translation typo
137
+
138
  = 1.5.12 =
139
  *Release Date - 01 December 2017*
140
 
ti-woocommerce-wishlist.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: WooCommerce Wishlist Plugin
5
  * Plugin URI: https://wordpress.org/plugins/ti-woocommerce-wishlist/
6
  * Description: Wishlist functionality for your WooCommerce store.
7
- * Version: 1.5.12
8
  * Requires at least: 4.5
9
  * Tested up to: 4.9
10
  * WC requires at least: 2.6
@@ -41,7 +41,7 @@ if ( ! defined( 'TINVWL_DOMAIN' ) ) {
41
  }
42
 
43
  if ( ! defined( 'TINVWL_FVERSION' ) ) {
44
- define( 'TINVWL_FVERSION', '1.5.12' );
45
  }
46
 
47
  if ( ! defined( 'TINVWL_LOAD_FREE' ) ) {
4
  * Plugin Name: WooCommerce Wishlist Plugin
5
  * Plugin URI: https://wordpress.org/plugins/ti-woocommerce-wishlist/
6
  * Description: Wishlist functionality for your WooCommerce store.
7
+ * Version: 1.5.13
8
  * Requires at least: 4.5
9
  * Tested up to: 4.9
10
  * WC requires at least: 2.6
41
  }
42
 
43
  if ( ! defined( 'TINVWL_FVERSION' ) ) {
44
+ define( 'TINVWL_FVERSION', '1.5.13' );
45
  }
46
 
47
  if ( ! defined( 'TINVWL_LOAD_FREE' ) ) {