WooCommerce Wishlist Plugin - Version 1.1.1

Version Description

Release Date - 08 November 2016

  • Fixed issue with upgrade from free to premium version
Download this release

Release Info

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

Code changes from version 1.1.0 to 1.1.1

includes/activator.class.php CHANGED
@@ -95,7 +95,7 @@ class TInvWL_Activator {
95
  * @param string $action create|destroy.
96
  * @param string $prev Current installed version.
97
  */
98
- private static function database( $action = 'create', $prev = 0 ) {
99
 
100
  $activator = new TInvWL_Activator();
101
  $lists = get_class_methods( $activator );
95
  * @param string $action create|destroy.
96
  * @param string $prev Current installed version.
97
  */
98
+ private static function database( $action = 'create', $prev = 'f.0' ) {
99
 
100
  $activator = new TInvWL_Activator();
101
  $lists = get_class_methods( $activator );
languages/ti-woocommerce-wishlist.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: TI WooCommerce Wishlist\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2016-09-16 20:38+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"
@@ -39,11 +39,11 @@ msgstr ""
39
  msgid "Template Custom CSS"
40
  msgstr ""
41
 
42
- #: ../admin/basestyle.helper.php:114 ../admin/settings/general.class.php:389
43
  msgid "Save Settings"
44
  msgstr ""
45
 
46
- #: ../admin/basestyle.helper.php:120 ../admin/settings/general.class.php:395
47
  msgid "Save"
48
  msgstr ""
49
 
@@ -68,221 +68,225 @@ msgid "Wishlist Page"
68
  msgstr ""
69
 
70
  #: ../admin/settings/general.class.php:76
 
 
 
 
71
  msgid "Remove Product from Wishlist if added to cart"
72
  msgstr ""
73
 
74
- #: ../admin/settings/general.class.php:83
75
  msgid "Wishlist Page Options"
76
  msgstr ""
77
 
78
- #: ../admin/settings/general.class.php:84
79
- #: ../admin/settings/general.class.php:101 ../public/tinvwl.class.php:195
80
  msgid "Coming soon"
81
  msgstr ""
82
 
83
- #: ../admin/settings/general.class.php:91 ../views/wizard/step-page.php:36
84
  msgid "My Wishlist"
85
  msgstr ""
86
 
87
- #: ../admin/settings/general.class.php:100
88
  msgid "Wishlist Processing Options"
89
  msgstr ""
90
 
91
- #: ../admin/settings/general.class.php:108
92
  msgid "Automatic removal"
93
  msgstr ""
94
 
95
- #: ../admin/settings/general.class.php:115
96
  msgid "Remove condition"
97
  msgstr ""
98
 
99
- #: ../admin/settings/general.class.php:118
100
  msgid "Add to Card"
101
  msgstr ""
102
 
103
- #: ../admin/settings/general.class.php:126
104
  msgid "Product page \"Add to Wishlist\" Button Settings"
105
  msgstr ""
106
 
107
- #: ../admin/settings/general.class.php:132 ../views/wizard/step-button.php:32
108
  msgid "Button position"
109
  msgstr ""
110
 
111
- #: ../admin/settings/general.class.php:133
112
  msgid ""
113
  "Add this shortcode <code>[ti_wishlists_addtowishlist]</code> anywhere on "
114
  "product page, if you have chosen custom position for product button. You "
115
  "will have to do this for each product."
116
  msgstr ""
117
 
118
- #: ../admin/settings/general.class.php:136 ../includes/wizard.class.php:399
119
  msgid "After \"Add to Cart\" button"
120
  msgstr ""
121
 
122
- #: ../admin/settings/general.class.php:137 ../includes/wizard.class.php:400
123
  msgid "Before \"Add to Cart\" button"
124
  msgstr ""
125
 
126
- #: ../admin/settings/general.class.php:138 ../includes/wizard.class.php:401
127
  msgid "Custom position with code"
128
  msgstr ""
129
 
130
- #: ../admin/settings/general.class.php:144
131
  msgid "Button type"
132
  msgstr ""
133
 
134
- #: ../admin/settings/general.class.php:147
135
  msgid "Link"
136
  msgstr ""
137
 
138
- #: ../admin/settings/general.class.php:148 ../includes/wizard.class.php:388
139
  msgid "Button"
140
  msgstr ""
141
 
142
- #: ../admin/settings/general.class.php:154
143
  msgid "\"Add to Wishlist\" Icon"
144
  msgstr ""
145
 
146
- #: ../admin/settings/general.class.php:155
147
  msgid ""
148
  "You can choose from our predefined icons or upload your custom icon. Custom "
149
  "icon size is limited to 16x16 px."
150
  msgstr ""
151
 
152
- #: ../admin/settings/general.class.php:158
153
  msgid "None"
154
  msgstr ""
155
 
156
- #: ../admin/settings/general.class.php:159
157
  msgid "Heart"
158
  msgstr ""
159
 
160
- #: ../admin/settings/general.class.php:160
161
  msgid "Heart+"
162
  msgstr ""
163
 
164
- #: ../admin/settings/general.class.php:161
165
  msgid "Custom"
166
  msgstr ""
167
 
168
- #: ../admin/settings/general.class.php:178
169
  msgid "Upload"
170
  msgstr ""
171
 
172
- #: ../admin/settings/general.class.php:187
173
  msgid "\"Add to Wishlist\" Icon Color"
174
  msgstr ""
175
 
176
- #: ../admin/settings/general.class.php:189
177
  msgid "Black"
178
  msgstr ""
179
 
180
- #: ../admin/settings/general.class.php:190
181
- #: ../admin/settings/style.class.php:412
182
  msgid "White"
183
  msgstr ""
184
 
185
- #: ../admin/settings/general.class.php:197
186
  msgid "\"Add to Wishlist\" button Text"
187
  msgstr ""
188
 
189
- #: ../admin/settings/general.class.php:203
190
  msgid "\"View Wishlist\" button Text"
191
  msgstr ""
192
 
193
- #: ../admin/settings/general.class.php:209
194
  msgid "Redirect to Wishlist"
195
  msgstr ""
196
 
197
- #: ../admin/settings/general.class.php:210
198
  msgid ""
199
  "If enabled, user will be redirected to wishlist page after 5 sec from adding "
200
  "product to wishlist."
201
  msgstr ""
202
 
203
- #: ../admin/settings/general.class.php:216
204
  msgid "\"Product already in Wishlist\" Text"
205
  msgstr ""
206
 
207
- #: ../admin/settings/general.class.php:217
208
  msgid ""
209
  "This notification will be shown if user will try to add product that already "
210
  "in wishlist when quantity on wishlist page is disabled."
211
  msgstr ""
212
 
213
- #: ../admin/settings/general.class.php:223
214
  msgid "\"Product added to Wishlist\" Text"
215
  msgstr ""
216
 
217
- #: ../admin/settings/general.class.php:230
218
  msgid "Wishlist Product Settings"
219
  msgstr ""
220
 
221
- #: ../admin/settings/general.class.php:231
222
  msgid ""
223
  "Following options allows you to choose what information/functionality to "
224
  "show/enable in wishlist table on wishlist page."
225
  msgstr ""
226
 
227
- #: ../admin/settings/general.class.php:237
228
  msgid "Show \"Add to Cart\" button"
229
  msgstr ""
230
 
231
- #: ../admin/settings/general.class.php:244
232
  msgid "\"Add to Cart\" Text"
233
  msgstr ""
234
 
235
- #: ../admin/settings/general.class.php:251
236
  msgid "Show Unit price"
237
  msgstr ""
238
 
239
- #: ../admin/settings/general.class.php:257
240
  msgid "Show Stock status"
241
  msgstr ""
242
 
243
- #: ../admin/settings/general.class.php:263
244
  msgid "Show Date of addition"
245
  msgstr ""
246
 
247
- #: ../admin/settings/general.class.php:270
248
  msgid "Wishlist Table Settings"
249
  msgstr ""
250
 
251
- #: ../admin/settings/general.class.php:271
252
  msgid ""
253
  "Following options will help user to manage and add products to cart from "
254
  "wishlist table in bulk."
255
  msgstr ""
256
 
257
- #: ../admin/settings/general.class.php:277
258
  msgid "Show Checkboxes"
259
  msgstr ""
260
 
261
- #: ../admin/settings/general.class.php:289
262
  msgid "Show Actions button"
263
  msgstr ""
264
 
265
- #: ../admin/settings/general.class.php:290
266
  msgid "Bulk actions drop down at the bottom of wishlist table"
267
  msgstr ""
268
 
269
- #: ../admin/settings/general.class.php:296
270
  msgid "Show \"Add Selected to Cart\" button"
271
  msgstr ""
272
 
273
- #: ../admin/settings/general.class.php:303
274
  msgid "\"Add Selected to Cart\" Button Text"
275
  msgstr ""
276
 
277
- #: ../admin/settings/general.class.php:314
278
  msgid "Show \"Add All to Cart\" button"
279
  msgstr ""
280
 
281
- #: ../admin/settings/general.class.php:321
282
  msgid "\"Add All to Cart\" Button Text"
283
  msgstr ""
284
 
285
- #: ../admin/settings/general.class.php:334
286
  msgid ""
287
  "Following options enable/disable Social share icons below wishlist table on "
288
  "wishlist page. Wishlist owner can easily share their wishlists using this "
@@ -290,31 +294,31 @@ msgid ""
290
  "shared status, private wishlists can't be shared."
291
  msgstr ""
292
 
293
- #: ../admin/settings/general.class.php:340
294
  msgid "Social Networks Sharing Options"
295
  msgstr ""
296
 
297
- #: ../admin/settings/general.class.php:346 ../views/wizard/step-social.php:26
298
  msgid "Show \"Share on Facebook\" Button"
299
  msgstr ""
300
 
301
- #: ../admin/settings/general.class.php:352 ../views/wizard/step-social.php:35
302
  msgid "Show \"Tweet on Twitter\" Button"
303
  msgstr ""
304
 
305
- #: ../admin/settings/general.class.php:358 ../views/wizard/step-social.php:44
306
  msgid "Show \"Pin on Pinterest\" Button"
307
  msgstr ""
308
 
309
- #: ../admin/settings/general.class.php:364 ../views/wizard/step-social.php:53
310
  msgid "Show \"Share on Google+\" Button"
311
  msgstr ""
312
 
313
- #: ../admin/settings/general.class.php:370 ../views/wizard/step-social.php:62
314
  msgid "Show \"Share on Email\" Button"
315
  msgstr ""
316
 
317
- #: ../admin/settings/general.class.php:376
318
  msgid "\"Share on\" Text"
319
  msgstr ""
320
 
@@ -326,227 +330,302 @@ msgstr ""
326
  msgid "Wishlist Style Options"
327
  msgstr ""
328
 
 
 
 
 
 
 
 
 
329
  #: ../admin/settings/style.class.php:50
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
330
  msgid "text"
331
  msgstr ""
332
 
333
- #: ../admin/settings/style.class.php:57 ../admin/settings/style.class.php:432
334
  msgid "Title Color"
335
  msgstr ""
336
 
337
- #: ../admin/settings/style.class.php:63 ../admin/settings/style.class.php:438
338
  msgid "Title Font Size"
339
  msgstr ""
340
 
341
- #: ../admin/settings/style.class.php:69 ../admin/settings/style.class.php:361
342
- #: ../admin/settings/style.class.php:444
343
  msgid "Content Text Color"
344
  msgstr ""
345
 
346
- #: ../admin/settings/style.class.php:74
 
 
 
 
 
 
 
347
  msgid "links"
348
  msgstr ""
349
 
350
- #: ../admin/settings/style.class.php:81
351
  msgid "Color"
352
  msgstr ""
353
 
354
- #: ../admin/settings/style.class.php:87
355
  msgid "Hover Color"
356
  msgstr ""
357
 
358
- #: ../admin/settings/style.class.php:93
359
  msgid "Underline"
360
  msgstr ""
361
 
362
- #: ../admin/settings/style.class.php:95
363
  msgid "Yes"
364
  msgstr ""
365
 
366
- #: ../admin/settings/style.class.php:96
367
  msgid "No"
368
  msgstr ""
369
 
370
- #: ../admin/settings/style.class.php:102
371
  msgid "fields"
372
  msgstr ""
373
 
374
- #: ../admin/settings/style.class.php:109 ../admin/settings/style.class.php:151
375
- #: ../admin/settings/style.class.php:205 ../admin/settings/style.class.php:247
376
- #: ../admin/settings/style.class.php:289 ../admin/settings/style.class.php:331
377
- #: ../admin/settings/style.class.php:426
378
  msgid "Background Color"
379
  msgstr ""
380
 
381
- #: ../admin/settings/style.class.php:115 ../admin/settings/style.class.php:337
382
  msgid "Border Color"
383
  msgstr ""
384
 
385
- #: ../admin/settings/style.class.php:121 ../admin/settings/style.class.php:193
386
- #: ../admin/settings/style.class.php:235 ../admin/settings/style.class.php:277
387
- #: ../admin/settings/style.class.php:319
388
  msgid "Border Radius"
389
  msgstr ""
390
 
391
- #: ../admin/settings/style.class.php:127 ../admin/settings/style.class.php:163
392
- #: ../admin/settings/style.class.php:217 ../admin/settings/style.class.php:259
393
- #: ../admin/settings/style.class.php:301
394
  msgid "Text Color"
395
  msgstr ""
396
 
397
- #: ../admin/settings/style.class.php:133 ../admin/settings/style.class.php:187
398
- #: ../admin/settings/style.class.php:229 ../admin/settings/style.class.php:271
399
- #: ../admin/settings/style.class.php:313
400
  msgid "Font Size"
401
  msgstr ""
402
 
403
- #: ../admin/settings/style.class.php:139
404
  msgid "Select Font Size"
405
  msgstr ""
406
 
407
- #: ../admin/settings/style.class.php:144
408
  msgid "add to wishlist product page button"
409
  msgstr ""
410
 
411
- #: ../admin/settings/style.class.php:157 ../admin/settings/style.class.php:211
412
- #: ../admin/settings/style.class.php:253 ../admin/settings/style.class.php:295
413
  msgid "Background Hover Color"
414
  msgstr ""
415
 
416
- #: ../admin/settings/style.class.php:169
417
  msgid "Button Text Color"
418
  msgstr ""
419
 
420
- #: ../admin/settings/style.class.php:175 ../admin/settings/style.class.php:223
421
- #: ../admin/settings/style.class.php:265 ../admin/settings/style.class.php:307
422
  msgid "Text Hover Color"
423
  msgstr ""
424
 
425
- #: ../admin/settings/style.class.php:181
426
  msgid "Button Text Hover Color"
427
  msgstr ""
428
 
429
- #: ../admin/settings/style.class.php:198
430
  msgid "accent buttons style"
431
  msgstr ""
432
 
433
- #: ../admin/settings/style.class.php:240
 
 
 
 
434
  msgid "normal buttons style"
435
  msgstr ""
436
 
437
- #: ../admin/settings/style.class.php:282
438
  msgid "add to cart button"
439
  msgstr ""
440
 
441
- #: ../admin/settings/style.class.php:324
442
  msgid "table"
443
  msgstr ""
444
 
445
- #: ../admin/settings/style.class.php:343
446
  msgid "Table Head Background Color"
447
  msgstr ""
448
 
449
- #: ../admin/settings/style.class.php:349
450
  msgid "Table Head Text Color"
451
  msgstr ""
452
 
453
- #: ../admin/settings/style.class.php:355
 
 
 
 
454
  msgid "Table Head Font Size"
455
  msgstr ""
456
 
457
- #: ../admin/settings/style.class.php:367 ../admin/settings/style.class.php:450
 
 
 
 
458
  msgid "Content Text Font Size"
459
  msgstr ""
460
 
461
- #: ../admin/settings/style.class.php:373
462
  msgid "Price Color"
463
  msgstr ""
464
 
465
- #: ../admin/settings/style.class.php:379
 
 
 
 
466
  msgid "Price Font Size"
467
  msgstr ""
468
 
469
- #: ../admin/settings/style.class.php:385
470
  msgid "Special Price Color"
471
  msgstr ""
472
 
473
- #: ../admin/settings/style.class.php:391
474
  msgid "Special Price Background Color"
475
  msgstr ""
476
 
477
- #: ../admin/settings/style.class.php:397
478
  msgid "Social Icons Background Color"
479
  msgstr ""
480
 
481
- #: ../admin/settings/style.class.php:403
482
  msgid "Social Icons Background Hover Color"
483
  msgstr ""
484
 
485
- #: ../admin/settings/style.class.php:409
486
  msgid "Social Icons Color"
487
  msgstr ""
488
 
489
- #: ../admin/settings/style.class.php:411
490
  msgid "Dark"
491
  msgstr ""
492
 
493
- #: ../admin/settings/style.class.php:419
494
  msgid "popups"
495
  msgstr ""
496
 
497
- #: ../admin/settings/style.class.php:456
 
 
 
 
498
  msgid "Fields Background Color"
499
  msgstr ""
500
 
501
- #: ../admin/settings/style.class.php:462
502
  msgid "Fields Border Color"
503
  msgstr ""
504
 
505
- #: ../admin/settings/style.class.php:468
506
  msgid "Fields Border Radius"
507
  msgstr ""
508
 
509
- #: ../admin/settings/style.class.php:474
510
  msgid "Fields Text Color"
511
  msgstr ""
512
 
513
- #: ../admin/settings/style.class.php:480
514
  msgid "Fields Placeholder Text Color"
515
  msgstr ""
516
 
517
- #: ../admin/settings/style.class.php:486
518
  msgid "Normal Buttons Background Color"
519
  msgstr ""
520
 
521
- #: ../admin/settings/style.class.php:492
522
  msgid "Normal Buttons Background Hover Color"
523
  msgstr ""
524
 
525
- #: ../admin/settings/style.class.php:498
526
  msgid "Normal Buttons Text Color"
527
  msgstr ""
528
 
529
- #: ../admin/settings/style.class.php:504
530
  msgid "Normal Buttons Text Hover Color"
531
  msgstr ""
532
 
533
- #: ../admin/settings/style.class.php:510
534
  msgid "Accent Buttons Background Color"
535
  msgstr ""
536
 
537
- #: ../admin/settings/style.class.php:516
538
  msgid "Accent Buttons Background Hover Color"
539
  msgstr ""
540
 
541
- #: ../admin/settings/style.class.php:522
542
  msgid "Accent Buttons Text Color"
543
  msgstr ""
544
 
545
- #: ../admin/settings/style.class.php:528
546
  msgid "Accent Buttons Text Hover Color"
547
  msgstr ""
548
 
549
- #: ../admin/settings/upgrade.class.php:34 ../admin/tinvwl.class.php:158
550
  msgid "Upgrade to Pro"
551
  msgstr ""
552
 
@@ -632,6 +711,7 @@ msgid "Page Setup"
632
  msgstr ""
633
 
634
  #: ../includes/wizard.class.php:281 ../includes/wizard.class.php:311
 
635
  msgid "Wishlist"
636
  msgstr ""
637
 
@@ -667,12 +747,12 @@ msgstr ""
667
  msgid "Product option is not selected!"
668
  msgstr ""
669
 
670
- #: ../public/tinvwl.class.php:194
671
  #, php-format
672
  msgid "%1$s of %2$s"
673
  msgstr ""
674
 
675
- #: ../public/tinvwl.class.php:334
676
  msgid "Create New"
677
  msgstr ""
678
 
@@ -716,15 +796,15 @@ msgstr ""
716
  msgid "%s has not been removed from wishlist."
717
  msgstr ""
718
 
719
- #: ../public/wishlist/view.class.php:300
720
  msgid "Return to Wishlist"
721
  msgstr ""
722
 
723
- #: ../public/wishlist/view.class.php:378
724
  msgid "Previous Page"
725
  msgstr ""
726
 
727
- #: ../public/wishlist/view.class.php:387
728
  msgid "Next Page"
729
  msgstr ""
730
 
@@ -776,6 +856,10 @@ msgstr ""
776
  msgid "In stock"
777
  msgstr ""
778
 
 
 
 
 
779
  #: ../views/admin/premium-features.php:19
780
  msgid "benefit from all the"
781
  msgstr ""
3
  msgstr ""
4
  "Project-Id-Version: TI WooCommerce Wishlist\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2016-11-08 16:14+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"
39
  msgid "Template Custom CSS"
40
  msgstr ""
41
 
42
+ #: ../admin/basestyle.helper.php:114 ../admin/settings/general.class.php:395
43
  msgid "Save Settings"
44
  msgstr ""
45
 
46
+ #: ../admin/basestyle.helper.php:120 ../admin/settings/general.class.php:401
47
  msgid "Save"
48
  msgstr ""
49
 
68
  msgstr ""
69
 
70
  #: ../admin/settings/general.class.php:76
71
+ msgid "Show Link to Wishlist in my account"
72
+ msgstr ""
73
+
74
+ #: ../admin/settings/general.class.php:82
75
  msgid "Remove Product from Wishlist if added to cart"
76
  msgstr ""
77
 
78
+ #: ../admin/settings/general.class.php:89
79
  msgid "Wishlist Page Options"
80
  msgstr ""
81
 
82
+ #: ../admin/settings/general.class.php:90
83
+ #: ../admin/settings/general.class.php:107 ../public/tinvwl.class.php:200
84
  msgid "Coming soon"
85
  msgstr ""
86
 
87
+ #: ../admin/settings/general.class.php:97 ../views/wizard/step-page.php:36
88
  msgid "My Wishlist"
89
  msgstr ""
90
 
91
+ #: ../admin/settings/general.class.php:106
92
  msgid "Wishlist Processing Options"
93
  msgstr ""
94
 
95
+ #: ../admin/settings/general.class.php:114
96
  msgid "Automatic removal"
97
  msgstr ""
98
 
99
+ #: ../admin/settings/general.class.php:121
100
  msgid "Remove condition"
101
  msgstr ""
102
 
103
+ #: ../admin/settings/general.class.php:124
104
  msgid "Add to Card"
105
  msgstr ""
106
 
107
+ #: ../admin/settings/general.class.php:132
108
  msgid "Product page \"Add to Wishlist\" Button Settings"
109
  msgstr ""
110
 
111
+ #: ../admin/settings/general.class.php:138 ../views/wizard/step-button.php:32
112
  msgid "Button position"
113
  msgstr ""
114
 
115
+ #: ../admin/settings/general.class.php:139
116
  msgid ""
117
  "Add this shortcode <code>[ti_wishlists_addtowishlist]</code> anywhere on "
118
  "product page, if you have chosen custom position for product button. You "
119
  "will have to do this for each product."
120
  msgstr ""
121
 
122
+ #: ../admin/settings/general.class.php:142 ../includes/wizard.class.php:399
123
  msgid "After \"Add to Cart\" button"
124
  msgstr ""
125
 
126
+ #: ../admin/settings/general.class.php:143 ../includes/wizard.class.php:400
127
  msgid "Before \"Add to Cart\" button"
128
  msgstr ""
129
 
130
+ #: ../admin/settings/general.class.php:144 ../includes/wizard.class.php:401
131
  msgid "Custom position with code"
132
  msgstr ""
133
 
134
+ #: ../admin/settings/general.class.php:150
135
  msgid "Button type"
136
  msgstr ""
137
 
138
+ #: ../admin/settings/general.class.php:153
139
  msgid "Link"
140
  msgstr ""
141
 
142
+ #: ../admin/settings/general.class.php:154 ../includes/wizard.class.php:388
143
  msgid "Button"
144
  msgstr ""
145
 
146
+ #: ../admin/settings/general.class.php:160
147
  msgid "\"Add to Wishlist\" Icon"
148
  msgstr ""
149
 
150
+ #: ../admin/settings/general.class.php:161
151
  msgid ""
152
  "You can choose from our predefined icons or upload your custom icon. Custom "
153
  "icon size is limited to 16x16 px."
154
  msgstr ""
155
 
156
+ #: ../admin/settings/general.class.php:164
157
  msgid "None"
158
  msgstr ""
159
 
160
+ #: ../admin/settings/general.class.php:165
161
  msgid "Heart"
162
  msgstr ""
163
 
164
+ #: ../admin/settings/general.class.php:166
165
  msgid "Heart+"
166
  msgstr ""
167
 
168
+ #: ../admin/settings/general.class.php:167
169
  msgid "Custom"
170
  msgstr ""
171
 
172
+ #: ../admin/settings/general.class.php:184
173
  msgid "Upload"
174
  msgstr ""
175
 
176
+ #: ../admin/settings/general.class.php:193
177
  msgid "\"Add to Wishlist\" Icon Color"
178
  msgstr ""
179
 
180
+ #: ../admin/settings/general.class.php:195
181
  msgid "Black"
182
  msgstr ""
183
 
184
+ #: ../admin/settings/general.class.php:196
185
+ #: ../admin/settings/style.class.php:502
186
  msgid "White"
187
  msgstr ""
188
 
189
+ #: ../admin/settings/general.class.php:203
190
  msgid "\"Add to Wishlist\" button Text"
191
  msgstr ""
192
 
193
+ #: ../admin/settings/general.class.php:209
194
  msgid "\"View Wishlist\" button Text"
195
  msgstr ""
196
 
197
+ #: ../admin/settings/general.class.php:215
198
  msgid "Redirect to Wishlist"
199
  msgstr ""
200
 
201
+ #: ../admin/settings/general.class.php:216
202
  msgid ""
203
  "If enabled, user will be redirected to wishlist page after 5 sec from adding "
204
  "product to wishlist."
205
  msgstr ""
206
 
207
+ #: ../admin/settings/general.class.php:222
208
  msgid "\"Product already in Wishlist\" Text"
209
  msgstr ""
210
 
211
+ #: ../admin/settings/general.class.php:223
212
  msgid ""
213
  "This notification will be shown if user will try to add product that already "
214
  "in wishlist when quantity on wishlist page is disabled."
215
  msgstr ""
216
 
217
+ #: ../admin/settings/general.class.php:229
218
  msgid "\"Product added to Wishlist\" Text"
219
  msgstr ""
220
 
221
+ #: ../admin/settings/general.class.php:236
222
  msgid "Wishlist Product Settings"
223
  msgstr ""
224
 
225
+ #: ../admin/settings/general.class.php:237
226
  msgid ""
227
  "Following options allows you to choose what information/functionality to "
228
  "show/enable in wishlist table on wishlist page."
229
  msgstr ""
230
 
231
+ #: ../admin/settings/general.class.php:243
232
  msgid "Show \"Add to Cart\" button"
233
  msgstr ""
234
 
235
+ #: ../admin/settings/general.class.php:250
236
  msgid "\"Add to Cart\" Text"
237
  msgstr ""
238
 
239
+ #: ../admin/settings/general.class.php:257
240
  msgid "Show Unit price"
241
  msgstr ""
242
 
243
+ #: ../admin/settings/general.class.php:263
244
  msgid "Show Stock status"
245
  msgstr ""
246
 
247
+ #: ../admin/settings/general.class.php:269
248
  msgid "Show Date of addition"
249
  msgstr ""
250
 
251
+ #: ../admin/settings/general.class.php:276
252
  msgid "Wishlist Table Settings"
253
  msgstr ""
254
 
255
+ #: ../admin/settings/general.class.php:277
256
  msgid ""
257
  "Following options will help user to manage and add products to cart from "
258
  "wishlist table in bulk."
259
  msgstr ""
260
 
261
+ #: ../admin/settings/general.class.php:283
262
  msgid "Show Checkboxes"
263
  msgstr ""
264
 
265
+ #: ../admin/settings/general.class.php:295
266
  msgid "Show Actions button"
267
  msgstr ""
268
 
269
+ #: ../admin/settings/general.class.php:296
270
  msgid "Bulk actions drop down at the bottom of wishlist table"
271
  msgstr ""
272
 
273
+ #: ../admin/settings/general.class.php:302
274
  msgid "Show \"Add Selected to Cart\" button"
275
  msgstr ""
276
 
277
+ #: ../admin/settings/general.class.php:309
278
  msgid "\"Add Selected to Cart\" Button Text"
279
  msgstr ""
280
 
281
+ #: ../admin/settings/general.class.php:320
282
  msgid "Show \"Add All to Cart\" button"
283
  msgstr ""
284
 
285
+ #: ../admin/settings/general.class.php:327
286
  msgid "\"Add All to Cart\" Button Text"
287
  msgstr ""
288
 
289
+ #: ../admin/settings/general.class.php:340
290
  msgid ""
291
  "Following options enable/disable Social share icons below wishlist table on "
292
  "wishlist page. Wishlist owner can easily share their wishlists using this "
294
  "shared status, private wishlists can't be shared."
295
  msgstr ""
296
 
297
+ #: ../admin/settings/general.class.php:346
298
  msgid "Social Networks Sharing Options"
299
  msgstr ""
300
 
301
+ #: ../admin/settings/general.class.php:352 ../views/wizard/step-social.php:26
302
  msgid "Show \"Share on Facebook\" Button"
303
  msgstr ""
304
 
305
+ #: ../admin/settings/general.class.php:358 ../views/wizard/step-social.php:35
306
  msgid "Show \"Tweet on Twitter\" Button"
307
  msgstr ""
308
 
309
+ #: ../admin/settings/general.class.php:364 ../views/wizard/step-social.php:44
310
  msgid "Show \"Pin on Pinterest\" Button"
311
  msgstr ""
312
 
313
+ #: ../admin/settings/general.class.php:370 ../views/wizard/step-social.php:53
314
  msgid "Show \"Share on Google+\" Button"
315
  msgstr ""
316
 
317
+ #: ../admin/settings/general.class.php:376 ../views/wizard/step-social.php:62
318
  msgid "Show \"Share on Email\" Button"
319
  msgstr ""
320
 
321
+ #: ../admin/settings/general.class.php:382
322
  msgid "\"Share on\" Text"
323
  msgstr ""
324
 
330
  msgid "Wishlist Style Options"
331
  msgstr ""
332
 
333
+ #: ../admin/settings/style.class.php:48
334
+ msgid "Use Default Font"
335
+ msgstr ""
336
+
337
+ #: ../admin/settings/style.class.php:49
338
+ msgid "Georgia"
339
+ msgstr ""
340
+
341
  #: ../admin/settings/style.class.php:50
342
+ msgid "Times New Roman, Times"
343
+ msgstr ""
344
+
345
+ #: ../admin/settings/style.class.php:51
346
+ msgid "Arial, Helvetica"
347
+ msgstr ""
348
+
349
+ #: ../admin/settings/style.class.php:52
350
+ msgid "Courier New, Courier"
351
+ msgstr ""
352
+
353
+ #: ../admin/settings/style.class.php:53
354
+ msgid "Georgia, Times New Roman, Times"
355
+ msgstr ""
356
+
357
+ #: ../admin/settings/style.class.php:54
358
+ msgid "Verdana, Arial, Helvetica"
359
+ msgstr ""
360
+
361
+ #: ../admin/settings/style.class.php:55
362
+ msgid "Geneva, Arial, Helvetica"
363
+ msgstr ""
364
+
365
+ #: ../admin/settings/style.class.php:56
366
+ msgid "Source Sans Pro, Open Sans"
367
+ msgstr ""
368
+
369
+ #: ../admin/settings/style.class.php:57
370
+ msgid "Helvetica Neue, Helvetica, Roboto, Arial"
371
+ msgstr ""
372
+
373
+ #: ../admin/settings/style.class.php:58
374
+ msgid "Arial"
375
+ msgstr ""
376
+
377
+ #: ../admin/settings/style.class.php:59
378
+ msgid "Lucida Grande, Verdana, Arial, Bitstream Vera Sans"
379
+ msgstr ""
380
+
381
+ #: ../admin/settings/style.class.php:64
382
  msgid "text"
383
  msgstr ""
384
 
385
+ #: ../admin/settings/style.class.php:71 ../admin/settings/style.class.php:522
386
  msgid "Title Color"
387
  msgstr ""
388
 
389
+ #: ../admin/settings/style.class.php:77 ../admin/settings/style.class.php:535
390
  msgid "Title Font Size"
391
  msgstr ""
392
 
393
+ #: ../admin/settings/style.class.php:83 ../admin/settings/style.class.php:437
394
+ #: ../admin/settings/style.class.php:541
395
  msgid "Content Text Color"
396
  msgstr ""
397
 
398
+ #: ../admin/settings/style.class.php:89 ../admin/settings/style.class.php:124
399
+ #: ../admin/settings/style.class.php:161 ../admin/settings/style.class.php:222
400
+ #: ../admin/settings/style.class.php:271 ../admin/settings/style.class.php:326
401
+ #: ../admin/settings/style.class.php:375
402
+ msgid "Font"
403
+ msgstr ""
404
+
405
+ #: ../admin/settings/style.class.php:95
406
  msgid "links"
407
  msgstr ""
408
 
409
+ #: ../admin/settings/style.class.php:102
410
  msgid "Color"
411
  msgstr ""
412
 
413
+ #: ../admin/settings/style.class.php:108
414
  msgid "Hover Color"
415
  msgstr ""
416
 
417
+ #: ../admin/settings/style.class.php:114
418
  msgid "Underline"
419
  msgstr ""
420
 
421
+ #: ../admin/settings/style.class.php:116
422
  msgid "Yes"
423
  msgstr ""
424
 
425
+ #: ../admin/settings/style.class.php:117
426
  msgid "No"
427
  msgstr ""
428
 
429
+ #: ../admin/settings/style.class.php:130
430
  msgid "fields"
431
  msgstr ""
432
 
433
+ #: ../admin/settings/style.class.php:137 ../admin/settings/style.class.php:186
434
+ #: ../admin/settings/style.class.php:247 ../admin/settings/style.class.php:302
435
+ #: ../admin/settings/style.class.php:351 ../admin/settings/style.class.php:400
436
+ #: ../admin/settings/style.class.php:516
437
  msgid "Background Color"
438
  msgstr ""
439
 
440
+ #: ../admin/settings/style.class.php:143 ../admin/settings/style.class.php:406
441
  msgid "Border Color"
442
  msgstr ""
443
 
444
+ #: ../admin/settings/style.class.php:149 ../admin/settings/style.class.php:235
445
+ #: ../admin/settings/style.class.php:290 ../admin/settings/style.class.php:339
446
+ #: ../admin/settings/style.class.php:388
447
  msgid "Border Radius"
448
  msgstr ""
449
 
450
+ #: ../admin/settings/style.class.php:155 ../admin/settings/style.class.php:198
451
+ #: ../admin/settings/style.class.php:259 ../admin/settings/style.class.php:314
452
+ #: ../admin/settings/style.class.php:363
453
  msgid "Text Color"
454
  msgstr ""
455
 
456
+ #: ../admin/settings/style.class.php:168 ../admin/settings/style.class.php:229
457
+ #: ../admin/settings/style.class.php:278 ../admin/settings/style.class.php:333
458
+ #: ../admin/settings/style.class.php:382
459
  msgid "Font Size"
460
  msgstr ""
461
 
462
+ #: ../admin/settings/style.class.php:174
463
  msgid "Select Font Size"
464
  msgstr ""
465
 
466
+ #: ../admin/settings/style.class.php:179
467
  msgid "add to wishlist product page button"
468
  msgstr ""
469
 
470
+ #: ../admin/settings/style.class.php:192 ../admin/settings/style.class.php:253
471
+ #: ../admin/settings/style.class.php:308 ../admin/settings/style.class.php:357
472
  msgid "Background Hover Color"
473
  msgstr ""
474
 
475
+ #: ../admin/settings/style.class.php:204
476
  msgid "Button Text Color"
477
  msgstr ""
478
 
479
+ #: ../admin/settings/style.class.php:210 ../admin/settings/style.class.php:265
480
+ #: ../admin/settings/style.class.php:320 ../admin/settings/style.class.php:369
481
  msgid "Text Hover Color"
482
  msgstr ""
483
 
484
+ #: ../admin/settings/style.class.php:216
485
  msgid "Button Text Hover Color"
486
  msgstr ""
487
 
488
+ #: ../admin/settings/style.class.php:240
489
  msgid "accent buttons style"
490
  msgstr ""
491
 
492
+ #: ../admin/settings/style.class.php:284
493
+ msgid "Search Widget Font Size"
494
+ msgstr ""
495
+
496
+ #: ../admin/settings/style.class.php:295
497
  msgid "normal buttons style"
498
  msgstr ""
499
 
500
+ #: ../admin/settings/style.class.php:344
501
  msgid "add to cart button"
502
  msgstr ""
503
 
504
+ #: ../admin/settings/style.class.php:393
505
  msgid "table"
506
  msgstr ""
507
 
508
+ #: ../admin/settings/style.class.php:412
509
  msgid "Table Head Background Color"
510
  msgstr ""
511
 
512
+ #: ../admin/settings/style.class.php:418
513
  msgid "Table Head Text Color"
514
  msgstr ""
515
 
516
+ #: ../admin/settings/style.class.php:424
517
+ msgid "Table Head Font"
518
+ msgstr ""
519
+
520
+ #: ../admin/settings/style.class.php:431
521
  msgid "Table Head Font Size"
522
  msgstr ""
523
 
524
+ #: ../admin/settings/style.class.php:443 ../admin/settings/style.class.php:547
525
+ msgid "Content Text Font"
526
+ msgstr ""
527
+
528
+ #: ../admin/settings/style.class.php:450 ../admin/settings/style.class.php:554
529
  msgid "Content Text Font Size"
530
  msgstr ""
531
 
532
+ #: ../admin/settings/style.class.php:456
533
  msgid "Price Color"
534
  msgstr ""
535
 
536
+ #: ../admin/settings/style.class.php:462
537
+ msgid "Price Font"
538
+ msgstr ""
539
+
540
+ #: ../admin/settings/style.class.php:469
541
  msgid "Price Font Size"
542
  msgstr ""
543
 
544
+ #: ../admin/settings/style.class.php:475
545
  msgid "Special Price Color"
546
  msgstr ""
547
 
548
+ #: ../admin/settings/style.class.php:481
549
  msgid "Special Price Background Color"
550
  msgstr ""
551
 
552
+ #: ../admin/settings/style.class.php:487
553
  msgid "Social Icons Background Color"
554
  msgstr ""
555
 
556
+ #: ../admin/settings/style.class.php:493
557
  msgid "Social Icons Background Hover Color"
558
  msgstr ""
559
 
560
+ #: ../admin/settings/style.class.php:499
561
  msgid "Social Icons Color"
562
  msgstr ""
563
 
564
+ #: ../admin/settings/style.class.php:501
565
  msgid "Dark"
566
  msgstr ""
567
 
568
+ #: ../admin/settings/style.class.php:509
569
  msgid "popups"
570
  msgstr ""
571
 
572
+ #: ../admin/settings/style.class.php:528
573
+ msgid "Title Font"
574
+ msgstr ""
575
+
576
+ #: ../admin/settings/style.class.php:560
577
  msgid "Fields Background Color"
578
  msgstr ""
579
 
580
+ #: ../admin/settings/style.class.php:566
581
  msgid "Fields Border Color"
582
  msgstr ""
583
 
584
+ #: ../admin/settings/style.class.php:572
585
  msgid "Fields Border Radius"
586
  msgstr ""
587
 
588
+ #: ../admin/settings/style.class.php:578
589
  msgid "Fields Text Color"
590
  msgstr ""
591
 
592
+ #: ../admin/settings/style.class.php:584
593
  msgid "Fields Placeholder Text Color"
594
  msgstr ""
595
 
596
+ #: ../admin/settings/style.class.php:590
597
  msgid "Normal Buttons Background Color"
598
  msgstr ""
599
 
600
+ #: ../admin/settings/style.class.php:596
601
  msgid "Normal Buttons Background Hover Color"
602
  msgstr ""
603
 
604
+ #: ../admin/settings/style.class.php:602
605
  msgid "Normal Buttons Text Color"
606
  msgstr ""
607
 
608
+ #: ../admin/settings/style.class.php:608
609
  msgid "Normal Buttons Text Hover Color"
610
  msgstr ""
611
 
612
+ #: ../admin/settings/style.class.php:614
613
  msgid "Accent Buttons Background Color"
614
  msgstr ""
615
 
616
+ #: ../admin/settings/style.class.php:620
617
  msgid "Accent Buttons Background Hover Color"
618
  msgstr ""
619
 
620
+ #: ../admin/settings/style.class.php:626
621
  msgid "Accent Buttons Text Color"
622
  msgstr ""
623
 
624
+ #: ../admin/settings/style.class.php:632
625
  msgid "Accent Buttons Text Hover Color"
626
  msgstr ""
627
 
628
+ #: ../admin/settings/upgrade.class.php:34 ../admin/tinvwl.class.php:159
629
  msgid "Upgrade to Pro"
630
  msgstr ""
631
 
711
  msgstr ""
712
 
713
  #: ../includes/wizard.class.php:281 ../includes/wizard.class.php:311
714
+ #: ../public/tinvwl.class.php:402
715
  msgid "Wishlist"
716
  msgstr ""
717
 
747
  msgid "Product option is not selected!"
748
  msgstr ""
749
 
750
+ #: ../public/tinvwl.class.php:199
751
  #, php-format
752
  msgid "%1$s of %2$s"
753
  msgstr ""
754
 
755
+ #: ../public/tinvwl.class.php:339
756
  msgid "Create New"
757
  msgstr ""
758
 
796
  msgid "%s has not been removed from wishlist."
797
  msgstr ""
798
 
799
+ #: ../public/wishlist/view.class.php:304
800
  msgid "Return to Wishlist"
801
  msgstr ""
802
 
803
+ #: ../public/wishlist/view.class.php:382
804
  msgid "Previous Page"
805
  msgstr ""
806
 
807
+ #: ../public/wishlist/view.class.php:391
808
  msgid "Next Page"
809
  msgstr ""
810
 
856
  msgid "In stock"
857
  msgstr ""
858
 
859
+ #: ../tinv-wishlists-function.php:651
860
+ msgid "Select options"
861
+ msgstr ""
862
+
863
  #: ../views/admin/premium-features.php:19
864
  msgid "benefit from all the"
865
  msgstr ""
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.6.1
7
- Stable tag: 1.1.0
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.0 =
118
  *Release Date - 11 October 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.6.1
7
+ Stable tag: 1.1.1
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
114
 
115
  == Changelog ==
116
 
117
+ = 1.1.1 =
118
+ *Release Date - 08 November 2016*
119
+
120
+ * Fixed issue with upgrade from free to premium version
121
+
122
+
123
  = 1.1.0 =
124
  *Release Date - 11 October 2016*
125
 
ti-woocommerce-wishlist.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: TI WooCommerce Wishlist
5
  * Plugin URI: http://templateinvaders.com/product/ti-woocommerce-wishlist-wordpress-plugin/
6
  * Description: Wishlist functionality for your WooCommerce store.
7
- * Version: 1.1.0
8
  * Author: Template Invaders
9
  * Author URI: http://templateinvaders.com/
10
  * License: GPL-2.0+
@@ -33,7 +33,7 @@ if ( ! defined( 'TINVWL_PREFIX' ) ) {
33
  }
34
 
35
  if ( ! defined( 'TINVWL_FVERSION' ) ) {
36
- define( 'TINVWL_FVERSION', '1.1.0' );
37
  }
38
 
39
  if ( ! defined( 'TINVWL_LOAD_FREE' ) ) {
@@ -69,8 +69,10 @@ if ( ! function_exists( 'uninstall_tinv_wishlist' ) ) {
69
  * Uninstall plugin
70
  */
71
  function uninstall_tinv_wishlist() {
72
- TInvWL_Activator::uninstall();
73
- flush_rewrite_rules();
 
 
74
  }
75
  }
76
 
4
  * Plugin Name: TI WooCommerce Wishlist
5
  * Plugin URI: http://templateinvaders.com/product/ti-woocommerce-wishlist-wordpress-plugin/
6
  * Description: Wishlist functionality for your WooCommerce store.
7
+ * Version: 1.1.1
8
  * Author: Template Invaders
9
  * Author URI: http://templateinvaders.com/
10
  * License: GPL-2.0+
33
  }
34
 
35
  if ( ! defined( 'TINVWL_FVERSION' ) ) {
36
+ define( 'TINVWL_FVERSION', '1.1.1' );
37
  }
38
 
39
  if ( ! defined( 'TINVWL_LOAD_FREE' ) ) {
69
  * Uninstall plugin
70
  */
71
  function uninstall_tinv_wishlist() {
72
+ if ( ! defined( 'TINVWL_LOAD_PREMIUM' ) ) {
73
+ TInvWL_Activator::uninstall();
74
+ flush_rewrite_rules();
75
+ }
76
  }
77
  }
78