Featured Image From URL - Version 2.3.6

Version Description

  • Improvement: you can buy the Premium version with Bitcoins now.
Download this release

Release Info

Developer marceljm
Plugin Icon 128x128 Featured Image From URL
Version 2.3.6
Comparing to
See all releases

Code changes from version 2.3.5 to 2.3.6

admin/html/js/menu.js CHANGED
@@ -24,7 +24,6 @@ jQuery(function () {
24
  });
25
 
26
  jQuery("#accordion").accordion();
27
- jQuery("#accordionCrop").accordion();
28
  jQuery("#accordionClean").accordion();
29
  jQuery("#tabs").tabs();
30
  jQuery("#tabs-top").tabs();
@@ -36,6 +35,7 @@ jQuery(function () {
36
  jQuery("#fifu_input_slider_speed").spinner({min: 0});
37
  jQuery("#fifu_input_slider_pause").spinner({min: 0});
38
  jQuery("#tabsApi").tabs();
 
39
  jQuery("#tabsPremium").tabs();
40
  jQuery("#tabsWooImport").tabs();
41
  jQuery("#tabsWpAllImport").tabs();
24
  });
25
 
26
  jQuery("#accordion").accordion();
 
27
  jQuery("#accordionClean").accordion();
28
  jQuery("#tabs").tabs();
29
  jQuery("#tabs-top").tabs();
35
  jQuery("#fifu_input_slider_speed").spinner({min: 0});
36
  jQuery("#fifu_input_slider_pause").spinner({min: 0});
37
  jQuery("#tabsApi").tabs();
38
+ jQuery("#tabsCrop").tabs();
39
  jQuery("#tabsPremium").tabs();
40
  jQuery("#tabsWooImport").tabs();
41
  jQuery("#tabsWpAllImport").tabs();
admin/html/menu.html CHANGED
@@ -26,72 +26,92 @@
26
  <div id="tabs-a">
27
  <a name="top"></a>
28
 
29
- <div class="box" style="">
30
- <h2><a name="top">Checking compatibility between your theme (<?php echo wp_get_theme()?>) and FIFU Premium...</a></h2>
31
- <div class="greybox">
32
- <div id="tabsPremium">
33
- <ul>
34
- <li><a href="#tabs-1">Features Compatibility</a></li>
35
- <li style="<?php echo fifu_woo_theme() ? '' : 'display:none' ?>"><a href="#tabs-3">Official FIFU WooCommerce Theme</a></li>
36
- </ul>
37
- <div id="tabs-1">
38
- <table>
39
- <tr>
40
- <th>as <b>Blog</b> (<a href="https://blog.featuredimagefromurl.com/" target="_blank">live preview</a>)</th>
41
- <th>as <b>Shop</b> (<a href="https://shop.featuredimagefromurl.com/" target="_blank">live preview</a>)</th>
42
- </tr>
43
- <tr>
44
- <td>featured image: yes</td>
45
- <td>product image: yes</td>
46
- </tr>
47
- <tr>
48
- <td></td>
49
- <td>product gallery: yes</td>
50
- </tr>
51
- <tr>
52
- <td>featured video: yes</td>
53
- <td>product video: <?php echo fifu_woo_theme()?'no':'yes'?></td>
54
- </tr>
55
- <tr>
56
- <td>featured slider: yes</td>
57
- <td>product slider: <?php echo fifu_woo_theme()?'no':'yes'?></td>
58
- </tr>
59
- </table>
60
- </div>
61
- <div id="tabs-3">
62
- FIFU is developed using <b><a href="https://wordpress.org/themes/storefront/">Storefront</a></b>, the official WooCommerce theme. So all the plugin features are compatible with that without any additional steps.<br><br>
63
- If your theme isn't flexible enough to work with external images, please consider to move to Storefront. Check the <a href="https://shop.featuredimagefromurl.com"><b>Live Preview</b></a>.
64
- </div>
65
- </div>
66
- </div>
67
- </div>
68
-
69
  <div class="box">
