Version Description
- New Fake Internal Featured Image enabled by default.
Download this release
Release Info
Developer | marceljm |
Plugin | Featured Image From URL |
Version | 2.0.4 |
Comparing to | |
See all releases |
Code changes from version 2.0.3 to 2.0.4
- admin/menu.php +1 -1
- featured-image-from-url.php +1 -1
- readme.txt +6 -0
admin/menu.php
CHANGED
@@ -118,7 +118,7 @@ function fifu_get_setting($type) {
|
|
118 |
update_option($type, '');
|
119 |
else if (strpos($type, "fifu_column_height") !== false)
|
120 |
update_option($type, "64");
|
121 |
-
else if (strpos($type, "wc") !== false || strpos($type, "
|
122 |
update_option($type, 'toggleon');
|
123 |
else
|
124 |
update_option($type, 'toggleoff');
|
118 |
update_option($type, '');
|
119 |
else if (strpos($type, "fifu_column_height") !== false)
|
120 |
update_option($type, "64");
|
121 |
+
else if (strpos($type, "wc") !== false || strpos($type, "fifu_fake2") !== false || strpos($type, "fifu_auto_alt") !== false)
|
122 |
update_option($type, 'toggleon');
|
123 |
else
|
124 |
update_option($type, 'toggleoff');
|
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.0.
|
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.0.4
|
8 |
* Author: Marcel Jacques Machado
|
9 |
* Author URI: https://www.linkedin.com/in/marceljm/
|
10 |
*/
|
readme.txt
CHANGED
@@ -161,6 +161,9 @@ Features:
|
|
161 |
|
162 |
== Changelog ==
|
163 |
|
|
|
|
|
|
|
164 |
= 2.0.3 =
|
165 |
* FIFU 2 released.
|
166 |
|
@@ -440,6 +443,9 @@ was removed. To finish, a Premium version is now been presented.
|
|
440 |
|
441 |
== Upgrade Notice ==
|
442 |
|
|
|
|
|
|
|
443 |
= 2.0.3 =
|
444 |
* FIFU 2 released.
|
445 |
|
161 |
|
162 |
== Changelog ==
|
163 |
|
164 |
+
= 2.0.4 =
|
165 |
+
* New Fake Internal Featured Image enabled by default.
|
166 |
+
|
167 |
= 2.0.3 =
|
168 |
* FIFU 2 released.
|
169 |
|
443 |
|
444 |
== Upgrade Notice ==
|
445 |
|
446 |
+
= 2.0.4 =
|
447 |
+
* New Fake Internal Featured Image enabled by default.
|
448 |
+
|
449 |
= 2.0.3 =
|
450 |
* FIFU 2 released.
|
451 |
|