Featured Image From URL - Version 1.7.8

Version Description

  • Premium advertisement: auto set product category images.

=

Download this release

Release Info

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

Code changes from version 1.7.7 to 1.7.8

admin/html/menu.html CHANGED
@@ -480,6 +480,32 @@
480
  </table>
481
  </div>
482
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
483
  <div class="box">
484
  <h2>Crop images to the same size</h2>
485
  <div class="greybox" id="grad2">
480
  </table>
481
  </div>
482
 
483
+ <a name="category"></a>
484
+ <div class="box">
485
+ <h2>Auto Set Product Category Images</h2>
486
+ <div class="greybox" id="grad2">
487
+ <b>Premium feature</b><br><br>
488
+ Enable the toggle below to set one external image to each product category. The image will be chosen among the external product images from that category.
489
+
490
+ </div>
491
+ <br>
492
+ <table style="text-align:left">
493
+ <tr>
494
+ <th>
495
+ <input
496
+ type="image"
497
+ href="javascript:void(0)"
498
+ class="toggleoff"
499
+ value=""
500
+ style="display:block">
501
+ </th>
502
+ <th>
503
+ set category images
504
+ </th>
505
+ </tr>
506
+ </table>
507
+ </div>
508
+
509
  <div class="box">
510
  <h2>Crop images to the same size</h2>
511
  <div class="greybox" id="grad2">
admin/html/meta-box.html CHANGED
@@ -50,6 +50,8 @@
50
  <div style="<?php echo $show_news?>">
51
  <br>
52
  <hr>
 
 
53
  <p style="font-size: 12px; padding: 5px; border-left: 6px solid #248709; color: black;
54
  background-color: #eee; border-radius: 25px 5px;">New: define a <a href="admin.php?page=featured-image-from-url#default">default external featured image</a> to be shown when there is no featured image. (15% of <a href="https://goo.gl/forms/TxLdhwXTqsuO5BHg2">votes</a>)</p>
55
  <p style="font-size: 12px; padding: 5px; border-left: 6px solid #336699; color: black;
50
  <div style="<?php echo $show_news?>">
51
  <br>
52
  <hr>
53
+ <p style="font-size: 12px; padding: 5px; border-left: 6px solid #edb12e; color: black;
54
+ background-color: #eee; border-radius: 25px 5px;">New: <a href="admin.php?page=featured-image-from-url#category">auto set product category images</a>. Each image will be chosen among the external product images from that category.</p>
55
  <p style="font-size: 12px; padding: 5px; border-left: 6px solid #248709; color: black;
56
  background-color: #eee; border-radius: 25px 5px;">New: define a <a href="admin.php?page=featured-image-from-url#default">default external featured image</a> to be shown when there is no featured image. (15% of <a href="https://goo.gl/forms/TxLdhwXTqsuO5BHg2">votes</a>)</p>
57
  <p style="font-size: 12px; padding: 5px; border-left: 6px solid #336699; color: black;
featured-image-from-url.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Featured Image From URL
5
  * Plugin URI: http://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: 1.7.7
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: http://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: 1.7.8
8
  * Author: Marcel Jacques Machado
9
  * Author URI: https://www.linkedin.com/in/marceljm/
10
  */
readme.txt CHANGED
@@ -1,7 +1,7 @@
1
  === Plugin Name ===
2
  Contributors: marceljm
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8BLDLZ3HDBGQG
4
- Tags: featured image, external featured image, featured image from url, url featured image, featured, image, external, url, flickr, s3, picasa, woocommerce, product image, product gallery, product, gallery, column, list, page, post, all, content, custom, type, custom post type, category, video, external video, youtube, vimeo, featured video, hover, effects, hover effects, sirv, wp all import, css, style, slider, thumbnail, social, network, auto, publish, hide, first image, content, lightbox, size, grid, auto post thumbnail, link, uri, affiliate, wp, rest, api, wp rest api, lazy, load, google, drive, instagram, validation, jetpack, visual composer, play, pause, crop, resize, zoom, enable, disable, default
5
  Requires at least: 4.0
6
  Tested up to: 4.9.4
7
  Stable tag: 4.9.4
@@ -44,6 +44,8 @@ Features:
44
 
45
  * you can use a video thumbnail or a video as featured image (**premium feature**);
46
 
 
 
47
  * it's also possible to use external images in the WooCommerce Product Gallery and WooCommerce Product Category (**premium feature**);
48
 
49
  * you can use external thumbnails from Flickr to make your site uppon to 94% faster (**premium feature**);
@@ -342,6 +344,9 @@ was removed. To finish, a Premium version is now been presented.
342
  = 1.7.7 =
343
  * Removed empty() function. Not supported by PHP 5.
344
 
 
 
 
345
  == Upgrade Notice ==
346
 
347
  = 1.0 =
@@ -529,4 +534,7 @@ was removed. To finish, a Premium version is now been presented.
529
  * Default external featured image.
530
 
531
  = 1.7.7 =
532
- * Removed empty() function. Not supported by PHP 5.
 
 
 
1
  === Plugin Name ===
2
  Contributors: marceljm
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8BLDLZ3HDBGQG
4
+ Tags: featured image, external featured image, featured image from url, url featured image, featured, image, external, url, flickr, s3, picasa, woocommerce, product image, product gallery, product, gallery, column, list, page, post, all, content, custom, type, custom post type, category, video, external video, youtube, vimeo, featured video, hover, effects, hover effects, sirv, wp all import, css, style, slider, thumbnail, social, network, auto, publish, hide, first image, content, lightbox, size, grid, auto post thumbnail, link, uri, affiliate, wp, rest, api, wp rest api, lazy, load, google, drive, instagram, validation, jetpack, visual composer, play, pause, crop, resize, zoom, enable, disable, default, automatic, auto set
5
  Requires at least: 4.0
6
  Tested up to: 4.9.4
7
  Stable tag: 4.9.4
44
 
45
  * you can use a video thumbnail or a video as featured image (**premium feature**);
46
 
47
+ * auto set product category images, with each image being chosen among the external product images from that category (**premium feature**);
48
+
49
  * it's also possible to use external images in the WooCommerce Product Gallery and WooCommerce Product Category (**premium feature**);
50
 
51
  * you can use external thumbnails from Flickr to make your site uppon to 94% faster (**premium feature**);
344
  = 1.7.7 =
345
  * Removed empty() function. Not supported by PHP 5.
346
 
347
+ = 1.7.8 =
348
+ * Premium advertisement: auto set product category images.
349
+
350
  == Upgrade Notice ==
351
 
352
  = 1.0 =
534
  * Default external featured image.
535
 
536
  = 1.7.7 =
537
+ * Removed empty() function. Not supported by PHP 5.
538
+
539
+ = 1.7.8 =
540
+ * Premium advertisement: auto set product category images.