Featured Image From URL - Version 1.8.1

Version Description

  • Alt attribute used as image title as well.
Download this release

Release Info

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

Code changes from version 1.8.0 to 1.8.1

admin/html/js/menu.js CHANGED
@@ -20,6 +20,7 @@ jQuery(function () {
20
  });
21
 
22
  jQuery("#accordion").accordion();
 
23
  jQuery("#tabs").tabs();
24
  jQuery("#fifu_input_spinner_image").spinner({min: 0});
25
  jQuery("#fifu_input_spinner_video").spinner({min: 0});
20
  });
21
 
22
  jQuery("#accordion").accordion();
23
+ jQuery("#accordionCrop").accordion();
24
  jQuery("#tabs").tabs();
25
  jQuery("#fifu_input_spinner_image").spinner({min: 0});
26
  jQuery("#fifu_input_spinner_video").spinner({min: 0});
admin/html/menu.html CHANGED
@@ -514,24 +514,57 @@
514
  <b>Premium feature</b><br><br>
515
  If you are not happy with the different sizes of external featured images on your home/shop, enable the toggle below to crop them to the same size.
516
  </div>
517
- <p/>
518
- <table style="text-align:left">
519
- <tr>
520
- <th>
521
- <input
522
- type="image"
523
- href="javascript:void(0)"
524
- class="toggleoff"
525
- value=""
526
- style="display:block">
527
- </th>
528
- <th>
529
- crop images to the same size
530
- </th>
531
- </tr>
532
- </table>
533
- </div>
534
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
535
 
536
  <div class="box">
537
  <h2>CSS Style</h2>
514
  <b>Premium feature</b><br><br>
515
  If you are not happy with the different sizes of external featured images on your home/shop, enable the toggle below to crop them to the same size.
516
  </div>
517
+ <br>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
518
 
519
+ <div id="accordionCrop">
520
+
521
+ <h3>crop images</h3>
522
+ <div>
523
+ <input
524
+ type="image"
525
+ href="javascript:void(0)"
526
+ class="toggleoff"
527
+ value=""
528
+ style="display:block">
529
+ <br>
530
+ P.S.: if the crop doesn't work, use a Selector to inform where is the group of external images that you want to crop.
531
+ </div>
532
+
533
+ <h3>inform a Selector</h3>
534
+ <div>
535
+ Examples of valid selectors: <b>#</b><i>products</i> (if the element <b>id</b>="<i>products</i>"), <b>.</b><i>my-post-area</i> (if the element <b>class</b>="<i>my-post-area</i>")
536
+ <br>
537
+ <br>
538
+ <input id="fifu_input_crop0"
539
+ type="text"
540
+ placeholder="selector 1"
541
+ style="width:130px"
542
+ value="">
543
+ <input id="fifu_input_crop1"
544
+ type="text"
545
+ placeholder="selector 2"
546
+ style="width:130px"
547
+ value="">
548
+ <input id="fifu_input_crop2"
549
+ type="text"
550
+ placeholder="selector 3"
551
+ style="width:130px"
552
+ value="">
553
+ <input id="fifu_input_crop3"
554
+ type="text"
555
+ placeholder="selector 4"
556
+ style="width:130px"
557
+ value="">
558
+ <input id="fifu_input_crop4"
559
+ type="text"
560
+ placeholder="selector 5"
561
+ style="width:130px"
562
+ value="">
563
+ <input type="submit"
564
+ value="Submit" disabled>
565
+ </div>
566
+ </div>
567
+ </div>
568
 
569
  <div class="box">
570
  <h2>CSS Style</h2>
admin/html/meta-box.html CHANGED
@@ -6,7 +6,7 @@
6
  <input id="fifu_input_alt"
7
  type="text"
8
  name="fifu_input_alt"
9
- placeholder="alt attribute (optional)"
10
  value="<?php echo $alt; ?>"
11
  style="<?php echo $width, $margin, $show_alt ?>" />
12
 
@@ -50,6 +50,8 @@
50
  <div style="<?php echo $show_news?>">
51
  <br>
52
  <hr>
 
 
53
  <p style="font-size: 12px; padding: 5px; border-left: 6px solid #7e7c82; color: black;
54
  background-color: #eee; border-radius: 25px 5px;">New: <a href="admin.php?page=featured-image-from-url#all">schedule</a> an event to set all first images as featured images. So it can run hourly, daily etc.</p>
55
  <p style="font-size: 12px; padding: 5px; border-left: 6px solid #c53c3c; color: black;
