Featured Image From URL - Version 1.4.8

Version Description

  • Bug fix.

=

Download this release

Release Info

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

Code changes from version 1.4.7 to 1.4.8

admin/html/menu.html CHANGED
@@ -386,7 +386,7 @@
386
 
387
  <p>Allows you to use an external video from YouTube instead of a featured image.<p/>
388
 
389
- <p><a href="http://fifu.marceljm.com/shop/music/guns-n-roses/" targe="_blank">Live preview</a><p/>
390
 
391
  </div>
392
 
386
 
387
  <p>Allows you to use an external video from YouTube instead of a featured image.<p/>
388
 
389
+ <p><a href="http://fifu.marceljm.com/" targe="_blank">Live preview</a><p/>
390
 
391
  </div>
392
 
featured-image-from-url.php CHANGED
@@ -3,7 +3,7 @@
3
  /*
4
  * Plugin Name: Featured Image From URL
5
  * Description: Allows to use an external image as Featured Image of your post, page or Custom Post Type, such as WooCommerce Product (supports Product Gallery also).
6
- * Version: 1.4.7
7
  * Author: Marcel Jacques Machado
8
  * Author URI: http://marceljm.com/wordpress/featured-image-from-url-premium/
9
  */
3
  /*
4
  * Plugin Name: Featured Image From URL
5
  * Description: Allows to use an external image as Featured Image of your post, page or Custom Post Type, such as WooCommerce Product (supports Product Gallery also).
6
+ * Version: 1.4.8
7
  * Author: Marcel Jacques Machado
8
  * Author URI: http://marceljm.com/wordpress/featured-image-from-url-premium/
9
  */
includes/thumbnail.php CHANGED
@@ -52,6 +52,7 @@ function fifu_replace($html, $post_id) {
52
  }
53
 
54
  function fifu_get_html($url, $alt) {
 
55
  if (is_plugin_active('sirv/sirv.php') && strpos($url, "sirv.com") !== false)
56
  return sprintf('<!-- Featured Image From URL plugin --> <img class="Sirv" data-src="%s"></img>', $url);
57
 
52
  }
53
 
54
  function fifu_get_html($url, $alt) {
55
+ include_once(ABSPATH . 'wp-admin/includes/plugin.php');
56
  if (is_plugin_active('sirv/sirv.php') && strpos($url, "sirv.com") !== false)
57
  return sprintf('<!-- Featured Image From URL plugin --> <img class="Sirv" data-src="%s"></img>', $url);
58
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ 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, featured video, hover, effects, hover effects, sirv, wp all import, css, style, slider, thumbnail
5
  Requires at least: 4.0
6
- Tested up to: 4.6.1
7
- Stable tag: 4.6.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -272,6 +272,9 @@ was removed. To finish, a Premium version is now been presented.
272
  = 1.4.7 =
273
  * Flickr integration advertisement.
274
 
 
 
 
275
  == Upgrade Notice ==
276
 
277
  = 1.0 =
@@ -370,3 +373,6 @@ was removed. To finish, a Premium version is now been presented.
370
 
371
  = 1.4.7 =
372
  * Flickr integration advertisement.
 
 
 
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, featured video, hover, effects, hover effects, sirv, wp all import, css, style, slider, thumbnail
5
  Requires at least: 4.0
6
+ Tested up to: 4.7.2
7
+ Stable tag: 4.7.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
272
  = 1.4.7 =
273
  * Flickr integration advertisement.
274
 
275
+ = 1.4.8 =
276
+ * Bug fix.
277
+
278
  == Upgrade Notice ==
279
 
280
  = 1.0 =
373
 
374
  = 1.4.7 =
375
  * Flickr integration advertisement.
376
+
377
+ = 1.4.8 =
378
+ * Bug fix.