Featured Image From URL - Version 3.7.1

Version Description

  • Enhancement: Auto set featured media using web page address (integration with WP All Import, WooCommerce import and REST API); enhancement: Auto set screenshot as featured image (integration with WP All Import, WooCommerce import and REST API).
Download this release

Release Info

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

Code changes from version 3.7.0 to 3.7.1

admin/html/menu.html CHANGED
@@ -4721,6 +4721,22 @@
4721
  fifu_isbn
4722
  </th>
4723
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4724
  </table>
4725
  </div>
4726
 
@@ -4983,6 +4999,22 @@
4983
  fifu_isbn
4984
  </th>
4985
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4986
  </table>
4987
  </div>
4988
 
4721
  fifu_isbn
4722
  </th>
4723
  </tr>
4724
+ <tr>
4725
+ <th>
4726
+ <?php $fifu['api']['custom']['finder']() ?>
4727
+ </th>
4728
+ <th>
4729
+ fifu_finder_url
4730
+ </th>
4731
+ </tr>
4732
+ <tr>
4733
+ <th>
4734
+ <?php $fifu['api']['custom']['screenshot']() ?>
4735
+ </th>
4736
+ <th>
4737
+ fifu_screenshot_url
4738
+ </th>
4739
+ </tr>
4740
  </table>
4741
  </div>
4742
 
4999
  fifu_isbn
5000
  </th>
5001
  </tr>
5002
+ <tr>
5003
+ <th>
5004
+ <?php $fifu['import']['custom']['finder']() ?>
5005
+ </th>
5006
+ <th>
5007
+ fifu_finder_url
5008
+ </th>
5009
+ </tr>
5010
+ <tr>
5011
+ <th>
5012
+ <?php $fifu['import']['custom']['screenshot']() ?>
5013
+ </th>
5014
+ <th>
5015
+ fifu_screenshot_url
5016
+ </th>
5017
+ </tr>
5018
  </table>
5019
  </div>
5020
 
