Featured Image From URL - Version 3.5.0

Version Description

  • Improvement: WP-CLI integration is complete (90 commands).
Download this release

Release Info

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

Code changes from version 3.4.9 to 3.5.0

admin/html/menu.html CHANGED
@@ -1252,6 +1252,40 @@
1252
  #id, .class, ...
1253
  </th>
1254
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1255
  <tr class="color">
1256
  <th>
1257
  <?php $fifu['tab']['metadata']() ?>
1252
  #id, .class, ...
1253
  </th>
1254
  </tr>
1255
+ <tr class="color">
1256
+ <th>
1257
+ <?php $fifu['tab']['key']() ?>
1258
+ </th>
1259
+ <th>
1260
+ <?php $fifu['title']['key']() ?>
1261
+ </th>
1262
+ <th>
1263
+ <?php $fifu['key']['email']() ?>
1264
+ </th>
1265
+ <th>
1266
+ wp fifu key --email &lt;string&gt;
1267
+ </th>
1268
+ <th>
1269
+ name@email.com
1270
+ </th>
1271
+ </tr>
1272
+ <tr class="color">
1273
+ <th>
1274
+ <?php $fifu['tab']['key']() ?>
1275
+ </th>
1276
+ <th>
1277
+ <?php $fifu['title']['key']() ?>
1278
+ </th>
1279
+ <th>
1280
+ <?php $fifu['key']['key']() ?>
1281
+ </th>
1282
+ <th>
1283
+ wp fifu key --number &lt;string&gt;
1284
+ </th>
1285
+ <th>
1286
+ 0123-4567-8901
1287
+ </th>
1288
+ </tr>
1289
  <tr class="color">
1290
  <th>
1291
  <?php $fifu['tab']['metadata']() ?>
admin/strings.php CHANGED
@@ -447,7 +447,7 @@ function fifu_get_strings_settings() {
447
 
448
  // cli
449
  $fifu['cli']['desc'] = function() {
450
- _e("Configure FIFU via command line. More commands coming soon...", FIFU_SLUG);
451
  };
452
  $fifu['cli']['tab']['commands'] = function() {
453
  _e("Commands", FIFU_SLUG);
447
 
448
  // cli
449
  $fifu['cli']['desc'] = function() {
450
+ _e("Configure FIFU via command line.", FIFU_SLUG);
451
  };
452
  $fifu['cli']['tab']['commands'] = function() {
453
  _e("Commands", FIFU_SLUG);
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.4.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 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.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, woocommerce, thumbnail
5
  Requires at least: 5.3
6
  Tested up to: 5.6
7
- Stable tag: 3.4.9
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -197,20 +197,20 @@ Supports videos from YouTube, Vimeo, Imgur, 9GAG, Cloudinary, Tumblr and Publiti
197
 
198
  == Changelog ==
199
 
 
 
 
200
  = 3.4.9 =
201
  * Improvement: 13 new WP-CLI commands added; fix: missing images after WordPress core updates (affects images with long URLs); bug fix: images not being displayed for Anywhere Elementor plugin (and maybe other components).
202
 
203
  = 3.4.8 =
204
  * Notice: for users with Instagram images; improvement: 20 new WP-CLI commands added; fix: Unsplash random image.
205
 
206
- = 3.4.7 =
207
- * Fix: undefined variables.
208
-
209
  = others =
210
  * [more](https://fifu.app/changelog/)
211
 
212
 
213
  == Upgrade Notice ==
214
 
215
- = 3.4.9 =
216
- * Improvement: 13 new WP-CLI commands added; fix: missing images after WordPress core updates (affects images with long URLs); bug fix: images not being displayed for Anywhere Elementor plugin (and maybe other components).
4
  Tags: featured, image, url, woocommerce, thumbnail
5
  Requires at least: 5.3
6
  Tested up to: 5.6
7
+ Stable tag: 3.5.0
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
197
 
198
  == Changelog ==
199
 
200
+ = 3.5.0 =
201
+ * Improvement: WP-CLI integration is complete (90 commands).
202
+
203
  = 3.4.9 =
204
  * Improvement: 13 new WP-CLI commands added; fix: missing images after WordPress core updates (affects images with long URLs); bug fix: images not being displayed for Anywhere Elementor plugin (and maybe other components).
205
 
206
  = 3.4.8 =
207
  * Notice: for users with Instagram images; improvement: 20 new WP-CLI commands added; fix: Unsplash random image.
208
 
 
 
 
209
  = others =
210
  * [more](https://fifu.app/changelog/)
211
 
212
 
213
  == Upgrade Notice ==
214
 
215
+ = 3.5.0 =
216
+ * Improvement: WP-CLI integration is complete (90 commands).