Featured Image From URL - Version 3.5.4

Version Description

  • Improvement: FIFU Product Gallery supports videos now.
Download this release

Release Info

Developer marceljm
Plugin Icon 128x128 Featured Image From URL
Version 3.5.4
Comparing to
See all releases

Code changes from version 3.5.3 to 3.5.4

admin/html/menu.html CHANGED
@@ -3640,6 +3640,9 @@
3640
  <img src="https://storage.googleapis.com/featuredimagefromurl/jetpack-219.jpg">
3641
  </div>
3642
 
 
 
 
3643
  </div>
3644
  </div>
3645
  <div id="tabs-2">
@@ -4270,9 +4273,6 @@
4270
  <h2><?php $fifu['title']['gallery']() ?></h2>
4271
  <div class="greybox" id="grad2">
4272
  <?php $fifu['gallery']['desc']() ?>
4273
- <br>
4274
- <br>
4275
- <b><?php $fifu['detail']['important']() ?></b>: <?php $fifu['gallery']['important']() ?>
4276
  </div>
4277
  <br>
4278
  <table style="text-align:left">
@@ -4528,6 +4528,39 @@
4528
  </div>
4529
  </div>
4530
  <div id="tabs-t">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4531
  <div class="box">
4532
  <table>
4533
  <tr>
3640
  <img src="https://storage.googleapis.com/featuredimagefromurl/jetpack-219.jpg">
3641
  </div>
3642
 
3643
+ <br>
3644
+ <b><?php $fifu['detail']['requirement']() ?></b>: <?php $fifu['jetpack']['requirement']() ?>
3645
+
3646
  </div>
3647
  </div>
3648
  <div id="tabs-2">
4273
  <h2><?php $fifu['title']['gallery']() ?></h2>
4274
  <div class="greybox" id="grad2">
4275
  <?php $fifu['gallery']['desc']() ?>
 
 
 
4276
  </div>
4277
  <br>
4278
  <table style="text-align:left">
4528
  </div>
4529
  </div>
4530
  <div id="tabs-t">
4531
+ <div class="box">
4532
+ <table>
4533
+ <tr>
4534
+ <td style="border-bottom:none">2021-02-24</td>
4535
+ <td style="border-bottom:none"><h3> YITH WooCommerce Badge Management</h3></td>
4536
+ <td style="border-bottom:none">plugin</td>
4537
+ </tr>
4538
+ </table>
4539
+ <div class="greybox" style="position: relative; top: -10px">
4540
+ Badge is not being displayed when FIFU Product Gallery is enabled:<br>
4541
+ 1) access "Appearance > your theme > Customize > Additional CSS";<br>
4542
+ 2) add:<br>
4543
+ &nbsp;&nbsp;&nbsp;&nbsp;.yith-wcbm-badge {z-index: 11}<br>
4544
+ 3) publish.<br>
4545
+ </div>
4546
+ </div>
4547
+ <div class="box">
4548
+ <table>
4549
+ <tr>
4550
+ <td style="border-bottom:none">2021-02-19</td>
4551
+ <td style="border-bottom:none"><h3> Gillion</h3></td>
4552
+ <td style="border-bottom:none">theme</td>
4553
+ </tr>
4554
+ </table>
4555
+ <div class="greybox" style="position: relative; top: -10px">
4556
+ Theme hover effects are blocking featured video commands:<br>
4557
+ 1) access "Appearance > Gillion > Customize > Additional CSS";<br>
4558
+ 2) add:<br>
4559
+ &nbsp;&nbsp;&nbsp;&nbsp;.fifu_wrapper ~ a.post-lightbox {display: none !important;}<br>
4560
+ &nbsp;&nbsp;&nbsp;&nbsp;div.post-thumbnail > a.post-overlay {display: none;}<br>
4561
+ 3) publish.<br>
4562
+ </div>
4563
+ </div>
4564
  <div class="box">
4565
  <table>
4566
  <tr>
