Version Description
- Menu toggles weren't been shown on Firefox. Fixed!
=
Download this release
Release Info
Developer | marceljm |
Plugin | Featured Image From URL |
Version | 1.1.2 |
Comparing to | |
See all releases |
Code changes from version 1.1.1 to 1.1.2
- admin/html/menu.html +2 -1
- admin/menu.php +1 -1
- featured-image-from-url.php +1 -1
- readme.txt +11 -5
admin/html/menu.html
CHANGED
@@ -115,7 +115,8 @@
|
|
115 |
id="fifu_toggle_backlink"
|
116 |
onclick="invert('backlink')"
|
117 |
name="fifu_toggle_backlink"
|
118 |
-
class="<?php echo $enable_backlink; ?>"
|
|
|
119 |
value=" ">
|
120 |
|
121 |
<input
|
115 |
id="fifu_toggle_backlink"
|
116 |
onclick="invert('backlink')"
|
117 |
name="fifu_toggle_backlink"
|
118 |
+
class="<?php echo $enable_backlink; ?>"
|
119 |
+
style="display:block"
|
120 |
value=" ">
|
121 |
|
122 |
<input
|
admin/menu.php
CHANGED
@@ -21,7 +21,7 @@ function fifu_get_menu_html() {
|
|
21 |
$enable_backlink = get_option('fifu_backlink');
|
22 |
$enable_woocommerce = get_option('fifu_woocommerce');
|
23 |
|
24 |
-
$show_woocommerce_button = "";
|
25 |
$output = shell_exec('uname -s');
|
26 |
if ($output == "") {
|
27 |
$compatible = "Unfortunatelly, the script and your server system are not compatible =/";
|
21 |
$enable_backlink = get_option('fifu_backlink');
|
22 |
$enable_woocommerce = get_option('fifu_woocommerce');
|
23 |
|
24 |
+
$show_woocommerce_button = "display:block";
|
25 |
$output = shell_exec('uname -s');
|
26 |
if ($output == "") {
|
27 |
$compatible = "Unfortunatelly, the script and your server system are not compatible =/";
|
featured-image-from-url.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/*
|
4 |
* Plugin Name: Featured Image From URL
|
5 |
* Description: Allows to use an external image as Featured Image of your post, page or WooCommerce product. And external images in WooCommerce Product Gallery.
|
6 |
-
* Version: 1.1.
|
7 |
* Author: Marcel Jacques Machado
|
8 |
* Author URI: http://marceljm.com
|
9 |
*/
|
3 |
/*
|
4 |
* Plugin Name: Featured Image From URL
|
5 |
* Description: Allows to use an external image as Featured Image of your post, page or WooCommerce product. And external images in WooCommerce Product Gallery.
|
6 |
+
* Version: 1.1.2
|
7 |
* Author: Marcel Jacques Machado
|
8 |
* Author URI: http://marceljm.com
|
9 |
*/
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: marceljm
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8BLDLZ3HDBGQG
|
4 |
Tags: featured image, external featured image, featured image from url, url featured image, featured, image, external, url, flickr, woocommerce, product image, product gallery, product, gallery, column, list, page, post, all
|
5 |
Requires at least: 4.0
|
6 |
-
Tested up to: 4.4
|
7 |
-
Stable tag: 4.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -16,7 +16,7 @@ Allows you to use an external image (from Flickr, Picasa, Amazon S3, anywhere et
|
|
16 |
|
17 |
It's also possible to use external images in the WooCommerce Product Gallery (since your site is hosted on a Linux server).
|
18 |
|
19 |
-
And a new functionality was added in this last version: now, when you access "All Posts", "All Pages" or "Products" in admin menu, the Featured Images (internal or external)
|
20 |
|
21 |
== Installation ==
|
22 |
|
@@ -140,7 +140,10 @@ And a new functionality was added in this last version: now, when you access "Al
|
|
140 |
* Now it's possible to use external images in the WooCommerce Product Gallery (since your site is hosted on a Linux server).
|
141 |
|
142 |
= 1.1.1 =
|
143 |
-
* Now, when you access "All Posts", "All Pages" or "Products" in admin menu, the Featured Images (internal or external)
|
|
|
|
|
|
|
144 |
|
145 |
== Upgrade Notice ==
|
146 |
|
@@ -157,4 +160,7 @@ And a new functionality was added in this last version: now, when you access "Al
|
|
157 |
* Now it's possible to use until 10 external images in the WooCommerce Product Gallery (since your site is hosted on a Linux server). Go to Featured Image From URL settings to enable that.
|
158 |
|
159 |
= 1.1.1 =
|
160 |
-
* Now, when you access "All Posts", "All Pages" or "Products" in admin menu, the Featured Images (internal or external)
|
|
|
|
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8BLDLZ3HDBGQG
|
4 |
Tags: featured image, external featured image, featured image from url, url featured image, featured, image, external, url, flickr, woocommerce, product image, product gallery, product, gallery, column, list, page, post, all
|
5 |
Requires at least: 4.0
|
6 |
+
Tested up to: 4.4.1
|
7 |
+
Stable tag: 4.4.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
16 |
|
17 |
It's also possible to use external images in the WooCommerce Product Gallery (since your site is hosted on a Linux server).
|
18 |
|
19 |
+
And a new functionality was added in this last version: now, when you access "All Posts", "All Pages" or "Products" in admin menu, the Featured Images (internal or external) are shown in a new column.
|
20 |
|
21 |
== Installation ==
|
22 |
|
140 |
* Now it's possible to use external images in the WooCommerce Product Gallery (since your site is hosted on a Linux server).
|
141 |
|
142 |
= 1.1.1 =
|
143 |
+
* Now, when you access "All Posts", "All Pages" or "Products" in admin menu, the Featured Images (internal or external) are shown in a new column.
|
144 |
+
|
145 |
+
= 1.1.2 =
|
146 |
+
* Menu toggles weren't been shown on Firefox. Fixed!
|
147 |
|
148 |
== Upgrade Notice ==
|
149 |
|
160 |
* Now it's possible to use until 10 external images in the WooCommerce Product Gallery (since your site is hosted on a Linux server). Go to Featured Image From URL settings to enable that.
|
161 |
|
162 |
= 1.1.1 =
|
163 |
+
* Now, when you access "All Posts", "All Pages" or "Products" in admin menu, the Featured Images (internal or external) are shown in a new column. Moreover, now it's possible to use until 10 external images in the WooCommerce Product Gallery (since your site is hosted on a Linux server). Go to Featured Image From URL settings to enable that.
|
164 |
+
|
165 |
+
= 1.1.2 =
|
166 |
+
* Menu toggles weren't been shown on Firefox. Fixed!
|