Featured Image From URL - Version 3.9.0

Version Description

  • Enhancement: Autoplay, Loop and Mute (integration with local featured videos); fix: Undefined variable warning.
Download this release

Release Info

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

Code changes from version 3.8.9 to 3.9.0

admin/category.php CHANGED
@@ -32,6 +32,8 @@ function fifu_ctgr_edit_box($term) {
32
  }
33
  $show_ignore = 'display:none;';
34
 
 
 
35
  $fifu = fifu_get_strings_meta_box();
36
  include 'html/category.html';
37
  }
@@ -48,6 +50,8 @@ function fifu_ctgr_add_box() {
48
  $show_alt = $show_image = $show_link = 'display:none;';
49
  $show_ignore = 'display:none;';
50
 
 
 
51
  $fifu = fifu_get_strings_meta_box();
52
  include 'html/category.html';
53
  }
32
  }
33
  $show_ignore = 'display:none;';
34
 
35
+ $check_ignore = fifu_is_on('fifu_check') ? 'checked' : '';
36
+
37
  $fifu = fifu_get_strings_meta_box();
38
  include 'html/category.html';
39
  }
50
  $show_alt = $show_image = $show_link = 'display:none;';
51
  $show_ignore = 'display:none;';
52
 
53
+ $check_ignore = fifu_is_on('fifu_check') ? 'checked' : '';
54
+
55
  $fifu = fifu_get_strings_meta_box();
56
  include 'html/category.html';
57
  }
admin/strings.php CHANGED
@@ -1346,17 +1346,17 @@ function fifu_get_strings_settings() {
1346
 
1347
  // autoplay
1348
  $fifu['autoplay']['desc'] = function() {
1349
- _e("Autoplay videos (available for YouTube and Vimeo).", FIFU_SLUG);
1350
  };
1351
 
1352
  // loop
1353
  $fifu['loop']['desc'] = function() {
1354
- _e("Loop videos (available for YouTube and Vimeo).", FIFU_SLUG);
1355
  };
1356
 
1357
  // mute
1358
  $fifu['mute']['desc'] = function() {
1359
- _e("Start the videos without audio (available for YouTube and Vimeo).", FIFU_SLUG);
1360
  };
1361
 
1362
  // background
1346
 
1347
  // autoplay
1348
  $fifu['autoplay']['desc'] = function() {
1349
+ _e("Autoplay videos (available for YouTube, Vimeo and local videos).", FIFU_SLUG);
1350
  };
1351
 
1352
  // loop
1353
  $fifu['loop']['desc'] = function() {
1354
+ _e("Loop videos (available for YouTube, Vimeo and local videos).", FIFU_SLUG);
1355
  };
1356
 
1357
  // mute
1358
  $fifu['mute']['desc'] = function() {
1359
+ _e("Start the videos without audio (available for YouTube, Vimeo and local videos).", FIFU_SLUG);
1360
  };
1361
 
1362
  // background
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/video as featured image/video of a post or WooCommerce product.
7
- * Version: 3.8.9
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/video as featured image/video of a post or WooCommerce product.
7
+ * Version: 3.9.0
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.9.2
7
- Stable tag: 3.8.9
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -227,20 +227,20 @@ Featured Image, Figurë e Zgjedhur, Image mise en avant, Uitgelichte afbeelding,
227
 
228
  == Changelog ==
229
 
 
 
 
230
  = 3.8.9 =
231
  * New option: Auto set screenshot as featured image > High resolution.
232
 
233
  = 3.8.8 =
234
  * New option: Auto set featured media from post content (option to dont get URL from post content can be checked/unchecked by default); enhancement: Quick Edit column integrated with CDN + Optimized Thumbnails; fix: conflict with Yoast Duplicate Post plugin (update of the duplicated post was changing the image of the original one); fix: PHP Notice (Undefined offset).
235
 
236
- = 3.8.7 =
237
- * Enhancement: REST API (integration with batch category); enhancement: don't get URL from post content (checked by default).
238
-
239
  = others =
240
  * [more](https://fifu.app/changelog)
241
 
242
 
243
  == Upgrade Notice ==
244
 
245
- = 3.8.9 =
246
- * New option: Auto set screenshot as featured image > High resolution.
4
  Tags: featured, image, url, video, woocommerce
5
  Requires at least: 5.3
6
  Tested up to: 5.9.2
7
+ Stable tag: 3.9.0
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
227
 
228
  == Changelog ==
229
 
230
+ = 3.9.0 =
231
+ * Enhancement: Autoplay, Loop and Mute (integration with local featured videos); fix: Undefined variable warning.
232
+
233
  = 3.8.9 =
234
  * New option: Auto set screenshot as featured image > High resolution.
235
 
236
  = 3.8.8 =
237
  * New option: Auto set featured media from post content (option to dont get URL from post content can be checked/unchecked by default); enhancement: Quick Edit column integrated with CDN + Optimized Thumbnails; fix: conflict with Yoast Duplicate Post plugin (update of the duplicated post was changing the image of the original one); fix: PHP Notice (Undefined offset).
238
 
 
 
 
239
  = others =
240
  * [more](https://fifu.app/changelog)
241
 
242
 
243
  == Upgrade Notice ==
244
 
245
+ = 3.9.0 =
246
+ * Enhancement: Autoplay, Loop and Mute (integration with local featured videos); fix: Undefined variable warning.