@@ -58,8 +60,6 @@
58
  background-color: #eee; border-radius: 25px 5px;">New: <a href="admin.php?page=featured-image-from-url#category">auto set product category images</a>. Each image will be chosen among the external product images from that category.</p>
59
  <p style="font-size: 12px; padding: 5px; border-left: 6px solid #248709; color: black;
60
  background-color: #eee; border-radius: 25px 5px;">New: define a <a href="admin.php?page=featured-image-from-url#default">default external featured image</a> to be shown when there is no featured image. (15% of <a href="https://goo.gl/forms/TxLdhwXTqsuO5BHg2">votes</a>)</p>
61
- <p style="font-size: 12px; padding: 5px; border-left: 6px solid #336699; color: black;
62
- background-color: #eee; border-radius: 25px 5px;">New: External Product Gallery works with the most famous themes now. <a href="admin.php?page=featured-image-from-url#top">Check compatibility</a> between FIFU Premium and your theme.</p>
63
  <center>
64
  <table>
65
  <tbody>
6
  <input id="fifu_input_alt"
7
  type="text"
8
  name="fifu_input_alt"
9
+ placeholder="alt/title attribute (optional)"
10
  value="<?php echo $alt; ?>"
11
  style="<?php echo $width, $margin, $show_alt ?>" />
12
 
50
  <div style="<?php echo $show_news?>">
51
  <br>
52
  <hr>
53
+ <p style="font-size: 12px; padding: 5px; border-left: 6px solid #5e18e0; color: black;
54
+ background-color: #eee; border-radius: 25px 5px;">New: the <i>alt</i> attribute above will also be used as the image <i>title</i>, normally shown on mouseover. (16% of <a href="https://goo.gl/forms/TxLdhwXTqsuO5BHg2">votes</a>)</p>
55
  <p style="font-size: 12px; padding: 5px; border-left: 6px solid #7e7c82; color: black;
56
  background-color: #eee; border-radius: 25px 5px;">New: <a href="admin.php?page=featured-image-from-url#all">schedule</a> an event to set all first images as featured images. So it can run hourly, daily etc.</p>
57
  <p style="font-size: 12px; padding: 5px; border-left: 6px solid #c53c3c; color: black;
60
  background-color: #eee; border-radius: 25px 5px;">New: <a href="admin.php?page=featured-image-from-url#category">auto set product category images</a>. Each image will be chosen among the external product images from that category.</p>
61
  <p style="font-size: 12px; padding: 5px; border-left: 6px solid #248709; color: black;
62
  background-color: #eee; border-radius: 25px 5px;">New: define a <a href="admin.php?page=featured-image-from-url#default">default external featured image</a> to be shown when there is no featured image. (15% of <a href="https://goo.gl/forms/TxLdhwXTqsuO5BHg2">votes</a>)</p>
 
 
63
  <center>
64
  <table>
65
  <tbody>
featured-image-from-url.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Featured Image From URL
5
  * Plugin URI: http://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: 1.8.0
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: http://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: 1.8.1
8
  * Author: Marcel Jacques Machado
9
  * Author URI: https://www.linkedin.com/in/marceljm/
10
  */
includes/thumbnail.php CHANGED
@@ -70,7 +70,7 @@ function fifu_get_html($url, $alt) {
70
  if (is_plugin_active('sirv/sirv.php') && strpos($url, "sirv.com") !== false)
71
  return sprintf('<!-- Featured Image From URL plugin --> <img class="Sirv" data-src="%s">', $url);
72
 
73
- return sprintf('<!-- Featured Image From URL plugin --> <img %s alt="%s" style="%s">', fifu_lazy_url($url), $alt, fifu_should_hide() ? 'display:none' : '');
74
  }
75
 
76
  add_filter('the_content', 'fifu_add_to_content');
70
  if (is_plugin_active('sirv/sirv.php') && strpos($url, "sirv.com") !== false)
71
  return sprintf('<!-- Featured Image From URL plugin --> <img class="Sirv" data-src="%s">', $url);
72
 
73
+ return sprintf('<!-- Featured Image From URL plugin --> <img %s alt="%s" title="%s" style="%s">', fifu_lazy_url($url), $alt, $alt, fifu_should_hide() ? 'display:none' : '');
74
  }
75
 
76
  add_filter('the_content', 'fifu_add_to_content');
readme.txt CHANGED
@@ -159,396 +159,402 @@ Features:
159
 
160
  == Changelog ==
161
 