70
  <h2>About <a href="https://featuredimagefromurl.com/">Featured Image from URL Premium</a></h2>
71
  <div class="greybox">
72
- <h3>1) "How to get support?"</h3>
73
- You can inform any problem related to the Premium version by email (support@featuredimagefromurl.com). It will be solved as soon as possible and without any cost.<br><br>
74
- <h3>2) "Which plugins are compatible with Premium version?"</h3>
75
- WooCommerce, WP All Import, Monarch, Frontend Publishing and others. If you intend to use the Premium version with a specific plugin, try to test with this free version first. Or you can ask me if they are compatible.<br><br>
76
- <h3>3) "Are there known incompatibility issues?"</h3>
77
- Some WooCommerce themes aren’t flexible enough to work with Videos, Sliders and Shortcodes. To know if your theme is compatible with those features, please take a look above.<br><br>
78
- <h3>4) "Can I get my money back later?"</h3>
79
- With the exception of rare situations, no. But don't worry about that. You will still have the best support and if, after your complete cooperation, I'm not able to solve your issue, I can refund you.<br><br>
80
- <h3>5) "How to get the Premium version?"</h3>
81
- <div style="display:inline-block;">
82
- <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
83
- <input type="hidden" name="cmd" value="_s-xclick">
84
- <input type="hidden" name="hosted_button_id" value="8BLDLZ3HDBGQG">
85
- <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG_global.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online!">
86
- <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
87
- </form>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
88
  </div>
89
- <div style="display:inline-block;top:-15px;position:relative">
90
- (<b>US$ 40</b> or more, please) and receive the download link by email within 12 hours.<br>
91
- Moreover, <b>you will have lifetime automatic updates</b>.<br>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  </div>
93
  </div>
94
- </div>
95
  </div>
96
  <div id="tabs-k">
97
  <div class="box">
@@ -347,53 +367,87 @@
347
  </div>
348
  <br>
349
 
350
- <div id="accordionCrop">
351
 
352
- <h3>&nbsp;&nbsp;&nbspcrop images</h3>
353
- <div>
354
- <input
355
- type="image"
356
- href="javascript:void(0)"
357
- class="toggleoff"
358
- value=""
359
- style="display:block">
360
- <br>
361
- P.S.: if the crop doesn't work, use a Selector to inform where is the group of external images that you want to crop.
362
- </div>
363
-
364
- <h3>&nbsp;&nbsp;&nbspinform a Selector</h3>
365
- <div>
366
- Examples of valid selectors: <b>#</b><i>products</i> (if the element <b>id</b>="<i>products</i>"), <b>.</b><i>my-post-area</i> (if the element <b>class</b>="<i>my-post-area</i>")
367
  <br>
368
  <br>
369
- <input id="fifu_input_crop0"
370
- type="text"
371
- placeholder="selector 1"
372
- style="width:130px"
373
- value="">
374
- <input id="fifu_input_crop1"
375
- type="text"
376
- placeholder="selector 2"
377
- style="width:130px"
378
- value="">
379
- <input id="fifu_input_crop2"
380
- type="text"
381
- placeholder="selector 3"
382
- style="width:130px"
383
- value="">
384
- <input id="fifu_input_crop3"
385
- type="text"
386
- placeholder="selector 4"
387
- style="width:130px"
388
- value="">
389
- <input id="fifu_input_crop4"
390
- type="text"
391
- placeholder="selector 5"
392
- style="width:130px"
393
- value="">
394
- <input type="submit"
395
- value="Submit" disabled>
396
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
397
  </div>
398
  </div>
399
 
26
  <div id="tabs-a">
27
  <a name="top"></a>
28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  <div class="box">
30
  <h2>About <a href="https://featuredimagefromurl.com/">Featured Image from URL Premium</a></h2>
31
  <div class="greybox">
