Version Description
- New support email.
=
Download this release
Release Info
Developer | marceljm |
Plugin | Featured Image From URL |
Version | 1.5.9 |
Comparing to | |
See all releases |
Code changes from version 1.5.8 to 1.5.9
- admin/html/menu.html +14 -4
- admin/html/meta-box.html +5 -6
- featured-image-from-url.php +1 -1
- readme.txt +7 -1
admin/html/menu.html
CHANGED
@@ -521,6 +521,7 @@
|
|
521 |
<option value="z"> 640 on longest side</option>
|
522 |
<option value="c"> 800 on longest side</option>
|
523 |
<option value="b">1024 on longest side</option>
|
|
|
524 |
</select>
|
525 |
</th>
|
526 |
</tr>
|
@@ -538,6 +539,7 @@
|
|
538 |
<option value="z"> 640 on longest side</option>
|
539 |
<option value="c"> 800 on longest side</option>
|
540 |
<option value="b">1024 on longest side</option>
|
|
|
541 |
</select>
|
542 |
</th>
|
543 |
</tr>
|
@@ -555,6 +557,7 @@
|
|
555 |
<option value="z"> 640 on longest side</option>
|
556 |
<option value="c"> 800 on longest side</option>
|
557 |
<option value="b">1024 on longest side</option>
|
|
|
558 |
</select>
|
559 |
</th>
|
560 |
</tr>
|
@@ -572,6 +575,7 @@
|
|
572 |
<option value="z"> 640 on longest side</option>
|
573 |
<option value="c"> 800 on longest side</option>
|
574 |
<option value="b">1024 on longest side</option>
|
|
|
575 |
</select>
|
576 |
</th>
|
577 |
</tr>
|
@@ -589,6 +593,7 @@
|
|
589 |
<option value="z"> 640 on longest side</option>
|
590 |
<option value="c"> 800 on longest side</option>
|
591 |
<option value="b">1024 on longest side</option>
|
|
|
592 |
</select>
|
593 |
</th>
|
594 |
</tr>
|
@@ -606,6 +611,7 @@
|
|
606 |
<option value="z"> 640 on longest side</option>
|
607 |
<option value="c"> 800 on longest side</option>
|
608 |
<option value="b">1024 on longest side</option>
|
|
|
609 |
</select>
|
610 |
</th>
|
611 |
</tr>
|
@@ -623,6 +629,7 @@
|
|
623 |
<option value="z"> 640 on longest side</option>
|
624 |
<option value="c"> 800 on longest side</option>
|
625 |
<option value="b">1024 on longest side</option>
|
|
|
626 |
</select>
|
627 |
</th>
|
628 |
</tr>
|
@@ -640,6 +647,7 @@
|
|
640 |
<option value="z"> 640 on longest side</option>
|
641 |
<option value="c"> 800 on longest side</option>
|
642 |
<option value="b">1024 on longest side</option>
|
|
|
643 |
</select>
|
644 |
</th>
|
645 |
</tr>
|
@@ -657,6 +665,7 @@
|
|
657 |
<option value="z"> 640 on longest side</option>
|
658 |
<option value="c"> 800 on longest side</option>
|
659 |
<option value="b">1024 on longest side</option>
|
|
|
660 |
</select>
|
661 |
</th>
|
662 |
</tr>
|
@@ -888,7 +897,9 @@
|
|
888 |
<div class="box">
|
889 |
<h2>Report a Bug or Suggest an Improvement</h2>
|
890 |
<div class="greybox">
|
891 |
-
|
|
|
|
|
892 |
</div>
|
893 |
</div>
|
894 |
|
@@ -900,7 +911,7 @@
|
|
900 |
<h3>2) "Which plugins are compatible with Premium version?"</h3>
|
901 |
WooCommerce, WP All Import, Monarch, AccessPress Anonymous Post and others. If you intend to use the Premium version with a specific plugin, you can ask me if they are compatible.<br><br>
|
902 |
<h3>3) "Can I get my money back later?"</h3>
|
903 |
-
With the exception of rare situations, no
|
904 |
<h3>4) "How to get the Premium version?"</h3>
|
905 |
<div style="display:inline-block;">
|
906 |
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
|
@@ -922,5 +933,4 @@
|
|
922 |
Hi! I'm Marcel Jacques Machado. Graduated in Computer Science, I work as a 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.
|
923 |
</div>
|
924 |
</div>
|
925 |
-
</div>
|
926 |
-
|
521 |
<option value="z"> 640 on longest side</option>
|
522 |
<option value="c"> 800 on longest side</option>
|
523 |
<option value="b">1024 on longest side</option>
|
524 |
+
<option value="h">1600 on longest side</option>
|
525 |
</select>
|
526 |
</th>
|
527 |
</tr>
|
539 |
<option value="z"> 640 on longest side</option>
|
540 |
<option value="c"> 800 on longest side</option>
|
541 |
<option value="b">1024 on longest side</option>
|
542 |
+
<option value="h">1600 on longest side</option>
|
543 |
</select>
|
544 |
</th>
|
545 |
</tr>
|
557 |
<option value="z"> 640 on longest side</option>
|
558 |
<option value="c"> 800 on longest side</option>
|
559 |
<option value="b">1024 on longest side</option>
|
560 |
+
<option value="h">1600 on longest side</option>
|
561 |
</select>
|
562 |
</th>
|
563 |
</tr>
|
575 |
<option value="z"> 640 on longest side</option>
|
576 |
<option value="c"> 800 on longest side</option>
|
577 |
<option value="b">1024 on longest side</option>
|
578 |
+
<option value="h">1600 on longest side</option>
|
579 |
</select>
|
580 |
</th>
|
581 |
</tr>
|
593 |
<option value="z"> 640 on longest side</option>
|
594 |
<option value="c"> 800 on longest side</option>
|
595 |
<option value="b">1024 on longest side</option>
|
596 |
+
<option value="h">1600 on longest side</option>
|
597 |
</select>
|
598 |
</th>
|
599 |
</tr>
|
611 |
<option value="z"> 640 on longest side</option>
|
612 |
<option value="c"> 800 on longest side</option>
|
613 |
<option value="b">1024 on longest side</option>
|
614 |
+
<option value="h">1600 on longest side</option>
|
615 |
</select>
|
616 |
</th>
|
617 |
</tr>
|
629 |
<option value="z"> 640 on longest side</option>
|
630 |
<option value="c"> 800 on longest side</option>
|
631 |
<option value="b">1024 on longest side</option>
|
632 |
+
<option value="h">1600 on longest side</option>
|
633 |
</select>
|
634 |
</th>
|
635 |
</tr>
|
647 |
<option value="z"> 640 on longest side</option>
|
648 |
<option value="c"> 800 on longest side</option>
|
649 |
<option value="b">1024 on longest side</option>
|
650 |
+
<option value="h">1600 on longest side</option>
|
651 |
</select>
|
652 |
</th>
|
653 |
</tr>
|
665 |
<option value="z"> 640 on longest side</option>
|
666 |
<option value="c"> 800 on longest side</option>
|
667 |
<option value="b">1024 on longest side</option>
|
668 |
+
<option value="h">1600 on longest side</option>
|
669 |
</select>
|
670 |
</th>
|
671 |
</tr>
|
897 |
<div class="box">
|
898 |
<h2>Report a Bug or Suggest an Improvement</h2>
|
899 |
<div class="greybox">
|
900 |
+
Suggestions for improvement are always welcome. Just send an email to <a href="mailto:support@featuredimagefromurl.com">support@featuredimagefromurl.com</a> and your request can be available in the next release.
|
901 |
+
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.
|
902 |
+
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.
|
903 |
</div>
|
904 |
</div>
|
905 |
|
911 |
<h3>2) "Which plugins are compatible with Premium version?"</h3>
|
912 |
WooCommerce, WP All Import, Monarch, AccessPress Anonymous Post and others. If you intend to use the Premium version with a specific plugin, you can ask me if they are compatible.<br><br>
|
913 |
<h3>3) "Can I get my money back later?"</h3>
|
914 |
+
With the exception of rare situations, no. But don't worry about that. You will still have the best support and if, after your complete cooperation, I'm not able to solve your issue, I may refund you.<br><br>
|
915 |
<h3>4) "How to get the Premium version?"</h3>
|
916 |
<div style="display:inline-block;">
|
917 |
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
|
933 |
Hi! I'm Marcel Jacques Machado. Graduated in Computer Science, I work as a 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.
|
934 |
</div>
|
935 |
</div>
|
936 |
+
</div>
|
|
admin/html/meta-box.html
CHANGED
@@ -49,12 +49,12 @@
|
|
49 |
<div style="<?php echo $show_news?>">
|
50 |
<br>
|
51 |
<hr>
|
|
|
|
|
|
|
|
|
52 |
<p style="font-size: 12px; padding: 5px; border-left: 6px solid #0073aa; color: black;
|
53 |
background-color: #eee; border-radius: 15px 50px;">premium version supports videos from Vimeo now</p>
|
54 |
-
<p style="font-size: 12px; padding: 5px; border-left: 6px solid green; color: black;
|
55 |
-
background-color: #eee; border-radius: 15px 50px;">new free feature: resize featured image column (64px default)</p>
|
56 |
-
<p style="font-size: 12px; padding: 5px; border-left: 6px solid red; color: black;
|
57 |
-
background-color: #eee; border-radius: 15px 50px;">free and premium version are compatible with any theme now</p>
|
58 |
<center>
|
59 |
<table>
|
60 |
<tbody>
|
@@ -68,5 +68,4 @@
|
|
68 |
</tbody>
|
69 |
</table>
|
70 |
</center>
|
71 |
-
</div>
|
72 |
-
|
49 |
<div style="<?php echo $show_news?>">
|
50 |
<br>
|
51 |
<hr>
|
52 |
+
<p style="font-size: 12px; padding: 5px; border-left: 6px solid orange; color: black;
|
53 |
+
background-color: #eee; border-radius: 15px 50px;">new support email: support@featuredimagefromurl.com</p>
|
54 |
+
<p style="font-size: 12px; padding: 5px; border-left: 6px solid #fe0072; color: black;
|
55 |
+
background-color: #eee; border-radius: 15px 50px;">new size for external thumbnail feature: 1600px on longest one</p>
|
56 |
<p style="font-size: 12px; padding: 5px; border-left: 6px solid #0073aa; color: black;
|
57 |
background-color: #eee; border-radius: 15px 50px;">premium version supports videos from Vimeo now</p>
|
|
|
|
|
|
|
|
|
58 |
<center>
|
59 |
<table>
|
60 |
<tbody>
|
68 |
</tbody>
|
69 |
</table>
|
70 |
</center>
|
71 |
+
</div>
|
|
featured-image-from-url.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/*
|
4 |
* Plugin Name: Featured Image From URL
|
5 |
* 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.
|
6 |
-
* Version: 1.5.
|
7 |
* Author: Marcel Jacques Machado
|
8 |
* Author URI: http://featuredimagefromurl.com/
|
9 |
*/
|
3 |
/*
|
4 |
* Plugin Name: Featured Image From URL
|
5 |
* 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.
|
6 |
+
* Version: 1.5.9
|
7 |
* Author: Marcel Jacques Machado
|
8 |
* Author URI: http://featuredimagefromurl.com/
|
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, 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
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.8
|
7 |
Stable tag: 4.8
|
@@ -271,6 +271,9 @@ was removed. To finish, a Premium version is now been presented.
|
|
271 |
= 1.5.8 =
|
272 |
* FAQ update.
|
273 |
|
|
|
|
|
|
|
274 |
== Upgrade Notice ==
|
275 |
|
276 |
= 1.0 =
|
@@ -402,3 +405,6 @@ was removed. To finish, a Premium version is now been presented.
|
|
402 |
|
403 |
= 1.5.8 =
|
404 |
* FAQ update.
|
|
|
|
|
|
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
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.8
|
7 |
Stable tag: 4.8
|
271 |
= 1.5.8 =
|
272 |
* FAQ update.
|
273 |
|
274 |
+
= 1.5.9 =
|
275 |
+
* New support email.
|
276 |
+
|
277 |
== Upgrade Notice ==
|
278 |
|
279 |
= 1.0 =
|
405 |
|
406 |
= 1.5.8 =
|
407 |
* FAQ update.
|
408 |
+
|
409 |
+
= 1.5.9 =
|
410 |
+
* New support email.
|