162
- = 1.0 =
163
- * It's the first and only version so far.
164
 
165
- = 1.0.1 =
166
- * The help link in admin menu was wrong. It's fixed now.
167
 
168
- = 1.0.2 =
169
- * Now it's possible to use an external image as Featured Image of your WooCommerce products.
170
 
171
- = 1.1 =
172
- * Now it's possible to use external images in the WooCommerce Product Gallery (since your site is hosted on a Linux server).
173
 
174
- = 1.1.1 =
175
- * Now, when you access "All Posts", "All Pages" or "Products" in admin menu, the Featured Images (internal or external) are shown in a new column.
176
 
177
- = 1.1.2 =
178
- * Menu toggles weren't been shown on Firefox. Fixed!
179
 
180
- = 1.1.3 =
181
- * If your theme don't show Featured Image (internal or external) in Posts, Pages or Products, now it's possible to include that at the beginning of the content automatically.
182
 
183
- = 1.1.4 =
184
- * Now it's possible to use external images as Featured Images of your Custom Post Types. On the menu settings, you can define for now until 5 Custom Post Types.
185
 
186
- = 1.1.5 =
187
- * Now it's possible to use an external image as Featured Image of your WooCommerce Product Category. Then an "External Featured Image" box will be shown when you create/edit a Product Category. Depending on your theme, you must enable "WooCommerce Full Integration" on Featured Image from URL settings.
188
 
189
- = 1.2 =
190
- * It was included a Featured Image column in Product Categories. Moreover, it was fixed a problem with a toggle (Featured Image in Content) that didn't appear in Firefox. And another toggle, for backlink,
191
- was removed. To finish, a Premium version is now been presented.
192
 
193
- = 1.2.1 =
194
- * Readme fixed.
195
 
196
- = 1.2.2 =
197
- * Bug fixed.
198
 
199
- = 1.2.3 =
200
- * Bug fixed in WooCommerce Product Category.
201
 
202
- = 1.2.4 =
203
- * It's possible to hide the plugin meta boxes now.
204
 
205
- = 1.2.5 =
206
- * All the "PHP Notices" shown on "debug.log" file were resolved. So the log will be completely clean.
207
 
208
- = 1.3 =
209
- * The plugin should be compatible with any theme now.
210
 
211
- = 1.3.1 =
212
- * Bug fixes.
213
 
214
- = 1.3.2 =
215
- * Bug fixes.
216
 
217
- = 1.3.3 =
218
- * Bug fixes.
219
 
220
- = 1.3.4 =
221
- * Bug fixes.
222
 
223
- = 1.3.5 =
224
- * Bug fixes.
225
 
226
- = 1.3.6 =
227
- * Bug fixes and hover effect presentation.
228
 
229
- = 1.3.7 =
230
- * Links and contact info updated.
231
 
232
- = 1.3.8 =
233
- * WooCommerce compatibility notice and showcase links.
234
 
235
- = 1.3.9 =
236
- * The last toggle wasn't shown in Firefox. Fixed.
237
 
238
- = 1.4.0 =
239
- * Compatibility with Sirv CDN & Image Manager plugin.
240
 
241
- = 1.4.2 =
242
- * CSS style.
243
 
244
- = 1.4.3 =
245
- * Full integration with Sirv plugin.
246
 
247
- = 1.4.4 =
248
- * Bug fixes.
249
 
250
- = 1.4.5 =
251
- * Add External Featured Image Slider.
252
 
253
- = 1.4.6 =
254
- * Bug fixes.
255
 
256
- = 1.4.7 =
257
- * Flickr integration advertisement.
 
 
 
258
 
259
  = 1.4.8 =
260
  * Bug fix.
261
 
262
- = 1.4.9 =
263
- * Add information about theme compatibility.
264
 
265
- = 1.5.0 =
266
- * Social tags toggle.
267
 
268
- = 1.5.1 =
269
- * Genesis Framework integration, external JS minification and WooCommerce 3 note.
270
 
271
- = 1.5.2 =
272
- * Hide external featured media.
273
 
274
- = 1.5.3 =
275
- * Auto set featured image.
276
 
277
- = 1.5.4 =
278
- * Bug fix: compatibility with old PHP versions.
279
 
280
- = 1.5.5 =
281
- * URL field isn't hidden anymore.
282
 
283
- = 1.5.6 =
284
- * Compatible with any theme now.
285
 
286
- = 1.5.7 =
287
- * Resize featured image column.
288
 