32
+ <h3>1) "How to get the Premium version?"</h3>
33
+ <div style="display:inline-block;;position:relative;top:-30px">
34
+ <table style="width:100%;border: 0px dotted #000">
35
+ <tr>
36
+ <td><center></center></td><td><center>Money</center></td><td><center>Bitcoin</center></td>
37
+ </tr>
38
+ <tr>
39
+ <td style="width:60%"
40
+ <div>
41
+ Donate <b>US$ 40</b> and receive the download link by email within 12 hours.<br>
42
+ Moreover, <b>you will have lifetime automatic updates</b>.<br>
43
+ </div>
44
+ </td>
45
+ <td style="width:20%">
46
+ <center>
47
+ <div style="display: inline-block;"><form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"><input name="cmd" type="hidden" value="_s-xclick"><input name="hosted_button_id" type="hidden" value="8BLDLZ3HDBGQG"><br><input alt="PayPal – The safer, easier way to pay online!" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG_global.gif" type="image"><br><img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" border="0"></form></div>
48
+ </center>
49
+ </td>
50
+ <td style="width:20%">
51
+ <center>
52
+ <div>
53
+ <form action="https://bitpay.com/checkout" method="post" >
54
+ <input type="hidden" name="action" value="checkout" />
55
+ <input type="hidden" name="posData" value="" />
56
+ <input type="hidden" name="data" value="Pckctxne2UGVgpP6lkzkpuMUwLjgOobhW3Sv8ita38+NMu0p/Ze7qZ9rLeOZ6dz5kJ+7LE77/T6Su8/Ka5alM6NHO1gFtptBCVhAkkoqQ5p8QX5YzXqP4//nu9S5YYO4INuEJbDgoo74xznf9mTJ0JIK/0YL5l38bnB66Gw7razFAlrZ8BGDS1+gvUENIgK+aIY1bJ8Epf/3UhV4G9RLo/R4LXdF9SIjAvMfsJHFu9c=" />
57
+ <input type="image" src="https://bitpay.com/cdn/en_US/bp-btn-pay-currencies.svg" name="submit" style="width:168px;" alt="BitPay, the easy way to pay with bitcoins." >
58
+ </form>
59
+ </div>
60
+ </center>
61
+ </td>
62
+ </tr>
63
+ </table>
64
+ <h3>2) "How to get support?"</h3>
65
+ You can inform any problem related to the Premium version by email (support@featuredimagefromurl.com). It will be solved as soon as possible and without any cost.<br><br>
66
+ <h3>3) "Which plugins are compatible with Premium version?"</h3>
67
+ WooCommerce, WP All Import, Monarch, Frontend Publishing and others. If you intend to use the Premium version with a specific plugin, try to test with this free version first. Or you can ask me if they are compatible.<br><br>
68
+ <h3>4) "Are there known incompatibility issues?"</h3>
69
+ Some WooCommerce themes aren’t flexible enough to work with Videos, Sliders and Shortcodes. To know if your theme is compatible with those features, please take a look below.<br><br>
70
+ <h3>5) "Can I get my money back later?"</h3>
71
+ With the exception of rare situations, no. But don't worry about that. You will still have the best support and if, after your complete cooperation, I'm not able to solve your issue, I can refund you.<br><br>
72
  </div>
