Featured Image From URL - Version 1.9.11

Version Description

  • About button: options report for support purposes.
Download this release

Release Info

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

Code changes from version 1.9.10 to 1.9.11

admin/html/js/menu.js CHANGED
@@ -42,3 +42,15 @@ function save(formName, url) {
42
  }
43
  });
44
  }
 
 
 
 
 
 
 
 
 
 
 
 
42
  }
43
  });
44
  }
45
+
46
+ jQuery(function () {
47
+ jQuery("#dialog").dialog({
48
+ autoOpen: false,
49
+ modal: true,
50
+ width: "630px",
51
+ });
52
+
53
+ jQuery("#opener").on("click", function () {
54
+ jQuery("#dialog").dialog("open");
55
+ });
56
+ });
admin/html/menu.html CHANGED
@@ -29,8 +29,7 @@
29
  <h2>Report a Bug or Suggest an Improvement</h2>
30
  <div class="greybox">
31
  Suggestions for improvement are always welcome. Just send an email to <a href="mailto:marcel@featuredimagefromurl.com">marcel@featuredimagefromurl.com</a> and your request can be available in the next release.
32
- But if you want to report a bug, please provide as many details as possible such as plugin version, screenshots, JS errors on browser console, PHP errors in debug file, domain etc.
33
- The most common related problem is that the images aren't shown on public area. And in 90% of times it's caused because of errors in another plugin.
34
  </div>
35
  </div>
36
 
@@ -1572,15 +1571,42 @@
1572
  </form>
1573
  </div>
1574
  <div style="display:inline-block;top:-20px;position:relative">
1575
- (US$ 50 or more, please) and receive the Premium version by email within 12 hours.
1576
  </div>
1577
  </div>
1578
  </div>
1579
 
1580
- <div class="box">
1581
- <h2>About The Author</h2>
1582
- <div class="greybox">
1583
- Hi! I'm Marcel Jacques Machado. Graduated in Computer Science and postgraduated in Deep and Machine Learning, I work as Software Engineer for 10 years. I already worked with C, Python, Shell Script and other programming languages and technologies. Nowadays, I develop web applications in Brazil using Java. About PHP, this plugin, Featured Image From URL, has been a great pratical experience.
1584
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1585
  </div>
1586
  </div>
29
  <h2>Report a Bug or Suggest an Improvement</h2>
30
  <div class="greybox">
31
  Suggestions for improvement are always welcome. Just send an email to <a href="mailto:marcel@featuredimagefromurl.com">marcel@featuredimagefromurl.com</a> and your request can be available in the next release.
32
+ But if you want to report a bug, first click on <button id="opener">About</button> to get your plugin version and options. You can also attach as many details as possible such as screenshots, JS errors on browser console, PHP errors in debug file etc.
 
33
  </div>
34
  </div>
35
 
1571
  </form>
1572
  </div>
1573
  <div style="display:inline-block;top:-20px;position:relative">
1574
+ (US$ 50 or more, please) and receive the download link and your license key by email within 12 hours. After that, you'll need to inform your domain to activate your license key and receive lifetime automatic updates.
1575
  </div>
1576
  </div>
1577
  </div>
1578
 