289
- = 1.5.8 =
290
- * FAQ update.
291
 
292
- = 1.5.9 =
293
- * New support email.
294
 
295
- = 1.6.0 =
296
- * WP REST API.
297
 
298
- = 1.6.1 =
299
- * Bug fix.
300
 
301
- = 1.6.2 =
302
- * Bug fix.
303
 
304
- = 1.6.3 =
305
- * Lazy load.
306
 
307
- = 1.6.4 =
308
- * Bug fix.
309
 
310
- = 1.6.5 =
311
- * Bug fix.
312
 
313
- = 1.6.6 =
314
- * Support to Google Drive images.
315
 
316
- = 1.6.7 =
317
- * Support to Instagram images.
318
 
319
- = 1.6.8 =
320
- * Image validation and fake internal featured image.
321
 
322
- = 1.6.9 =
323
- * Auto play/pause video and support to list of URLs (WP All Import).
324
 
325
- = 1.7.0 =
326
- * Video thumbnail as featured image and Update All button.
327
 
328
- = 1.7.1 =
329
- * Crop all external featured images to the same size.
 
330
 
331
- = 1.7.2 =
332
- * Disable product lightbox and zoom.
333
 
334
- = 1.7.3 =
335
- * Bug fix.
336
 
337
- = 1.7.4 =
338
- * Bug fix: Instagram URLs. Scripts removed: no more support to WooCommerce 2.
339
 
340
- = 1.7.5 =
341
- * Check compatibility between the user theme and Premium version features.
342
 
343
- = 1.7.6 =
344
- * Default external featured image.
345
 
346
- = 1.7.7 =
347
- * Removed empty() function. Not supported by PHP 5.
348
 
349
- = 1.7.8 =
350
- * Premium advertisement: auto set product category images.
351
 
352
- = 1.7.9 =
353
- * Premium advertisement: support to Cloudinary videos.
354
 
355
- = 1.8.0 =
356
- * Premium advertisement: schedule cron event.
357
 
358
  == Upgrade Notice ==
359
 
360
- = 1.0 =
361
- * No upgraded yet.
362
 
363
- = 1.0.1 =
364
- * The help link in admin menu was wrong. It's fixed now.
365
 
366
- = 1.0.2 =
367
- * Now it's possible to use an external image as Featured Image of your WooCommerce products.
368
 
369
- = 1.1 =
370
- * Now it's possible to use until 10 external images in the WooCommerce Product Gallery (since your site is hosted on a Linux server). Go to Featured Image from URL settings to enable that.
371
 
372
- = 1.1.1 =
373
- * Now, when you access "All Posts", "All Pages" or "Products" in admin menu, the Featured Images (internal or external) are shown in a new column. Moreover, now it's possible to use until 10 external images in the WooCommerce Product Gallery (since your site is hosted on a Linux server). Go to Featured Image from URL settings to enable that.
374
 
375
- = 1.1.2 =
376
- * Menu toggles weren't been shown on Firefox. Fixed!
377
 
378
- = 1.1.3 =
379
- * If your theme don't show Featured Image (internal or external) in Posts, Pages or Products, now it's possible to include that at the beginning of the content automatically.
380
 
381
- = 1.1.4 =
382
- * Now it's possible to use external images as Featured Images of your Custom Post Types. On the menu settings, you can define for now until 5 Custom Post Types.
383
 
384
- = 1.1.5 =
385
- * Now it's possible to use an external image as Featured Image of your WooCommerce Product Category. Then an "External Featured Image" box will be shown when you create/edit a Product Category. Depending on your theme, you must enable "WooCommerce Full Integration" on Featured Image from URL settings.
386
 
387
- = 1.2 =
388
- * It was included a Featured Image column in Product Categories. Moreover, it was fixed a problem with a toggle (Featured Image in Content) that didn't appear in Firefox. And another toggle, for backlink,
389
- was removed. To finish, a Premium version is now been presented.
390
 
391
- = 1.2.1 =
392
- * Readme fixed.
393
 
394
- = 1.2.2 =
395
- * Bug fixed.
396
 
397
- = 1.2.3 =
398
- * Bug fixed in WooCommerce Product Category.
399
 
400
- = 1.2.4 =
401
- * It's possible to hide the plugin meta boxes now.
402
 
403
- = 1.2.5 =
404
- * All the "PHP Notices" shown on "debug.log" file were resolved. So the log will be completely clean.
405
 
406
- = 1.3 =
407
- * The plugin should be compatible with any theme now.
408
 