73
+ </div>
74
+
75
+ <div class="box" style="">
76
+ <h2><a name="top">Checking compatibility between your theme (<?php echo wp_get_theme()?>) and FIFU Premium...</a></h2>
77
+ <div class="greybox">
78
+ <div id="tabsPremium">
79
+ <ul>
80
+ <li><a href="#tabs-1">Features Compatibility</a></li>
81
+ <li style="<?php echo fifu_woo_theme() ? '' : 'display:none' ?>"><a href="#tabs-3">Official FIFU WooCommerce Theme</a></li>
82
+ </ul>
83
+ <div id="tabs-1">
84
+ <table>
85
+ <tr>
86
+ <th>as <b>Blog</b> (<a href="https://blog.featuredimagefromurl.com/" target="_blank">live preview</a>)</th>
87
+ <th>as <b>Shop</b> (<a href="https://shop.featuredimagefromurl.com/" target="_blank">live preview</a>)</th>
88
+ </tr>
89
+ <tr>
90
+ <td>featured image: yes</td>
91
+ <td>product image: yes</td>
92
+ </tr>
93
+ <tr>
94
+ <td></td>
95
+ <td>product gallery: yes</td>
96
+ </tr>
97
+ <tr>
98
+ <td>featured video: yes</td>
99
+ <td>product video: <?php echo fifu_woo_theme()?'no':'yes'?></td>
100
+ </tr>
101
+ <tr>
102
+ <td>featured slider: yes</td>
103
+ <td>product slider: <?php echo fifu_woo_theme()?'no':'yes'?></td>
104
+ </tr>
105
+ </table>
106
+ </div>
107
+ <div id="tabs-3">
108
+ FIFU is developed using <b><a href="https://wordpress.org/themes/storefront/">Storefront</a></b>, the official WooCommerce theme. So all the plugin features are compatible with that without any additional steps.<br><br>
109
+ If your theme isn't flexible enough to work with external images, please consider to move to Storefront. Check the <a href="https://shop.featuredimagefromurl.com"><b>Live Preview</b></a>.
110
+ </div>
111
+ </div>
112
  </div>
113
  </div>
114
+ </div>
115
  </div>
116
  <div id="tabs-k">
117
  <div class="box">
367
  </div>
368
  <br>
369
 
370
+ <div id="tabsCrop">
371
 
372
+ <ul>
373
+ <li><a href="#tabsCrop-a">Crop Images</a></li>
374
+ <li><a href="#tabsCrop-b">Inform a Selector</a></li>
375
+ <li><a href="#tabsCrop-c">Size Ratio</a></li>
 
 
 
 
 
 
 
 
 
 
 
376
  <br>
377
  <br>
378
+ <div id="tabsCrop-a">
379
+ <table style="text-align:left">
380
+ <tr>
381
+ <th>
382
+ <input
383
+ type="image"
384
+ href="javascript:void(0)"
385
+ class="toggleoff"
386
+ value=""
387
+ style="display:block">
388
+ </th>
389
+ <th>
390
+ P.S.: if the crop doesn't work, use a Selector to inform where is the group of external images that you want to crop.
391
+ </th>
392
+ </tr>
393
+ </table>
394
+ </div>
395
+
396
+ <div id="tabsCrop-b">
397
+ <div>
398
+ Examples of valid selectors: <b>#</b><i>products</i> (if the element <b>id</b>="<i>products</i>"), <b>.</b><i>my-post-area</i> (if the element <b>class</b>="<i>my-post-area</i>")
399
+ <br>
400
+ <br>
401
+ <input id="fifu_input_crop0"
402
+ type="text"
403
+ placeholder="selector 1"
404
+ style="width:130px"
405
+ value="">
406
+ <input id="fifu_input_crop1"
407
+ type="text"
408
+ placeholder="selector 2"
409
+ style="width:130px"
410
+ value="">
411
+ <input id="fifu_input_crop2"
412
+ type="text"
413
+ placeholder="selector 3"
414
+ style="width:130px"
415
+ value="">
416
+ <input id="fifu_input_crop3"
417
+ type="text"
418
+ placeholder="selector 4"
419
+ style="width:130px"
420
+ value="">
421
+ <input id="fifu_input_crop4"
422
+ type="text"
423
+ placeholder="selector 5"
424
+ style="width:130px"
425
+ value="">
426
+ <input type="submit"
427
+ value="Submit" disabled>
428
+ </div>
429
+ </div>
430
+
431
+ <div id="tabsCrop-c">
432
+ <div>
433
+ Examples of valid size ratios: 3:2, 16:9, 1:1...
434
+ <br>
435
+ <br>
436
+ <table style="text-align:left">
437
+ <tr>
438
+ <th>
439
+ <input id="fifu_input_crop_ratio"
440
+ type="text"
441
+ style="width:75px"
442
+ value="">
443
+ <input type="submit"
444
+ value="Submit" disabled>
445
+ </th>
446
+ </tr>
447
+ </table>
448
+ </div>
449
+ </div>
450
+ </ul>
451
  </div>
