Featured Image From URL - Version 2.1.8

Version Description

  • Bug fix: product category.
Download this release

Release Info

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

Code changes from version 2.1.7 to 2.1.8

admin/db.php CHANGED
@@ -147,7 +147,9 @@ class FifuDb {
147
  return $this->wpdb->get_results("
148
  SELECT term_id
149
  FROM " . $this->termmeta . "
150
- WHERE meta_key = 'fifu_image_url'"
 
 
151
  );
152
  }
153
 
147
  return $this->wpdb->get_results("
148
  SELECT term_id
149
  FROM " . $this->termmeta . "
150
+ WHERE meta_key = 'fifu_image_url'
151
+ AND meta_value <> ''
152
+ AND meta_value IS NOT NULL"
153
  );
154
  }
155
 
admin/html/menu.html CHANGED
@@ -4,8 +4,8 @@
4
  <script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
5
  <div class="wrap">
6
 
7
- <div class="box">
8
- <h1><b>Featured Image from URL</b> 2</h1>
9
  </div>
10
 
11
  <div class="box">
4
  <script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
5
  <div class="wrap">
6
 
7
+ <div class="box" style="background-color:#497fff">
8
+ <h1 style="color:white"><b>Featured Image from URL</b> 2</h1>
9
  </div>
10
 
11
  <div class="box">
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.1.7
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.1.8
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.1.7 =
165
  * Improvement: WP All Import usage example.
166
 
@@ -482,6 +485,9 @@ was removed. To finish, a Premium version is now been presented.
482
 
483
  == Upgrade Notice ==
484
 
 
 
 
485
  = 2.1.7 =
486
  * Improvement: WP All Import usage example.
487
 
161
 
162
  == Changelog ==
163
 
164
+ = 2.1.8 =
165
+ * Bug fix: product category.
166
+
167
  = 2.1.7 =
168
  * Improvement: WP All Import usage example.
169
 
485
 
486
  == Upgrade Notice ==
487
 
488
+ = 2.1.8 =
489
+ * Bug fix: product category.
490
+
491
  = 2.1.7 =
492
  * Improvement: WP All Import usage example.
493