409
- = 1.3.1 =
410
- * Bug fixes.
411
 
412
- = 1.3.2 =
413
- * Bug fixes.
414
 
415
- = 1.3.3 =
416
- * Bug fixes.
417
 
418
- = 1.3.4 =
419
- * Bug fixes.
420
 
421
- = 1.3.5 =
422
- * Bug fixes.
423
 
424
- = 1.3.6 =
425
- * Bug fixes and hover effect presentation.
426
 
427
- = 1.3.7 =
428
- * Links and contact info updated.
429
 
430
- = 1.3.8 =
431
- * WooCommerce compatibility notice and showcase links.
432
 
433
- = 1.3.9 =
434
- * The last toggle wasn't shown in Firefox. Fixed.
435
 
436
- = 1.4.0 =
437
- * Compatibility with Sirv CDN & Image Manager plugin.
438
 
439
- = 1.4.2 =
440
- * CSS style.
441
 
442
- = 1.4.3 =
443
- * Full integration with Sirv plugin.
444
 
445
- = 1.4.4 =
446
- * Bug fixes.
447
 
448
- = 1.4.5 =
449
- * Add External Featured Image Slider.
450
 
451
- = 1.4.6 =
452
- * Bug fixes.
453
 
454
- = 1.4.7 =
455
- * Flickr integration advertisement.
 
 
 
456
 
457
  = 1.4.8 =
458
  * Bug fix.
459
 
460
- = 1.4.9 =
461
- * Add information about theme compatibility.
462
 
463
- = 1.5.0 =
464
- * Social tags toggle.
465
 
466
- = 1.5.1 =
467
- * Genesis Framework integration, external JS minification and WooCommerce 3 note.
468
 
469
- = 1.5.2 =
470
- * Hide external featured media.
471
 
472
- = 1.5.3 =
473
- * Auto set featured image.
474
 
475
- = 1.5.4 =
476
- * Bug fix: compatibility with old PHP versions.
477
 
478
- = 1.5.5 =
479
- * URL field isn't hidden anymore.
480
 
481
- = 1.5.6 =
482
- * Compatible with any theme now.
483
 
484
- = 1.5.7 =
485
- * Resize featured image column.
486
 
487
- = 1.5.8 =
488
- * FAQ update.
489
 
490
- = 1.5.9 =
491
- * New support email.
492
 
493
- = 1.6.0 =
494
- * WP REST API.
495
 
496
- = 1.6.1 =
497
- * Bug fix.
498
 
499
- = 1.6.2 =
500
- * Bug fix.
501
 
502
- = 1.6.3 =
503
- * Lazy load.
504
 
505
- = 1.6.4 =
506
- * Bug fix.
507
 
508
- = 1.6.5 =
509
- * Bug fix.
510
 
511
- = 1.6.6 =
512
- * Support to Google Drive images.
513
 
514
- = 1.6.7 =
515
- * Support to Instagram images
516
 
517
- = 1.6.8 =
518
- * Image validation and fake internal featured image.
519
 
520
- = 1.6.9 =
521
- * Auto play/pause video and support to list of URLs (WP All Import).
522
 
523
- = 1.7.0 =
524
- * Video thumbnail as featured image and Update All button.
525
 
526
- = 1.7.1 =
527
- * Crop all external featured images to the same size.
 
528
 
529
- = 1.7.2 =
530
- * Disable product lightbox and zoom.
531
 
532
- = 1.7.3 =
533
- * Bug fix.
534
 
535
- = 1.7.4 =
536
- * Bug fix: Instagram URLs. Scripts removed: no more support to WooCommerce 2.
537
 
538
- = 1.7.5 =
539
- * Check compatibility between the user theme and Premium version features.
540
 
541
- = 1.7.6 =
542
- * Default external featured image.
543
 
544
- = 1.7.7 =
545
- * Removed empty() function. Not supported by PHP 5.
546
 
547
- = 1.7.8 =
548
- * Premium advertisement: auto set product category images.
549
 
550
- = 1.7.9 =
551
- * Premium advertisement: support to Cloudinary videos.
552
 
553
- = 1.8.0 =
554
- * Premium advertisement: schedule cron event.
159
 
160
  == Changelog ==
161
 
162
+ = 1.8.1 =
163
+ * Alt attribute used as image title as well.
164
 
165
+ = 1.8.0 =
166
+ * Premium advertisement: schedule cron event.
167
 
168
+ = 1.7.9 =
169
+ * Premium advertisement: support to Cloudinary videos.
170
 
