Version Description
- Links and contact info updated.
=
Download this release
Release Info
Developer | marceljm |
Plugin | Featured Image From URL |
Version | 1.3.7 |
Comparing to | |
See all releases |
Code changes from version 1.3.6 to 1.3.7
- admin/html/hover.html +1 -1
- admin/html/menu.html +3 -3
- admin/menu.php +2 -2
- featured-image-from-url.php +2 -2
- readme.txt +12 -6
admin/html/hover.html
CHANGED
@@ -5,5 +5,5 @@
|
|
5 |
|
6 |
<a id="fifu_hover"
|
7 |
class="blink_me"
|
8 |
-
href="
|
9 |
style="<?php echo $show_hover ?>" >Apply a hover effect</a>
|
5 |
|
6 |
<a id="fifu_hover"
|
7 |
class="blink_me"
|
8 |
+
href="http://marceljm.com/wordpress/featured-image-from-url-premium/#hover"
|
9 |
style="<?php echo $show_hover ?>" >Apply a hover effect</a>
|
admin/html/menu.html
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
|
23 |
<div class="greybox">
|
24 |
|
25 |
-
<p>All functionalities created for external images are now available for <b>external videos</b> (from YouTube), everything in one plugin. Click <a href="
|
26 |
|
27 |
<iframe src="https://www.youtube.com/embed/LuynS-Y-fZs" height="402" width="715" allowfullscreen="" frameborder="0"></iframe>
|
28 |
|
@@ -36,7 +36,7 @@
|
|
36 |
|
37 |
<div class="greybox">
|
38 |
|
39 |
-
<p>Make your front page cool! Choose a hover effect in the plugin settings to be applied to all external featured images of your posts on your main page. Featured Image From URL Premium has 18 hover effects available. <a href="
|
40 |
|
41 |
</div>
|
42 |
|
@@ -60,7 +60,7 @@
|
|
60 |
|
61 |
<div class="greybox">
|
62 |
|
63 |
-
<p>Bug reports and constructive suggestions for improvement are always welcome. Just send an email to <a href="mailto:
|
64 |
|
65 |
</div>
|
66 |
|
22 |
|
23 |
<div class="greybox">
|
24 |
|
25 |
+
<p>All functionalities created for external images are now available for <b>external videos</b> (from YouTube), everything in one plugin. Click <a href="http://marceljm.com/wordpress/featured-image-from-url-premium/" targe="_blank">here</a> to know more.<p/>
|
26 |
|
27 |
<iframe src="https://www.youtube.com/embed/LuynS-Y-fZs" height="402" width="715" allowfullscreen="" frameborder="0"></iframe>
|
28 |
|
36 |
|
37 |
<div class="greybox">
|
38 |
|
39 |
+
<p>Make your front page cool! Choose a hover effect in the plugin settings to be applied to all external featured images of your posts on your main page. Featured Image From URL Premium has 18 hover effects available. <a href="http://marceljm.com/wordpress/featured-image-from-url-premium#hover" targe="_blank">Check it out</a>.<p/>
|
40 |
|
41 |
</div>
|
42 |
|
60 |
|
61 |
<div class="greybox">
|
62 |
|
63 |
+
<p>Bug reports and constructive suggestions for improvement are always welcome. Just send an email to <a href="mailto:marceljmachado@gmail.com">marceljmachado@gmail.com</a>. You will earn a US$ 10 discount on Premium version and your request can be available in the next release.</p>
|
64 |
|
65 |
</div>
|
66 |
|
admin/menu.php
CHANGED
@@ -30,14 +30,14 @@ function fifu_get_menu_html() {
|
|
30 |
$output = shell_exec('uname -s');
|
31 |
if ($output == "") {
|
32 |
$compatible = "Unfortunatelly, the script and your server system are not compatible. " .
|
33 |
-
"But we still can do the WooCommerce integration manually. In this case, send an email to <a href='mailto:
|
34 |
$show_woocommerce_button = "display:none";
|
35 |
} else {
|
36 |
if (strpos($output, "Linux") !== false)
|
37 |
$compatible = "You server is using $output system. Great! The script will work =)";
|
38 |
else
|
39 |
$compatible = "You server is using $output system. The script may work. <p/>" .
|
40 |
-
"Please, send an email to <a href='mailto:
|
41 |
"informing your server system and let me know if it worked for you.";
|
42 |
}
|
43 |
|
30 |
$output = shell_exec('uname -s');
|
31 |
if ($output == "") {
|
32 |
$compatible = "Unfortunatelly, the script and your server system are not compatible. " .
|
33 |
+
"But we still can do the WooCommerce integration manually. In this case, send an email to <a href='mailto:marceljmachado@gmail.com'>marceljmachado@gmail.com</a>.";
|
34 |
$show_woocommerce_button = "display:none";
|
35 |
} else {
|
36 |
if (strpos($output, "Linux") !== false)
|
37 |
$compatible = "You server is using $output system. Great! The script will work =)";
|
38 |
else
|
39 |
$compatible = "You server is using $output system. The script may work. <p/>" .
|
40 |
+
"Please, send an email to <a href='mailto:marceljmachado@gmail.com'>marceljmachado@gmail.com</a> " .
|
41 |
"informing your server system and let me know if it worked for you.";
|
42 |
}
|
43 |
|
featured-image-from-url.php
CHANGED
@@ -3,9 +3,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.3.
|
7 |
* Author: Marcel Jacques Machado
|
8 |
-
* Author URI:
|
9 |
*/
|
10 |
|
11 |
define('FIFU_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
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.3.7
|
7 |
* Author: Marcel Jacques Machado
|
8 |
+
* Author URI: http://marceljm.com/wordpress/featured-image-from-url-premium/
|
9 |
*/
|
10 |
|
11 |
define('FIFU_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
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
|
5 |
Requires at least: 4.0
|
6 |
-
Tested up to: 4.5.
|
7 |
-
Stable tag: 4.5.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -22,7 +22,7 @@ And if your theme didn't show Featured Image (internal or external) in Posts, Pa
|
|
22 |
|
23 |
Premium Version:
|
24 |
|
25 |
-
All functionalities created for external images are now available for <b>external videos</b> (from YouTube), everything in one plugin. Click <a href="
|
26 |
|
27 |
[youtube https://www.youtube.com/watch?v=LuynS-Y-fZs]
|
28 |
|
@@ -41,7 +41,7 @@ All functionalities created for external images are now available for <b>externa
|
|
41 |
|
42 |
= What's the URL field? =
|
43 |
|
44 |
-
* There you should paste the image URL. For example:
|
45 |
|
46 |
= What's the preview button? =
|
47 |
|
@@ -214,6 +214,9 @@ was removed. To finish, a Premium version is now been presented.
|
|
214 |
= 1.3.6 =
|
215 |
* Bug fixes and hover effect presentation.
|
216 |
|
|
|
|
|
|
|
217 |
== Upgrade Notice ==
|
218 |
|
219 |
= 1.0 =
|
@@ -281,4 +284,7 @@ was removed. To finish, a Premium version is now been presented.
|
|
281 |
* Bug fixes.
|
282 |
|
283 |
= 1.3.6 =
|
284 |
-
* Bug fixes and hover effect presentation.
|
|
|
|
|
|
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
|
5 |
Requires at least: 4.0
|
6 |
+
Tested up to: 4.5.3
|
7 |
+
Stable tag: 4.5.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
22 |
|
23 |
Premium Version:
|
24 |
|
25 |
+
All functionalities created for external images are now available for <b>external videos</b> (from YouTube), everything in one plugin. And there are <b>18 hover effects</b> 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.
|
26 |
|
27 |
[youtube https://www.youtube.com/watch?v=LuynS-Y-fZs]
|
28 |
|
41 |
|
42 |
= What's the URL field? =
|
43 |
|
44 |
+
* There you should paste the image URL. For example: http://marceljm.com/wp-content/uploads/logo.png
|
45 |
|
46 |
= What's the preview button? =
|
47 |
|
214 |
= 1.3.6 =
|
215 |
* Bug fixes and hover effect presentation.
|
216 |
|
217 |
+
= 1.3.7 =
|
218 |
+
* Links and contact info updated.
|
219 |
+
|
220 |
== Upgrade Notice ==
|
221 |
|
222 |
= 1.0 =
|
284 |
* Bug fixes.
|
285 |
|
286 |
= 1.3.6 =
|
287 |
+
* Bug fixes and hover effect presentation.
|
288 |
+
|
289 |
+
= 1.3.7 =
|
290 |
+
* Links and contact info updated.
|