admin/strings.php CHANGED
@@ -831,6 +831,9 @@ function fifu_get_strings_settings() {
831
  $fifu['jetpack']['desc'] = function() {
832
  _e("Just install Jetpack plugin and configure its performance settings as shown below. All your external images will be automatically stored and optimized in a free CDN. And to make things even faster FIFU will load the thumbnails in the exact size your site needs.", FIFU_SLUG);
833
  };
 
 
 
834
  $fifu['shortpixel']['desc'] = function() {
835
  _e("ShortPixel CDN is being tested as an alternative to Jetpack. You don't need to install any plugins to use this CDN.", FIFU_SLUG);
836
  };
@@ -1128,10 +1131,6 @@ function fifu_get_strings_settings() {
1128
  $fifu['gallery']['desc'] = function() {
1129
  _e("It is known that some galleries provided by some themes work only when the dimensions of the images are saved in the database, which is often impracticable due to the slowness of this process. So FIFU offers a product gallery that does not depend on the dimensions of the external images to work correctly. You can configure the behavior of this gallery in the \"Featured slider\" tab. You should enable at least \"show gallery on click\" and \"show thumbnails gallery\". To change the aspect ratio, access \"Featured image > Same Height > Size ratio\".", FIFU_SLUG);
1130
  };
1131
- $fifu['gallery']['important'] = function() {
1132
- _e("it's not integrated with videos and featured slider yet.", FIFU_SLUG);
1133
- };
1134
-
1135
 
1136
  // variable
1137
  $fifu['variable']['desc'] = function() {
831
  $fifu['jetpack']['desc'] = function() {
832
  _e("Just install Jetpack plugin and configure its performance settings as shown below. All your external images will be automatically stored and optimized in a free CDN. And to make things even faster FIFU will load the thumbnails in the exact size your site needs.", FIFU_SLUG);
833
  };
834
+ $fifu['jetpack']['requirement'] = function() {
835
+ _e("FIFU Lazy Load feature should be enabled.", FIFU_SLUG);
836
+ };
837
  $fifu['shortpixel']['desc'] = function() {
838
  _e("ShortPixel CDN is being tested as an alternative to Jetpack. You don't need to install any plugins to use this CDN.", FIFU_SLUG);
839
  };
1131
  $fifu['gallery']['desc'] = function() {
1132
  _e("It is known that some galleries provided by some themes work only when the dimensions of the images are saved in the database, which is often impracticable due to the slowness of this process. So FIFU offers a product gallery that does not depend on the dimensions of the external images to work correctly. You can configure the behavior of this gallery in the \"Featured slider\" tab. You should enable at least \"show gallery on click\" and \"show thumbnails gallery\". To change the aspect ratio, access \"Featured image > Same Height > Size ratio\".", FIFU_SLUG);
1133
  };
 
 
 
 
1134
 
1135
  // variable
1136
  $fifu['variable']['desc'] = function() {
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.5.3
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.5.4
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, woocommerce, thumbnail
5
  Requires at least: 5.3
6
  Tested up to: 5.6
7
- Stable tag: 3.5.3
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -200,20 +200,20 @@ Supports videos from YouTube, Vimeo, Imgur, 9GAG, Cloudinary, Tumblr and Publiti
200
 
201
  == Changelog ==
202
 
 
 
 
203
  = 3.5.3 =
204
  * New option: Featured Image in Content > Custom post type; new option: CDN + Optimized Thumbnails > Shortpixel.
205
 
206
  = 3.5.2 =
207
  * New feature: FIFU Product Gallery (able to replace WooCommerce Additional Variation Images plugin).
208
 
209
- = 3.5.1 =
210
- * New premium feature: Save External Images in the Media Library; fix: WooCommerce category was keeping a few unnecessary metadata after deleting.
211
-
212
  = others =
213
  * [more](https://fifu.app/changelog/)
214
 
215
 
216
  == Upgrade Notice ==
217
 
218
- = 3.5.3 =
219
- * New option: Featured Image in Content > Custom post type; new option: CDN + Optimized Thumbnails > Shortpixel.
4
  Tags: featured, image, url, woocommerce, thumbnail
5
  Requires at least: 5.3
6
  Tested up to: 5.6
7
+ Stable tag: 3.5.4
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
200
 
201
  == Changelog ==
202
 
203
+ = 3.5.4 =
204
+ * Improvement: FIFU Product Gallery supports videos now.
205
+
206
  = 3.5.3 =
207
  * New option: Featured Image in Content > Custom post type; new option: CDN + Optimized Thumbnails > Shortpixel.
208
 
209
  = 3.5.2 =
210
  * New feature: FIFU Product Gallery (able to replace WooCommerce Additional Variation Images plugin).
211
 
 
 
 
212
  = others =
213
  * [more](https://fifu.app/changelog/)
214
 
215
 
216
  == Upgrade Notice ==
217
 
218
+ = 3.5.4 =
219
+ * Improvement: FIFU Product Gallery supports videos now.