171
+ = 1.7.8 =
172
+ * Premium advertisement: auto set product category images.
173
 
174
+ = 1.7.7 =
175
+ * Removed empty() function. Not supported by PHP 5.
176
 
177
+ = 1.7.6 =
178
+ * Default external featured image.
179
 
180
+ = 1.7.5 =
181
+ * Check compatibility between the user theme and Premium version features.
182
 
183
+ = 1.7.4 =
184
+ * Bug fix: Instagram URLs. Scripts removed: no more support to WooCommerce 2.
185
 
186
+ = 1.7.3 =
187
+ * Bug fix.
188
 
189
+ = 1.7.2 =
190
+ * Disable product lightbox and zoom.
 
191
 
192
+ = 1.7.1 =
193
+ * Crop all external featured images to the same size.
194
 
195
+ = 1.7.0 =
196
+ * Video thumbnail as featured image and Update All button.
197
 
198
+ = 1.6.9 =
199
+ * Auto play/pause video and support to list of URLs (WP All Import).
200
 
201
+ = 1.6.8 =
202
+ * Image validation and fake internal featured image.
203
 
204
+ = 1.6.7 =
205
+ * Support to Instagram images.
206
 
207
+ = 1.6.6 =
208
+ * Support to Google Drive images.
209
 
210
+ = 1.6.5 =
211
+ * Bug fix.
212
 
213
+ = 1.6.4 =
214
+ * Bug fix.
215
 
216
+ = 1.6.3 =
217
+ * Lazy load.
218
 
219
+ = 1.6.2 =
220
+ * Bug fix.
221
 
222
+ = 1.6.1 =
223
+ * Bug fix.
224
 
225
+ = 1.6.0 =
226
+ * WP REST API.
227
 
228
+ = 1.5.9 =
229
+ * New support email.
230
 
231
+ = 1.5.8 =
232
+ * FAQ update.
233
 
234
+ = 1.5.7 =
235
+ * Resize featured image column.
236
 
237
+ = 1.5.6 =
238
+ * Compatible with any theme now.
239
 
240
+ = 1.5.5 =
241
+ * URL field isn't hidden anymore.
242
 
243
+ = 1.5.4 =
244
+ * Bug fix: compatibility with old PHP versions.
245
 
246
+ = 1.5.3 =
247
+ * Auto set featured image.
248
 
249
+ = 1.5.2 =
250
+ * Hide external featured media.
251
 
252
+ = 1.5.1 =
253
+ * Genesis Framework integration, external JS minification and WooCommerce 3 note.
254
 
255
+ = 1.5.0 =
256
+ * Social tags toggle.
257
+
258
+ = 1.4.9 =
259
+ * Add information about theme compatibility.
260
 
261
  = 1.4.8 =
262
  * Bug fix.
263
 
264
+ = 1.4.7 =
265
+ * Flickr integration advertisement.
266
 
267
+ = 1.4.6 =
268
+ * Bug fixes.
269
 
270
+ = 1.4.5 =
271
+ * Add External Featured Image Slider.
272
 
273
+ = 1.4.4 =
274
+ * Bug fixes.
275
 
276
+ = 1.4.3 =
277
+ * Full integration with Sirv plugin.
278
 
279
+ = 1.4.2 =
280
+ * CSS style.
281
 
282
+ = 1.4.0 =
283
+ * Compatibility with Sirv CDN & Image Manager plugin.
284
 
285
+ = 1.3.9 =
286
+ * The last toggle wasn't shown in Firefox. Fixed.
287
 
288
+ = 1.3.8 =
289
+ * WooCommerce compatibility notice and showcase links.
290
 
291
+ = 1.3.7 =
292
+ * Links and contact info updated.
293
 
294
+ = 1.3.6 =
295
+ * Bug fixes and hover effect presentation.
296
 
297
+ = 1.3.5 =
298
+ * Bug fixes.
299
 
300
+ = 1.3.4 =
301
+ * Bug fixes.
302
 
303
+ = 1.3.3 =
304
+ * Bug fixes.
305
 
306
+ = 1.3.2 =
307
+ * Bug fixes.
308
 
309
+ = 1.3.1 =
310
+ * Bug fixes.
311
 
312
+ = 1.3 =
313
+ * The plugin should be compatible with any theme now.
314
 
315
+ = 1.2.5 =
316
+ * All the "PHP Notices" shown on "debug.log" file were resolved. So the log will be completely clean.
317
 