452
  </div>
453
 
admin/html/meta-box.html CHANGED
@@ -47,6 +47,8 @@
47
 
48
 
49
  <div style="<?php echo $show_news ?>">
 
 
50
  <p style="font-size: 12px; padding: 10px; border-left: 3px solid red; color: black;
51
- background-color: whitesmoke; position: relative; top: 10px">Product Gallery, Video and Slider are <a href="wp-admin/admin.php?page=featured-image-from-url#tabs-a">premium features</a></p>
52
  </div>
47
 
48
 
49
  <div style="<?php echo $show_news ?>">
50
+ <p style="font-size: 12px; padding: 10px; border-left: 3px solid orange; color: black;
51
+ background-color: whitesmoke; border-radius: 100px 5px; position: relative; top: 10px">Product Gallery, Video and Slider meta boxes are only available in the <a href="wp-admin/admin.php?page=featured-image-from-url#tabs-a">premium version</a>. Pay with money or <b>bitcoins</b>.</p>
52
  <p style="font-size: 12px; padding: 10px; border-left: 3px solid red; color: black;
53
+ background-color: whitesmoke; border-radius: 100px 5px; position: relative; top: 10px">Please report any problem to <b>marcel@featuredimagefromurl.com</b><br>It should be fixed in 24 hours.</p>
54
  </div>
featured-image-from-url.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Featured Image from URL
5
  * Plugin URI: https://featuredimagefromurl.com/
6
  * Description: Use an external image as Featured Image of your post/page/custom post type (WooCommerce). Includes Auto Set (External Post), Product Gallery, Social Tags and more.
7
- * Version: 2.3.5
8
  * Author: Marcel Jacques Machado
9
  * Author URI: https://www.linkedin.com/in/marceljm/
10
  */
4
  * Plugin Name: Featured Image from URL
5
  * Plugin URI: https://featuredimagefromurl.com/
6
  * Description: Use an external image as Featured Image of your post/page/custom post type (WooCommerce). Includes Auto Set (External Post), Product Gallery, Social Tags and more.
7
+ * Version: 2.3.6
8
  * Author: Marcel Jacques Machado
9
  * Author URI: https://www.linkedin.com/in/marceljm/
10
  */
readme.txt CHANGED
@@ -157,6 +157,9 @@ Features:
157
 
158
  == Changelog ==
159
 
 
 
 
160
  = 2.3.5 =
161
  * Improvement: settings link added to plugins page; some measures to avoid style conflicts.
162
 
@@ -532,6 +535,9 @@ was removed. To finish, a Premium version is now been presented.
532
 
533
  == Upgrade Notice ==
534
 
 
 
 
535
  = 2.3.5 =
536
  * Improvement: settings link added to plugins page; some measures to avoid style conflicts.
537
 
157
 
158
  == Changelog ==
159
 
160
+ = 2.3.6 =
161
+ * Improvement: you can buy the Premium version with Bitcoins now.
162
+
163
  = 2.3.5 =
164
  * Improvement: settings link added to plugins page; some measures to avoid style conflicts.
165
 
535
 
536
  == Upgrade Notice ==
537
 
538
+ = 2.3.6 =
539
+ * Improvement: you can buy the Premium version with Bitcoins now.
540
+
541
  = 2.3.5 =
542
  * Improvement: settings link added to plugins page; some measures to avoid style conflicts.
543