Featured Image From URL - Version 1.4.2

Version Description

  • CSS style.

=

Download this release

Release Info

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

Code changes from version 1.4.1 to 1.4.2

admin/html/menu.html CHANGED
@@ -123,6 +123,26 @@
123
 
124
  </div>
125
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
  <div class="box">
127
 
128
  <h2>Featured Image in Content</h2>
123
 
124
  </div>
125
 
126
+ <div class="box">
127
+
128
+ <h2>CSS Style</h2>
129
+
130
+ <div class="greybox">
131
+
132
+ <p>Here you can define a CSS style to be applied to all external featured images. However, this feature is only available in <b>Featured Image From URL Premium</b>. Usage example:</p>
133
+
134
+ <p>width: 100%; border-radius: 8px; border: 1px solid #ddd; padding: 5px;</p>
135
+
136
+ </div>
137
+
138
+ <p/>
139
+
140
+ <input id="fifu_input_css" type="text" name="fifu_input_css" style="width:675px" disabled>
141
+
142
+ <input type="submit" value="Submit" disabled>
143
+
144
+ </div>
145
+
146
  <div class="box">
147
 
148
  <h2>Featured Image in Content</h2>
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.1
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.2
7
  * Author: Marcel Jacques Machado
8
  * Author URI: http://marceljm.com/wordpress/featured-image-from-url-premium/
9
  */
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, featured video, hover, effects, hover effects, sirv, wp all import
5
  Requires at least: 4.0
6
  Tested up to: 4.6.1
7
  Stable tag: 4.6.1
@@ -32,7 +32,7 @@ Features:
32
 
33
  **Premium Version:**
34
 
35
- All functionalities created for external images are now available for **external videos** (from YouTube), everything in one plugin. And there are **18 hover effects** that you can apply to the images. Click <a href="http://marceljm.com/wordpress/featured-image-from-url-premium/" targe="_blank">here</a> to know more.
36
 
37
  *WooCommerce compatibility: 2.6.X. and later.*
38
 
@@ -244,6 +244,9 @@ was removed. To finish, a Premium version is now been presented.
244
  = 1.4.0 =
245
  * Compatibility with Sirv CDN & Image Manager plugin.
246
 
 
 
 
247
  == Upgrade Notice ==
248
 
249
  = 1.0 =
@@ -324,3 +327,6 @@ was removed. To finish, a Premium version is now been presented.
324
 
325
  = 1.4.0 =
326
  * Compatibility with Sirv CDN & Image Manager plugin.
 
 
 
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, featured video, hover, effects, hover effects, sirv, wp all import, css, style
5
  Requires at least: 4.0
6
  Tested up to: 4.6.1
7
  Stable tag: 4.6.1
32
 
33
  **Premium Version:**
34
 
35
+ All functionalities created for external images are now available for **external videos** (from YouTube), everything in one plugin. And you still can apply your **CSS style** or one of the **18 hover effects** to the images. Click <a href="http://marceljm.com/wordpress/featured-image-from-url-premium/" targe="_blank">here</a> to know more.
36
 
37
  *WooCommerce compatibility: 2.6.X. and later.*
38
 
244
  = 1.4.0 =
245
  * Compatibility with Sirv CDN & Image Manager plugin.
246
 
247
+ = 1.4.2 =
248
+ * CSS style.
249
+
250
  == Upgrade Notice ==
251
 
252
  = 1.0 =
327
 
328
  = 1.4.0 =
329
  * Compatibility with Sirv CDN & Image Manager plugin.
330
+
331
+ = 1.4.2 =
332
+ * CSS style.