318
+ = 1.2.4 =
319
+ * It's possible to hide the plugin meta boxes now.
320
 
321
+ = 1.2.3 =
322
+ * Bug fixed in WooCommerce Product Category.
323
 
324
+ = 1.2.2 =
325
+ * Bug fixed.
326
 
327
+ = 1.2.1 =
328
+ * Readme fixed.
329
 
330
+ = 1.2 =
331
+ * It was included a Featured Image column in Product Categories. Moreover, it was fixed a problem with a toggle (Featured Image in Content) that didn't appear in Firefox. And another toggle, for backlink,
332
+ was removed. To finish, a Premium version is now been presented.
333
 
334
+ = 1.1.5 =
335
+ * Now it's possible to use an external image as Featured Image of your WooCommerce Product Category. Then an "External Featured Image" box will be shown when you create/edit a Product Category. Depending on your theme, you must enable "WooCommerce Full Integration" on Featured Image from URL settings.
336
 
337
+ = 1.1.4 =
338
+ * Now it's possible to use external images as Featured Images of your Custom Post Types. On the menu settings, you can define for now until 5 Custom Post Types.
339
 
340
+ = 1.1.3 =
341
+ * If your theme don't show Featured Image (internal or external) in Posts, Pages or Products, now it's possible to include that at the beginning of the content automatically.
342
 
343
+ = 1.1.2 =
344
+ * Menu toggles weren't been shown on Firefox. Fixed!
345
 
346
+ = 1.1.1 =
347
+ * Now, when you access "All Posts", "All Pages" or "Products" in admin menu, the Featured Images (internal or external) are shown in a new column.
348
 
349
+ = 1.1 =
350
+ * Now it's possible to use external images in the WooCommerce Product Gallery (since your site is hosted on a Linux server).
351
 
352
+ = 1.0.2 =
353
+ * Now it's possible to use an external image as Featured Image of your WooCommerce products.
354
 
355
+ = 1.0.1 =
356
+ * The help link in admin menu was wrong. It's fixed now.
357
 
358
+ = 1.0 =
359
+ * It's the first and only version so far.
360
 
361
  == Upgrade Notice ==
362
 
363
+ = 1.8.1 =
364
+ * Alt attribute used as image title as well.
365
 
366
+ = 1.8.0 =
367
+ * Premium advertisement: schedule cron event.
368
 
369
+ = 1.7.9 =
370
+ * Premium advertisement: support to Cloudinary videos.
371
 
372
+ = 1.7.8 =
373
+ * Premium advertisement: auto set product category images.
374
 
375
+ = 1.7.7 =
376
+ * Removed empty() function. Not supported by PHP 5.
377
 
378
+ = 1.7.6 =
379
+ * Default external featured image.
380
 
381
+ = 1.7.5 =
382
+ * Check compatibility between the user theme and Premium version features.
383
 
384
+ = 1.7.4 =
385
+ * Bug fix: Instagram URLs. Scripts removed: no more support to WooCommerce 2.
386
 
387
+ = 1.7.3 =
388
+ * Bug fix.
389
 
390
+ = 1.7.2 =
391
+ * Disable product lightbox and zoom.
 
392
 
393
+ = 1.7.1 =
394
+ * Crop all external featured images to the same size.
395
 
396
+ = 1.7.0 =
397
+ * Video thumbnail as featured image and Update All button.
398
 
399
+ = 1.6.9 =
400
+ * Auto play/pause video and support to list of URLs (WP All Import).
401
 
402
+ = 1.6.8 =
403
+ * Image validation and fake internal featured image.
404
 
405
+ = 1.6.7 =
406
+ * Support to Instagram images.
407
 
408
+ = 1.6.6 =
409
+ * Support to Google Drive images.
410
 
411
+ = 1.6.5 =
412
+ * Bug fix.
413
 
414
+ = 1.6.4 =
415
+ * Bug fix.
416
 
417
+ = 1.6.3 =
418
+ * Lazy load.
419
 
420
+ = 1.6.2 =
421
+ * Bug fix.
422
 
423
+ = 1.6.1 =
424
+ * Bug fix.
425
 
426
+ = 1.6.0 =
427
+ * WP REST API.
428
 
429
+ = 1.5.9 =
430
+ * New support email.
431
 
432
+ = 1.5.8 =
433
+ * FAQ update.
434
 
435
+ = 1.5.7 =
436
+ * Resize featured image column.
437
 
438
+ = 1.5.6 =
439
+ * Compatible with any theme now.
440
 
