Version Description
- CSV and JSON examples updated.
Download this release
Release Info
Developer | marceljm |
Plugin | Featured Image From URL |
Version | 3.7.8 |
Comparing to | |
See all releases |
Code changes from version 3.7.7 to 3.7.8
- admin/html/txt/batch.txt +4 -4
- admin/html/txt/csv-woo.txt +2 -2
- admin/html/txt/csv.txt +2 -2
- admin/html/txt/product-category.txt +3 -3
- admin/html/txt/product-variable.txt +3 -3
- admin/html/txt/product-variation.txt +3 -3
- admin/html/txt/product.txt +3 -3
- featured-image-from-url.php +1 -1
- readme.txt +6 -6
admin/html/txt/batch.txt
CHANGED
@@ -5,11 +5,11 @@
|
|
5 |
"meta_data": [
|
6 |
{
|
7 |
"key": "fifu_list_url",
|
8 |
-
"value": "https://
|
9 |
},
|
10 |
{
|
11 |
"key": "fifu_list_alt",
|
12 |
-
"value": "
|
13 |
}
|
14 |
]
|
15 |
},
|
@@ -18,11 +18,11 @@
|
|
18 |
"meta_data": [
|
19 |
{
|
20 |
"key": "fifu_list_url",
|
21 |
-
"value": "https://
|
22 |
},
|
23 |
{
|
24 |
"key": "fifu_list_alt",
|
25 |
-
"value": "
|
26 |
}
|
27 |
]
|
28 |
}
|
5 |
"meta_data": [
|
6 |
{
|
7 |
"key": "fifu_list_url",
|
8 |
+
"value": "https://storage.googleapis.com/fifu-paradise/0.jpg|https://storage.googleapis.com/fifu-paradise/1.jpg"
|
9 |
},
|
10 |
{
|
11 |
"key": "fifu_list_alt",
|
12 |
+
"value": "image a|image b"
|
13 |
}
|
14 |
]
|
15 |
},
|
18 |
"meta_data": [
|
19 |
{
|
20 |
"key": "fifu_list_url",
|
21 |
+
"value": "https://storage.googleapis.com/fifu-paradise/0.jpg|https://storage.googleapis.com/fifu-paradise/3.jpg"
|
22 |
},
|
23 |
{
|
24 |
"key": "fifu_list_alt",
|
25 |
+
"value": "image c|image d"
|
26 |
}
|
27 |
]
|
28 |
}
|
admin/html/txt/csv-woo.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
title,fifu_image_alt,fifu_image_url
|
2 |
-
|
3 |
-
|
1 |
title,fifu_image_alt,fifu_image_url
|
2 |
+
First Beach,image a,https://storage.googleapis.com/fifu-paradise/3.jpg
|
3 |
+
Second Beach,image b,https://storage.googleapis.com/fifu-paradise/4.jpg
|
admin/html/txt/csv.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
title;fifu_list_alt;fifu_list_url
|
2 |
-
|
3 |
-
|
1 |
title;fifu_list_alt;fifu_list_url
|
2 |
+
First Beach;image a|image b|image c;https://storage.googleapis.com/fifu-paradise/3.jpg|https://storage.googleapis.com/fifu-paradise/1.jpg|https://storage.googleapis.com/fifu-paradise/5.jpg
|
3 |
+
Second Beach;image d|image e|image f;https://storage.googleapis.com/fifu-paradise/4.jpg|https://storage.googleapis.com/fifu-paradise/6.jpg|https://storage.googleapis.com/fifu-paradise/7.jpg
|
admin/html/txt/product-category.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
{
|
2 |
-
"name": "
|
3 |
"meta_data": [
|
4 |
{
|
5 |
"key": "fifu_image_url",
|
6 |
-
"value": "https://
|
7 |
},
|
8 |
{
|
9 |
"key": "fifu_image_alt",
|
10 |
-
"value": "
|
11 |
}
|
12 |
]
|
13 |
}
|
1 |
{
|
2 |
+
"name": "Beach",
|
3 |
"meta_data": [
|
4 |
{
|
5 |
"key": "fifu_image_url",
|
6 |
+
"value": "https://storage.googleapis.com/fifu-paradise/8.jpg"
|
7 |
},
|
8 |
{
|
9 |
"key": "fifu_image_alt",
|
10 |
+
"value": "image a"
|
11 |
}
|
12 |
]
|
13 |
}
|
admin/html/txt/product-variable.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
{
|
2 |
-
"name": "
|
3 |
"type": "variable",
|
4 |
"meta_data": [
|
5 |
{
|
6 |
"key": "fifu_list_url",
|
7 |
-
"value": "https://
|
8 |
},
|
9 |
{
|
10 |
"key": "fifu_list_alt",
|
11 |
-
"value": "
|
12 |
}
|
13 |
],
|
14 |
"attributes": [
|
1 |
{
|
2 |
+
"name": "Beach",
|
3 |
"type": "variable",
|
4 |
"meta_data": [
|
5 |
{
|
6 |
"key": "fifu_list_url",
|
7 |
+
"value": "https://storage.googleapis.com/fifu-paradise/0.jpg|https://storage.googleapis.com/fifu-paradise/3.jpg|https://storage.googleapis.com/fifu-paradise/1.jpg"
|
8 |
},
|
9 |
{
|
10 |
"key": "fifu_list_alt",
|
11 |
+
"value": "image a|image b|image c"
|
12 |
}
|
13 |
],
|
14 |
"attributes": [
|
admin/html/txt/product-variation.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
{
|
2 |
-
"name": "
|
3 |
"meta_data": [
|
4 |
{
|
5 |
"key": "fifu_list_url",
|
6 |
-
"value": "https://
|
7 |
},
|
8 |
{
|
9 |
"key": "fifu_list_alt",
|
10 |
-
"value": "
|
11 |
}
|
12 |
],
|
13 |
"regular_price": "1.00",
|
1 |
{
|
2 |
+
"name": "Beach",
|
3 |
"meta_data": [
|
4 |
{
|
5 |
"key": "fifu_list_url",
|
6 |
+
"value": "https://storage.googleapis.com/fifu-paradise/8.jpg|https://storage.googleapis.com/fifu-paradise/9.jpg|https://storage.googleapis.com/fifu-paradise/5.jpg"
|
7 |
},
|
8 |
{
|
9 |
"key": "fifu_list_alt",
|
10 |
+
"value": "image a|image b|image c"
|
11 |
}
|
12 |
],
|
13 |
"regular_price": "1.00",
|
admin/html/txt/product.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
{
|
2 |
-
"name": "
|
3 |
"meta_data": [
|
4 |
{
|
5 |
"key": "fifu_list_url",
|
6 |
-
"value": "https://
|
7 |
},
|
8 |
{
|
9 |
"key": "fifu_list_alt",
|
10 |
-
"value": "
|
11 |
}
|
12 |
]
|
13 |
}
|
1 |
{
|
2 |
+
"name": "Beach",
|
3 |
"meta_data": [
|
4 |
{
|
5 |
"key": "fifu_list_url",
|
6 |
+
"value": "https://storage.googleapis.com/fifu-paradise/0.jpg|https://storage.googleapis.com/fifu-paradise/3.jpg|https://storage.googleapis.com/fifu-paradise/1.jpg"
|
7 |
},
|
8 |
{
|
9 |
"key": "fifu_list_alt",
|
10 |
+
"value": "image a|image b|image c"
|
11 |
}
|
12 |
]
|
13 |
}
|
featured-image-from-url.php
CHANGED
@@ -4,7 +4,7 @@
|
|
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.7.
|
8 |
* Author: fifu.app
|
9 |
* Author URI: https://fifu.app/
|
10 |
* WC requires at least: 4.0
|
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.7.8
|
8 |
* Author: fifu.app
|
9 |
* Author URI: https://fifu.app/
|
10 |
* WC requires at least: 4.0
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://donorbox.org/fifu
|
|
4 |
Tags: featured, image, url, video, woocommerce
|
5 |
Requires at least: 5.3
|
6 |
Tested up to: 5.8.1
|
7 |
-
Stable tag: 3.7.
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -225,20 +225,20 @@ Featured Image, Figurë e Zgjedhur, Image mise en avant, Uitgelichte afbeelding,
|
|
225 |
|
226 |
== Changelog ==
|
227 |
|
|
|
|
|
|
|
228 |
= 3.7.7 =
|
229 |
* Enhancement: Featured video (supports videos from the media library now); new option: FIFU Product Gallery > adaptive height; new option: Save in the Media Library > Run now.
|
230 |
|
231 |
= 3.7.6 =
|
232 |
* New option: Auto set featured media using web page address > Custom field; enhancement: Auto set featured media using web page address (auto set product gallery for Amazon products); enhancement: CDN + Optimized Thumbnails (can serve Amazon images now); notice: FIFU will no longer support Instagram images.
|
233 |
|
234 |
-
= 3.7.5 =
|
235 |
-
* New: Affiliate Program (earn money recommending FIFU); enhancement: Auto set featured media from post content (can find video URLs without iframe); fix: Delete All URLs (not working).
|
236 |
-
|
237 |
= others =
|
238 |
* [more](https://fifu.app/changelog)
|
239 |
|
240 |
|
241 |
== Upgrade Notice ==
|
242 |
|
243 |
-
= 3.7.
|
244 |
-
*
|
4 |
Tags: featured, image, url, video, woocommerce
|
5 |
Requires at least: 5.3
|
6 |
Tested up to: 5.8.1
|
7 |
+
Stable tag: 3.7.8
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
225 |
|
226 |
== Changelog ==
|
227 |
|
228 |
+
= 3.7.8 =
|
229 |
+
* CSV and JSON examples updated.
|
230 |
+
|
231 |
= 3.7.7 =
|
232 |
* Enhancement: Featured video (supports videos from the media library now); new option: FIFU Product Gallery > adaptive height; new option: Save in the Media Library > Run now.
|
233 |
|
234 |
= 3.7.6 =
|
235 |
* New option: Auto set featured media using web page address > Custom field; enhancement: Auto set featured media using web page address (auto set product gallery for Amazon products); enhancement: CDN + Optimized Thumbnails (can serve Amazon images now); notice: FIFU will no longer support Instagram images.
|
236 |
|
|
|
|
|
|
|
237 |
= others =
|
238 |
* [more](https://fifu.app/changelog)
|
239 |
|
240 |
|
241 |
== Upgrade Notice ==
|
242 |
|
243 |
+
= 3.7.8 =
|
244 |
+
* CSV and JSON examples updated.
|