Version Description
- New option: Featured slider > display images in the same height; new file: attached XML example for WP All Import plugin (Variations As Child XML Elements); new site: https://featuredimagefromurl.com/.
Download this release
Release Info
Developer | marceljm |
Plugin | Featured Image From URL |
Version | 3.5.9 |
Comparing to | |
See all releases |
Code changes from version 3.5.8 to 3.5.9
- admin/html/menu.html +41 -0
- admin/html/wai/variations.xml +29 -0
- admin/strings.php +12 -0
- featured-image-from-url.php +2 -2
- readme.txt +7 -7
admin/html/menu.html
CHANGED
@@ -960,6 +960,23 @@
|
|
960 |
on, off
|
961 |
</th>
|
962 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
963 |
<tr class="color">
|
964 |
<th>
|
965 |
<?php $fifu['tab']['slider']() ?>
|
@@ -3618,6 +3635,21 @@
|
|
3618 |
<?php $fifu['slider']['counter']() ?>
|
3619 |
</th>
|
3620 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3621 |
</table>
|
3622 |
|
3623 |
<br>
|
@@ -4494,6 +4526,15 @@
|
|
4494 |
<a href="http://www.wpallimport.com/documentation/woocommerce/variable-products/"><?php $fifu['addon']['faq']['woocommerce']() ?></a>
|
4495 |
</th>
|
4496 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4497 |
</table>
|
4498 |
</div>
|
4499 |
|
960 |
on, off
|
961 |
</th>
|
962 |
</tr>
|
963 |
+
<tr class="color">
|
964 |
+
<th>
|
965 |
+
<?php $fifu['tab']['slider']() ?>
|
966 |
+
</th>
|
967 |
+
<th>
|
968 |
+
<?php $fifu['title']['slider']() ?>
|
969 |
+
</th>
|
970 |
+
<th>
|
971 |
+
<?php $fifu['slider']['crop']() ?>
|
972 |
+
</th>
|
973 |
+
<th>
|
974 |
+
wp fifu slider --crop <toggle>
|
975 |
+
</th>
|
976 |
+
<th>
|
977 |
+
on, off
|
978 |
+
</th>
|
979 |
+
</tr>
|
980 |
<tr class="color">
|
981 |
<th>
|
982 |
<?php $fifu['tab']['slider']() ?>
|
3635 |
<?php $fifu['slider']['counter']() ?>
|
3636 |
</th>
|
3637 |
</tr>
|
3638 |
+
<tr>
|
3639 |
+
<th>
|
3640 |
+
<input
|
3641 |
+
type="submit"
|
3642 |
+
href="javascript:void(0)"
|
3643 |
+
id="fifu_toggle_slider_crop"
|
3644 |
+
name="fifu_toggle_slider_crop"
|
3645 |
+
class="toggleoff"
|
3646 |
+
value=""
|
3647 |
+
style="display:block;border:none">
|
3648 |
+
</th>
|
3649 |
+
<th>
|
3650 |
+
<?php $fifu['slider']['crop']() ?>
|
3651 |
+
</th>
|
3652 |
+
</tr>
|
3653 |
</table>
|
3654 |
|
3655 |
<br>
|
4526 |
<a href="http://www.wpallimport.com/documentation/woocommerce/variable-products/"><?php $fifu['addon']['faq']['woocommerce']() ?></a>
|
4527 |
</th>
|
4528 |
</tr>
|
4529 |
+
<tr>
|
4530 |
+
<th>
|
4531 |
+
2)
|
4532 |
+
</th>
|
4533 |
+
<th>
|
4534 |
+
<?php $fifu['addon']['faq']['variation-child-xml']() ?>:
|
4535 |
+
<a href="<?php echo plugins_url() ?>/featured-image-from-url/admin/html/wai/variations.xml"><?php $fifu['addon']['faq']['xml']() ?></a>
|
4536 |
+
</th>
|
4537 |
+
</tr>
|
4538 |
</table>
|
4539 |
</div>
|
4540 |
|
admin/html/wai/variations.xml
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<Product>
|
2 |
+
<title>Parent</title>
|
3 |
+
<sku>ParentSKU1</sku>
|
4 |
+
<Extended_Xml_Attributes>
|
5 |
+
<variants>
|
6 |
+
<variant>
|
7 |
+
<title>V1</title>
|
8 |
+
<price>1</price>
|
9 |
+
<color>Red</color>
|
10 |
+
<sku>PRODUCTRED1</sku>
|
11 |
+
<fifu_list_url>https://images.pexels.com/photos/912110/pexels-photo-912110.jpeg|https://images.pexels.com/photos/37728/pexels-photo-37728.jpeg|https://images.pexels.com/photos/158827/field-corn-air-frisch-158827.jpeg</fifu_list_url>
|
12 |
+
</variant>
|
13 |
+
<variant>
|
14 |
+
<title>V2</title>
|
15 |
+
<price>2</price>
|
16 |
+
<color>Green</color>
|
17 |
+
<sku>PRODUCTGREEN1</sku>
|
18 |
+
<fifu_list_url>https://images.pexels.com/photos/627823/pexels-photo-627823.jpeg|https://images.pexels.com/photos/66997/pexels-photo-66997.jpeg|https://images.pexels.com/photos/46160/field-clouds-sky-earth-46160.jpeg</fifu_list_url>
|
19 |
+
</variant>
|
20 |
+
<variant>
|
21 |
+
<title>V3</title>
|
22 |
+
<price>3</price>
|
23 |
+
<color>Blue</color>
|
24 |
+
<sku>PRODUCTBLUE1</sku>
|
25 |
+
<fifu_list_url>https://images.pexels.com/photos/355465/pexels-photo-355465.jpeg|https://images.pexels.com/photos/55787/pexels-photo-55787.jpeg|https://images.pexels.com/photos/412462/pexels-photo-412462.jpeg</fifu_list_url>
|
26 |
+
</variant>
|
27 |
+
</variants>
|
28 |
+
</Extended_Xml_Attributes>
|
29 |
+
</Product>
|
admin/strings.php
CHANGED
@@ -1037,6 +1037,9 @@ function fifu_get_strings_settings() {
|
|
1037 |
$fifu['slider']['counter'] = function() {
|
1038 |
_e("show counter", FIFU_SLUG);
|
1039 |
};
|
|
|
|
|
|
|
1040 |
$fifu['slider']['time'] = function() {
|
1041 |
_e("time between each transition (in ms)", FIFU_SLUG);
|
1042 |
};
|
@@ -1240,6 +1243,15 @@ function fifu_get_strings_settings() {
|
|
1240 |
$fifu['addon']['faq']['woocommerce'] = function() {
|
1241 |
_e("<a href='http://www.wpallimport.com/documentation/woocommerce/variable-products/'>Importing variable products to WooCommerce</a>", FIFU_SLUG);
|
1242 |
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1243 |
|
1244 |
// key
|
1245 |
$fifu['key']['desc'] = function() {
|
1037 |
$fifu['slider']['counter'] = function() {
|
1038 |
_e("show counter", FIFU_SLUG);
|
1039 |
};
|
1040 |
+
$fifu['slider']['crop'] = function() {
|
1041 |
+
_e("display images in the same height", FIFU_SLUG);
|
1042 |
+
};
|
1043 |
$fifu['slider']['time'] = function() {
|
1044 |
_e("time between each transition (in ms)", FIFU_SLUG);
|
1045 |
};
|
1243 |
$fifu['addon']['faq']['woocommerce'] = function() {
|
1244 |
_e("<a href='http://www.wpallimport.com/documentation/woocommerce/variable-products/'>Importing variable products to WooCommerce</a>", FIFU_SLUG);
|
1245 |
};
|
1246 |
+
$fifu['addon']['faq']['variation-child-xml'] = function() {
|
1247 |
+
_e('Examples for "Variations As Child XML Elements"', FIFU_SLUG);
|
1248 |
+
};
|
1249 |
+
$fifu['addon']['faq']['xml'] = function() {
|
1250 |
+
_e("XML", FIFU_SLUG);
|
1251 |
+
};
|
1252 |
+
$fifu['addon']['faq']['template'] = function() {
|
1253 |
+
_e("import template", FIFU_SLUG);
|
1254 |
+
};
|
1255 |
|
1256 |
// key
|
1257 |
$fifu['key']['desc'] = function() {
|
featured-image-from-url.php
CHANGED
@@ -4,11 +4,11 @@
|
|
4 |
* Plugin Name: Featured Image from URL (FIFU)
|
5 |
* Plugin URI: https://fifu.app/
|
6 |
* Description: Use an external image as featured image of a post or WooCommerce product. Includes Image Search, Video, Social Tags, SEO, Lazy Load, Gallery, Automation etc.
|
7 |
-
* Version: 3.5.
|
8 |
* Author: fifu.app
|
9 |
* Author URI: https://fifu.app/
|
10 |
* WC requires at least: 4.0
|
11 |
-
* WC tested up to: 5.
|
12 |
* Text Domain: featured-image-from-url
|
13 |
* License: GPLv3
|
14 |
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
4 |
* Plugin Name: Featured Image from URL (FIFU)
|
5 |
* Plugin URI: https://fifu.app/
|
6 |
* Description: Use an external image as featured image of a post or WooCommerce product. Includes Image Search, Video, Social Tags, SEO, Lazy Load, Gallery, Automation etc.
|
7 |
+
* Version: 3.5.9
|
8 |
* Author: fifu.app
|
9 |
* Author URI: https://fifu.app/
|
10 |
* WC requires at least: 4.0
|
11 |
+
* WC tested up to: 5.3
|
12 |
* Text Domain: featured-image-from-url
|
13 |
* License: GPLv3
|
14 |
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://donorbox.org/fifu
|
|
4 |
Tags: featured, image, url, woocommerce, thumbnail
|
5 |
Requires at least: 5.3
|
6 |
Tested up to: 5.7
|
7 |
-
Stable tag: 3.5.
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -202,20 +202,20 @@ Supports videos from YouTube, Vimeo, Imgur, 9GAG, Cloudinary, Tumblr, Publitio,
|
|
202 |
|
203 |
== Changelog ==
|
204 |
|
|
|
|
|
|
|
205 |
= 3.5.8 =
|
206 |
* New feature: Auto set featured image using web page address; new feature: Auto set screenshot as featured image.
|
207 |
|
208 |
= 3.5.7 =
|
209 |
* Improvement: added support to videos from JW Player, Sprout and WordPress.com (Jetpack Video Hosting); improvement: license key activation is more flexible (unlimited sites from the same domain); improvement: custom Prev/Next buttons for Featured Slider and FIFU Product Gallery.
|
210 |
|
211 |
-
= 3.5.6 =
|
212 |
-
* Fix: CDN + Optimized Thumbnails not working for images from some domains.
|
213 |
-
|
214 |
= others =
|
215 |
-
* [more](https://fifu.app/changelog
|
216 |
|
217 |
|
218 |
== Upgrade Notice ==
|
219 |
|
220 |
-
= 3.5.
|
221 |
-
* New
|
4 |
Tags: featured, image, url, woocommerce, thumbnail
|
5 |
Requires at least: 5.3
|
6 |
Tested up to: 5.7
|
7 |
+
Stable tag: 3.5.9
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
202 |
|
203 |
== Changelog ==
|
204 |
|
205 |
+
= 3.5.9 =
|
206 |
+
* New option: Featured slider > display images in the same height; new file: attached XML example for WP All Import plugin (Variations As Child XML Elements); new site: https://featuredimagefromurl.com/.
|
207 |
+
|
208 |
= 3.5.8 =
|
209 |
* New feature: Auto set featured image using web page address; new feature: Auto set screenshot as featured image.
|
210 |
|
211 |
= 3.5.7 =
|
212 |
* Improvement: added support to videos from JW Player, Sprout and WordPress.com (Jetpack Video Hosting); improvement: license key activation is more flexible (unlimited sites from the same domain); improvement: custom Prev/Next buttons for Featured Slider and FIFU Product Gallery.
|
213 |
|
|
|
|
|
|
|
214 |
= others =
|
215 |
+
* [more](https://fifu.app/changelog)
|
216 |
|
217 |
|
218 |
== Upgrade Notice ==
|
219 |
|
220 |
+
= 3.5.9 =
|
221 |
+
* New option: Featured slider > display images in the same height; new file: attached XML example for WP All Import plugin (Variations As Child XML Elements); new site: https://featuredimagefromurl.com/.
|