Version Description
- Offer: premium version + lifetime updates for US$ 40.
Download this release
Release Info
Developer | marceljm |
Plugin | Featured Image From URL |
Version | 2.3.4 |
Comparing to | |
See all releases |
Code changes from version 2.3.3 to 2.3.4
- admin/html/menu.html +3 -4
- admin/html/txt/product-category.txt +13 -0
- featured-image-from-url.php +1 -1
- readme.txt +6 -0
admin/html/menu.html
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
<li><a href="#tabs-c">Video</a></li>
|
21 |
<li><a href="#tabs-o">WooCommerce</a></li>
|
22 |
<li><a href="#tabs-p">WP All Import</a></li>
|
23 |
-
<li><a href="#tabs-a">
|
24 |
<br>
|
25 |
<br>
|
26 |
<div id="tabs-a">
|
@@ -86,10 +86,9 @@
|
|
86 |
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
87 |
</form>
|
88 |
</div>
|
89 |
-
<div style="display:inline-block;top
|
90 |
-
(<b>US$
|
91 |
Moreover, <b>you will have lifetime automatic updates</b>.<br>
|
92 |
-
And if you need more license keys, you can get 5 by US$ 100.
|
93 |
</div>
|
94 |
</div>
|
95 |
</div>
|
20 |
<li><a href="#tabs-c">Video</a></li>
|
21 |
<li><a href="#tabs-o">WooCommerce</a></li>
|
22 |
<li><a href="#tabs-p">WP All Import</a></li>
|
23 |
+
<li><a href="#tabs-a">Premium version + lifetime updates <b style="border-radius:5px;padding:1px;background-color:green;color:white">US$ 40</b></a></li>
|
24 |
<br>
|
25 |
<br>
|
26 |
<div id="tabs-a">
|
86 |
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
87 |
</form>
|
88 |
</div>
|
89 |
+
<div style="display:inline-block;top:-15px;position:relative">
|
90 |
+
(<b>US$ 40</b> or more, please) and receive the download link by email within 12 hours.<br>
|
91 |
Moreover, <b>you will have lifetime automatic updates</b>.<br>
|
|
|
92 |
</div>
|
93 |
</div>
|
94 |
</div>
|
admin/html/txt/product-category.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "Avengers",
|
3 |
+
"meta_data": [
|
4 |
+
{
|
5 |
+
"key": "fifu_image_url",
|
6 |
+
"value": "https://farm5.staticflickr.com/4333/35721637764_c6f1e93380_q.jpg"
|
7 |
+
},
|
8 |
+
{
|
9 |
+
"key": "fifu_image_alt",
|
10 |
+
"value": "black widow"
|
11 |
+
}
|
12 |
+
]
|
13 |
+
}
|
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.3.
|
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.3.4
|
8 |
* Author: Marcel Jacques Machado
|
9 |
* Author URI: https://www.linkedin.com/in/marceljm/
|
10 |
*/
|
readme.txt
CHANGED
@@ -157,6 +157,9 @@ Features:
|
|
157 |
|
158 |
== Changelog ==
|
159 |
|
|
|
|
|
|
|
160 |
= 2.3.3 =
|
161 |
* Improvement: added usage examples of WP All Import and REST API.
|
162 |
|
@@ -526,6 +529,9 @@ was removed. To finish, a Premium version is now been presented.
|
|
526 |
|
527 |
== Upgrade Notice ==
|
528 |
|
|
|
|
|
|
|
529 |
= 2.3.3 =
|
530 |
* Improvement: added usage examples of WP All Import and REST API.
|
531 |
|
157 |
|
158 |
== Changelog ==
|
159 |
|
160 |
+
= 2.3.4 =
|
161 |
+
* Offer: premium version + lifetime updates for US$ 40.
|
162 |
+
|
163 |
= 2.3.3 =
|
164 |
* Improvement: added usage examples of WP All Import and REST API.
|
165 |
|
529 |
|
530 |
== Upgrade Notice ==
|
531 |
|
532 |
+
= 2.3.4 =
|
533 |
+
* Offer: premium version + lifetime updates for US$ 40.
|
534 |
+
|
535 |
= 2.3.3 =
|
536 |
* Improvement: added usage examples of WP All Import and REST API.
|
537 |
|