Version Description
- Bug fix: menu settings style issue on Firefox.
Download this release
Release Info
Developer | marceljm |
Plugin | Featured Image From URL |
Version | 2.6.1 |
Comparing to | |
See all releases |
Code changes from version 2.6.0 to 2.6.1
- admin/html/css/menu.css +4 -0
- admin/html/menu.html +42 -2
- admin/html/meta-box.html +2 -2
- featured-image-from-url.php +1 -1
- readme.txt +6 -0
admin/html/css/menu.css
CHANGED
@@ -36,6 +36,10 @@
|
|
36 |
border-radius: 0px 0px 15px 15px;
|
37 |
}
|
38 |
|
|
|
|
|
|
|
|
|
39 |
.greybox p {
|
40 |
}
|
41 |
|
36 |
border-radius: 0px 0px 15px 15px;
|
37 |
}
|
38 |
|
39 |
+
#tabs-top > ul:nth-child(1) {
|
40 |
+
padding: 0 0 0;
|
41 |
+
}
|
42 |
+
|
43 |
.greybox p {
|
44 |
}
|
45 |
|
admin/html/menu.html
CHANGED
@@ -1704,7 +1704,7 @@
|
|
1704 |
</div>
|
1705 |
|
1706 |
<div class="box">
|
1707 |
-
<h2>Video Auto Play</h2>
|
1708 |
<div class="greybox" id="grad2">
|
1709 |
<b>Premium feature</b><br><br>
|
1710 |
This option allows to play a video on "mouseover" and pause it on "mouseout".
|
@@ -1739,6 +1739,46 @@
|
|
1739 |
</tr>
|
1740 |
</table>
|
1741 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1742 |
</div>
|
1743 |
<div id="tabs-m">
|
1744 |
<div class="box">
|
@@ -2777,7 +2817,7 @@
|
|
2777 |
<textarea id="bar" style="width:600px;height:500px;resize:none;" readonly>
|
2778 |
Version:<?php echo fifu_version() ?>;
|
2779 |
Site:<?php echo get_home_url() ?>;
|
2780 |
-
Theme:<?php echo wp_get_theme() ?>;
|
2781 |
PHP:<?php echo phpversion() ?>;
|
2782 |
WooCommerce:<?php echo class_exists('WooCommerce') ? WC()->version : '' ?>;
|
2783 |
WordPress:<?php echo get_bloginfo('version') ?>;
|
1704 |
</div>
|
1705 |
|
1706 |
<div class="box">
|
1707 |
+
<h2>Video Auto Play (mouseover)</h2>
|
1708 |
<div class="greybox" id="grad2">
|
1709 |
<b>Premium feature</b><br><br>
|
1710 |
This option allows to play a video on "mouseover" and pause it on "mouseout".
|
1739 |
</tr>
|
1740 |
</table>
|
1741 |
</div>
|
1742 |
+
|
1743 |
+
<div class="box">
|
1744 |
+
<h2>Video Autoplay</h2>
|
1745 |
+
<div class="greybox" id="grad2">
|
1746 |
+
This option enables autoplay (available for YouTube and Vimeo videos).
|
1747 |
+
</div>
|
1748 |
+
<br>
|
1749 |
+
<table style="text-align:left">
|
1750 |
+
<tr>
|
1751 |
+
<th>
|
1752 |
+
<input
|
1753 |
+
type="image"
|
1754 |
+
href="javascript:void(0)"
|
1755 |
+
class="toggleoff"
|
1756 |
+
value=""
|
1757 |
+
style="display:block">
|
1758 |
+
</th>
|
1759 |
+
</tr>
|
1760 |
+
</table>
|
1761 |
+
</div>
|
1762 |
+
|
1763 |
+
<div class="box">
|
1764 |
+
<h2>Video Loop</h2>
|
1765 |
+
<div class="greybox" id="grad2">
|
1766 |
+
This option enables loop (available for YouTube and Vimeo videos).
|
1767 |
+
</div>
|
1768 |
+
<br>
|
1769 |
+
<table style="text-align:left">
|
1770 |
+
<tr>
|
1771 |
+
<th>
|
1772 |
+
<input
|
1773 |
+
type="image"
|
1774 |
+
href="javascript:void(0)"
|
1775 |
+
class="toggleoff"
|
1776 |
+
value=""
|
1777 |
+
style="display:block">
|
1778 |
+
</th>
|
1779 |
+
</tr>
|
1780 |
+
</table>
|
1781 |
+
</div>
|
1782 |
</div>
|
1783 |
<div id="tabs-m">
|
1784 |
<div class="box">
|
2817 |
<textarea id="bar" style="width:600px;height:500px;resize:none;" readonly>
|
2818 |
Version:<?php echo fifu_version() ?>;
|
2819 |
Site:<?php echo get_home_url() ?>;
|
2820 |
+
Theme:<?php echo wp_get_theme() ?><?php echo fifu_woo_theme() ? ' (WooCommerce)' : '' ?>;
|
2821 |
PHP:<?php echo phpversion() ?>;
|
2822 |
WooCommerce:<?php echo class_exists('WooCommerce') ? WC()->version : '' ?>;
|
2823 |
WordPress:<?php echo get_bloginfo('version') ?>;
|
admin/html/meta-box.html
CHANGED
@@ -60,8 +60,8 @@
|
|
60 |
background-color: whitesmoke; border-radius: 15px 5px 15px 5px; position: relative; top: 5px;">Please report any problem to <b>marcel@featuredimagefromurl.com</b></p>
|
61 |
<p style="font-size: 12px; padding: 10px; border-bottom: 2px solid orange; border-top: 2px solid orange; color: black; background: repeating-linear-gradient(-55deg,white,white 2px,whitesmoke 2px,white 5px);
|
62 |
background-color: whitesmoke; border-radius: 15px 5px 15px 5px; position: relative; top: 5px;">Product Gallery, Video and Slider fields are only available in <a href="admin.php?page=featured-image-from-url#tabs-a"><b>premium</b></a> version</p>
|
63 |
-
|
64 |
-
background-color: whitesmoke; border-radius: 15px 5px 15px 5px; position: relative; top: 5px;">New: "
|
65 |
<!--p style="font-size: 12px; padding: 10px; border-bottom: 2px solid #538dd3; border-top: 2px solid #538dd3; color: black; background: repeating-linear-gradient(-55deg,white,white 2px,whitesmoke 2px,white 5px);
|
66 |
background-color: whitesmoke; border-radius: 15px 5px 15px 5px; position: relative; top: 5px;">New: "Save Image Dimensions > Follow Redirects" option</p-->
|
67 |
<!--p style="font-size: 12px; padding: 10px; border-bottom: 2px solid #7e600e ; border-top: 2px solid #7e600e ; color: black; background: repeating-linear-gradient(-55deg,white,white 2px,whitesmoke 2px,white 5px);
|
60 |
background-color: whitesmoke; border-radius: 15px 5px 15px 5px; position: relative; top: 5px;">Please report any problem to <b>marcel@featuredimagefromurl.com</b></p>
|
61 |
<p style="font-size: 12px; padding: 10px; border-bottom: 2px solid orange; border-top: 2px solid orange; color: black; background: repeating-linear-gradient(-55deg,white,white 2px,whitesmoke 2px,white 5px);
|
62 |
background-color: whitesmoke; border-radius: 15px 5px 15px 5px; position: relative; top: 5px;">Product Gallery, Video and Slider fields are only available in <a href="admin.php?page=featured-image-from-url#tabs-a"><b>premium</b></a> version</p>
|
63 |
+
<p style="font-size: 12px; padding: 10px; border-bottom: 2px solid #34ba1c; border-top: 2px solid #34ba1c; color: black; background: repeating-linear-gradient(-55deg,white,white 2px,whitesmoke 2px,white 5px);
|
64 |
+
background-color: whitesmoke; border-radius: 15px 5px 15px 5px; position: relative; top: 5px;">New Premium Features: "Video Autoplay" and "Video Loop"</p>
|
65 |
<!--p style="font-size: 12px; padding: 10px; border-bottom: 2px solid #538dd3; border-top: 2px solid #538dd3; color: black; background: repeating-linear-gradient(-55deg,white,white 2px,whitesmoke 2px,white 5px);
|
66 |
background-color: whitesmoke; border-radius: 15px 5px 15px 5px; position: relative; top: 5px;">New: "Save Image Dimensions > Follow Redirects" option</p-->
|
67 |
<!--p style="font-size: 12px; padding: 10px; border-bottom: 2px solid #7e600e ; border-top: 2px solid #7e600e ; color: black; background: repeating-linear-gradient(-55deg,white,white 2px,whitesmoke 2px,white 5px);
|
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: 2.6.
|
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: 2.6.1
|
8 |
* Author: Marcel Jacques Machado
|
9 |
* Author URI: https://www.linkedin.com/in/marceljm/
|
10 |
*/
|
readme.txt
CHANGED
@@ -159,6 +159,9 @@ Features:
|
|
159 |
|
160 |
== Changelog ==
|
161 |
|
|
|
|
|
|
|
162 |
= 2.6.0 =
|
163 |
* Bug fix: Auto Set First Image will ignore base64 images now.
|
164 |
|
@@ -609,6 +612,9 @@ was removed. To finish, a Premium version is now been presented.
|
|
609 |
|
610 |
== Upgrade Notice ==
|
611 |
|
|
|
|
|
|
|
612 |
= 2.6.0 =
|
613 |
* Bug fix: Auto Set First Image will ignore base64 images now.
|
614 |
|
159 |
|
160 |
== Changelog ==
|
161 |
|
162 |
+
= 2.6.1 =
|
163 |
+
* Bug fix: menu settings style issue on Firefox.
|
164 |
+
|
165 |
= 2.6.0 =
|
166 |
* Bug fix: Auto Set First Image will ignore base64 images now.
|
167 |
|
612 |
|
613 |
== Upgrade Notice ==
|
614 |
|
615 |
+
= 2.6.1 =
|
616 |
+
* Bug fix: menu settings style issue on Firefox.
|
617 |
+
|
618 |
= 2.6.0 =
|
619 |
* Bug fix: Auto Set First Image will ignore base64 images now.
|
620 |
|