admin/strings.php CHANGED
@@ -1044,6 +1044,12 @@ function fifu_get_strings_settings() {
1044
  $fifu['api']['custom']['isbn'] = function() {
1045
  _e("ISBN", FIFU_SLUG);
1046
  };
 
 
 
 
 
 
1047
  $fifu['api']['custom']['key'] = function() {
1048
  _e("Key", FIFU_SLUG);
1049
  };
@@ -1360,6 +1366,12 @@ function fifu_get_strings_settings() {
1360
  $fifu['import']['custom']['isbn'] = function() {
1361
  _e("ISBN", FIFU_SLUG);
1362
  };
 
 
 
 
 
 
1363
  $fifu['import']['priority']['lists'] = function() {
1364
  _e("prioritize fifu_list_video_url than fifu_list_url (if both exist) ", FIFU_SLUG);
1365
  };
@@ -1620,6 +1632,12 @@ function fifu_get_strings_wai() {
1620
  $fifu['title']['isbn'] = function() {
1621
  return __("ISBN", FIFU_SLUG);
1622
  };
 
 
 
 
 
 
1623
 
1624
  // info
1625
  $fifu['info']['delimited'] = function() {
@@ -1628,6 +1646,12 @@ function fifu_get_strings_wai() {
1628
  $fifu['info']['default'] = function() {
1629
  return __("Default values is |", FIFU_SLUG);
1630
  };
 
 
 
 
 
 
1631
 
1632
  return $fifu;
1633
  }
1044
  $fifu['api']['custom']['isbn'] = function() {
1045
  _e("ISBN", FIFU_SLUG);
1046
  };
1047
+ $fifu['api']['custom']['finder'] = function() {
1048
+ _e("Media finder (webpage URL)", FIFU_SLUG);
1049
+ };
1050
+ $fifu['api']['custom']['screenshot'] = function() {
1051
+ _e("Screenshot (webpage URL)", FIFU_SLUG);
1052
+ };
1053
  $fifu['api']['custom']['key'] = function() {
1054
  _e("Key", FIFU_SLUG);
1055
  };
1366
  $fifu['import']['custom']['isbn'] = function() {
1367
  _e("ISBN", FIFU_SLUG);
1368
  };
1369
+ $fifu['import']['custom']['finder'] = function() {
1370
+ _e("Media finder (webpage URL)", FIFU_SLUG);
1371
+ };
1372
+ $fifu['import']['custom']['screenshot'] = function() {
1373
+ _e("Screenshot (webpage URL)", FIFU_SLUG);
1374
+ };
1375
  $fifu['import']['priority']['lists'] = function() {
1376
  _e("prioritize fifu_list_video_url than fifu_list_url (if both exist) ", FIFU_SLUG);
1377
  };
1632
  $fifu['title']['isbn'] = function() {
1633
  return __("ISBN", FIFU_SLUG);
1634
  };
1635
+ $fifu['title']['finder'] = function() {
1636
+ return __("Media finder (webpage URL)", FIFU_SLUG);
1637
+ };
1638
+ $fifu['title']['screenshot'] = function() {
1639
+ return __("Screenshot (webpage URL)", FIFU_SLUG);
1640
+ };
1641
 
1642
  // info
1643
  $fifu['info']['delimited'] = function() {
1646
  $fifu['info']['default'] = function() {
1647
  return __("Default values is |", FIFU_SLUG);
1648
  };
1649
+ $fifu['info']['finder'] = function() {
1650
+ return __("Works with \"Auto set featured media using web page address\"", FIFU_SLUG);
1651
+ };
1652
+ $fifu['info']['screenshot'] = function() {
1653
+ return __("Works with \"Auto set screenshot as featured image\"", FIFU_SLUG);
1654
+ };
1655
 
1656
  return $fifu;
1657
  }
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.7.0
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.7.1
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.8
7
- Stable tag: 3.7.0
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -224,20 +224,20 @@ Featured Image, Figurë e Zgjedhur, Image mise en avant, Uitgelichte afbeelding,
224
 
225
  == Changelog ==
226
 
 
 
 
227
  = 3.7.0 =
228
  * New option: Default Featured Image > Post Types; fix: CDN + Optimized Thumbnails (conflict with images from wp.com and other CDNs); fix: Lazy Load (images loaded twice).
229
 
230
  = 3.6.9 =
231
  * Enhancement: CDN + Optimized Thumbnails (can work with post content images now); fix: CDN + Optimized Thumbnails (conflict with images from s.yimg.com).
232
 
233
- = 3.6.8 =
234
- * Enhancement: Auto set featured image using web page address (can work with videos now); fix: Default Featured Image (images not being displayed).
235
-
236
  = others =
237
  * [more](https://fifu.app/changelog)
238
 
239
 
240
  == Upgrade Notice ==
241
 
242
- = 3.7.0 =
243
- * New option: Default Featured Image > Post Types; fix: CDN + Optimized Thumbnails (conflict with images from wp.com and other CDNs); fix: Lazy Load (images loaded twice).
4
  Tags: featured, image, url, video, woocommerce
5
  Requires at least: 5.3
6
  Tested up to: 5.8
7
+ Stable tag: 3.7.1
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
224
 
225
  == Changelog ==
226
 
227
+ = 3.7.1 =
228
+ * Enhancement: Auto set featured media using web page address (integration with WP All Import, WooCommerce import and REST API); enhancement: Auto set screenshot as featured image (integration with WP All Import, WooCommerce import and REST API).
229
+
230
  = 3.7.0 =
231
  * New option: Default Featured Image > Post Types; fix: CDN + Optimized Thumbnails (conflict with images from wp.com and other CDNs); fix: Lazy Load (images loaded twice).
232
 
233
  = 3.6.9 =
234
  * Enhancement: CDN + Optimized Thumbnails (can work with post content images now); fix: CDN + Optimized Thumbnails (conflict with images from s.yimg.com).
235
 
 
 
 
236
  = others =
237
  * [more](https://fifu.app/changelog)
238
 
239
 
240
  == Upgrade Notice ==
241
 
242
+ = 3.7.1 =
243
+ * Enhancement: Auto set featured media using web page address (integration with WP All Import, WooCommerce import and REST API); enhancement: Auto set screenshot as featured image (integration with WP All Import, WooCommerce import and REST API).