441
+ = 1.5.5 =
442
+ * URL field isn't hidden anymore.
443
 
444
+ = 1.5.4 =
445
+ * Bug fix: compatibility with old PHP versions.
446
 
447
+ = 1.5.3 =
448
+ * Auto set featured image.
449
 
450
+ = 1.5.2 =
451
+ * Hide external featured media.
452
 
453
+ = 1.5.1 =
454
+ * Genesis Framework integration, external JS minification and WooCommerce 3 note.
455
 
456
+ = 1.5.0 =
457
+ * Social tags toggle.
458
+
459
+ = 1.4.9 =
460
+ * Add information about theme compatibility.
461
 
462
  = 1.4.8 =
463
  * Bug fix.
464
 
465
+ = 1.4.7 =
466
+ * Flickr integration advertisement.
467
 
468
+ = 1.4.6 =
469
+ * Bug fixes.
470
 
471
+ = 1.4.5 =
472
+ * Add External Featured Image Slider.
473
 
474
+ = 1.4.4 =
475
+ * Bug fixes.
476
 
477
+ = 1.4.3 =
478
+ * Full integration with Sirv plugin.
479
 
480
+ = 1.4.2 =
481
+ * CSS style.
482
 
483
+ = 1.4.0 =
484
+ * Compatibility with Sirv CDN & Image Manager plugin.
485
 
486
+ = 1.3.9 =
487
+ * The last toggle wasn't shown in Firefox. Fixed.
488
 
489
+ = 1.3.8 =
490
+ * WooCommerce compatibility notice and showcase links.
491
 
492
+ = 1.3.7 =
493
+ * Links and contact info updated.
494
 
495
+ = 1.3.6 =
496
+ * Bug fixes and hover effect presentation.
497
 
498
+ = 1.3.5 =
499
+ * Bug fixes.
500
 
501
+ = 1.3.4 =
502
+ * Bug fixes.
503
 
504
+ = 1.3.3 =
505
+ * Bug fixes.
506
 
507
+ = 1.3.2 =
508
+ * Bug fixes.
509
 
510
+ = 1.3.1 =
511
+ * Bug fixes.
512
 
513
+ = 1.3 =
514
+ * The plugin should be compatible with any theme now.
515
 
516
+ = 1.2.5 =
517
+ * All the "PHP Notices" shown on "debug.log" file were resolved. So the log will be completely clean.
518
 
519
+ = 1.2.4 =
520
+ * It's possible to hide the plugin meta boxes now.
521
 
522
+ = 1.2.3 =
523
+ * Bug fixed in WooCommerce Product Category.
524
 
525
+ = 1.2.2 =
526
+ * Bug fixed.
527
 
528
+ = 1.2.1 =
529
+ * Readme fixed.
530
 
531
+ = 1.2 =
532
+ * It was included a Featured Image column in Product Categories. Moreover, it was fixed a problem with a toggle (Featured Image in Content) that didn't appear in Firefox. And another toggle, for backlink,
533
+ was removed. To finish, a Premium version is now been presented.
534
 
535
+ = 1.1.5 =
536
+ * Now it's possible to use an external image as Featured Image of your WooCommerce Product Category. Then an "External Featured Image" box will be shown when you create/edit a Product Category. Depending on your theme, you must enable "WooCommerce Full Integration" on Featured Image from URL settings.
537
 
538
+ = 1.1.4 =
539
+ * Now it's possible to use external images as Featured Images of your Custom Post Types. On the menu settings, you can define for now until 5 Custom Post Types.
540
 
541
+ = 1.1.3 =
542
+ * If your theme don't show Featured Image (internal or external) in Posts, Pages or Products, now it's possible to include that at the beginning of the content automatically.
543
 
544
+ = 1.1.2 =
545
+ * Menu toggles weren't been shown on Firefox. Fixed!
546
 
547
+ = 1.1.1 =
548
+ * Now, when you access "All Posts", "All Pages" or "Products" in admin menu, the Featured Images (internal or external) are shown in a new column.
549
 
550
+ = 1.1 =
551
+ * Now it's possible to use external images in the WooCommerce Product Gallery (since your site is hosted on a Linux server).
552
 
553
+ = 1.0.2 =
554
+ * Now it's possible to use an external image as Featured Image of your WooCommerce products.
555
 
556
+ = 1.0.1 =
557
+ * The help link in admin menu was wrong. It's fixed now.
558
 
559
+ = 1.0 =
560
+ * It's the first and only version so far.