1579
+ <div id="dialog" title="About">
1580
+ <textarea id="bar" style="width:600px;height:500px;resize:none;" readonly>
1581
+ <?php echo get_plugin_data(FIFU_PLUGIN_DIR.'featured-image-from-url.php')['Name'] ?>:<?php echo get_plugin_data(FIFU_PLUGIN_DIR.'featured-image-from-url.php')['Version'] ?>;
1582
+ Site:<?php echo get_home_url() ?>;
1583
+ Theme:<?php echo wp_get_theme() ?>;
1584
+ WooCommerce:<?php echo class_exists('WooCommerce') ? WC()->version : '' ?>;
1585
+ Pages:<?php echo wp_count_posts('page')->publish ?>;
1586
+ Posts:<?php echo wp_count_posts('post')->publish ?>;
1587
+ Products:<?php echo wp_count_posts('product')->publish ?>;
1588
+ fifu_auto_alt:<?php echo $enable_auto_alt ?>;
1589
+ fifu_column_height:<?php echo $column_height ?>;
1590
+ fifu_content:<?php echo $enable_content ?>;
1591
+ fifu_content_page:<?php echo $enable_content_page ?>;
1592
+ fifu_cpt0:<?php echo $array_cpt[0] ?>;
1593
+ fifu_cpt1:<?php echo $array_cpt[1] ?>;
1594
+ fifu_cpt2:<?php echo $array_cpt[2] ?>;
1595
+ fifu_cpt3:<?php echo $array_cpt[3] ?>;
1596
+ fifu_cpt4:<?php echo $array_cpt[4] ?>;
1597
+ fifu_css:<?php echo $css_style ?>;
1598
+ fifu_default_url:<?php echo $default_url ?>;
1599
+ fifu_fake:<?php echo $enable_fake ?>;
1600
+ fifu_get_first:<?php echo $enable_get_first ?>;
1601
+ fifu_hide_page:<?php echo $enable_hide_page ?>;
1602
+ fifu_hide_post:<?php echo $enable_hide_post ?>;
1603
+ fifu_lazy:<?php echo $enable_lazy ?>;
1604
+ fifu_ovw_first:<?php echo $enable_ovw_first ?>;
1605
+ fifu_pop_first:<?php echo $enable_pop_first ?>;
1606
+ fifu_priority:<?php echo $enable_priority ?>;
1607
+ fifu_social:<?php echo $enable_social ?>;
1608
+ fifu_wc_lbox:<?php echo $enable_wc_lbox ?>;
1609
+ fifu_wc_zoom:<?php echo $enable_wc_zoom ?>;
1610
+ </textarea>
1611
  </div>
1612
  </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: 1.9.10
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: 1.9.11
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, automatic, auto set, cloudinary, schedule, event, cron, priority, seo, variable, tumblr, variation, product variable
5
  Requires at least: 4.0
6
  Tested up to: 4.9.8
7
  Stable tag: 4.9.8
@@ -44,9 +44,11 @@ Features:
44
 
45
  * all features created for external images are available for external videos from YouTube, Vimeo, Cloudinary and Tumblr. For YouTube videos, it's possible to set player parameters. And you can define the video size for each screen type (**premium feature**);
46
 
47
- * you can use a slider of images as featured image (**premium feature**);
48
 
49
- * you can use a video thumbnail or a video as featured image (**premium feature**);
 
 
50
 
51
  * auto set product category images, with each image being chosen among the external product images from that category (**premium feature**);
52
 
@@ -159,6 +161,9 @@ Features:
159
 
160
  == Changelog ==
161
 
 
 
 
162
  = 1.9.10 =
163
  * Shortcode (premium feature) introduced on FIFU settings.
164
 
@@ -417,6 +422,9 @@ was removed. To finish, a Premium version is now been presented.
417
 
418
  == Upgrade Notice ==
419
 
 
 
 
420
  = 1.9.10 =
421
  * Shortcode (premium feature) introduced on FIFU settings.
422
 
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, cloudinary, schedule, event, cron, priority, seo, variable, tumblr, variation, product variable, shortcode
5
  Requires at least: 4.0
6
  Tested up to: 4.9.8
7
  Stable tag: 4.9.8
44
 
45
  * all features created for external images are available for external videos from YouTube, Vimeo, Cloudinary and Tumblr. For YouTube videos, it's possible to set player parameters. And you can define the video size for each screen type (**premium feature**);
46
 
47
+ * you can use a slider of images as "featured image" (**premium feature**);
48
 
49
+ * you can use a video thumbnail or a video as "featured image" (**premium feature**);
50
+
51
+ * you can use any content provided by a shortcode as "featured image" (**premium BETA feature**);
52
 
53
  * auto set product category images, with each image being chosen among the external product images from that category (**premium feature**);
54
 
161
 
162
  == Changelog ==
163
 
164
+ = 1.9.11 =
165
+ * About button: options report for support purposes.
166
+
167
  = 1.9.10 =
168
  * Shortcode (premium feature) introduced on FIFU settings.
169
 
422
 
423
  == Upgrade Notice ==
424
 
425
+ = 1.9.11 =
426
+ * About button: options report for support purposes.
427
+
428
  = 1.9.10 =
429
  * Shortcode (premium feature) introduced on FIFU settings.
430