Featured Image From URL - Version 3.1.6

Version Description

  • Improvement: readme changes to comply with the WordPress.org plugin guidelines.
Download this release

Release Info

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

Code changes from version 3.1.5 to 3.1.6

Files changed (3) hide show
  1. admin/html/menu.html +16 -1
  2. featured-image-from-url.php +3 -2
  3. readme.txt +11 -11
admin/html/menu.html CHANGED
@@ -2830,12 +2830,27 @@
2830
  </table>
2831
  </div>
2832
  </div>
2833
- <div class="box">
2834
  <h2><a class="dbox-donation-button" style="background: #2d81c5;color: #fff;text-decoration: none;display: inline-block;font-size: 16px;padding: 2px 17px;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;box-shadow: 0px 0px 0px 0px #1f5a89;text-shadow: 0 1px rgba(0, 0, 0, 0.3);" href="https://fifu.app/#price" target="_blank">Buy Premium</a> and help me to take this project to the next level <span class="dashicons dashicons-info" style="font-size: 25px;" title="Pay with a Card, Apple Pay, Google Pay, Stripe, PayPal and more. No account required."></span></h2>
2835
  <div class="greybox">
2836
  <a href="https://www.linkedin.com/in/marceljm/" target="_blank"><img src="https://avatars0.githubusercontent.com/u/10578419?s=460&v=4" style="border-radius:100%;width:8.5%;float:left"></a>
2837
  <div style="position:relative;left:10px">Hi, I'm Marcel, Software Engineer and Featured Image from URL author. <br>During the last 4 years I did my best to develop all requested features, integrations, improvements and bug fixes. And thanks to FIFU you keep saving money on storage, processing and copyright. However, with so many users (100,000+ active installs), it's becoming increasingly difficult to help everyone. <b>Extraordinary performance and automation features aren't done yet</b> while updates are required to keep this plugin working with the most current WordPress components. So please become a Premium user and help me to take FIFU to the next level!</div>
2838
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2839
  </div>
2840
  <div class="box">
2841
  <h2><?php esc_html_e('Getting Started', 'featured-image-from-url'); ?></h2>
2830
  </table>
2831
  </div>
2832
  </div>
2833
+ <!--div class="box">
2834
  <h2><a class="dbox-donation-button" style="background: #2d81c5;color: #fff;text-decoration: none;display: inline-block;font-size: 16px;padding: 2px 17px;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;box-shadow: 0px 0px 0px 0px #1f5a89;text-shadow: 0 1px rgba(0, 0, 0, 0.3);" href="https://fifu.app/#price" target="_blank">Buy Premium</a> and help me to take this project to the next level <span class="dashicons dashicons-info" style="font-size: 25px;" title="Pay with a Card, Apple Pay, Google Pay, Stripe, PayPal and more. No account required."></span></h2>
2835
  <div class="greybox">
2836
  <a href="https://www.linkedin.com/in/marceljm/" target="_blank"><img src="https://avatars0.githubusercontent.com/u/10578419?s=460&v=4" style="border-radius:100%;width:8.5%;float:left"></a>
2837
  <div style="position:relative;left:10px">Hi, I'm Marcel, Software Engineer and Featured Image from URL author. <br>During the last 4 years I did my best to develop all requested features, integrations, improvements and bug fixes. And thanks to FIFU you keep saving money on storage, processing and copyright. However, with so many users (100,000+ active installs), it's becoming increasingly difficult to help everyone. <b>Extraordinary performance and automation features aren't done yet</b> while updates are required to keep this plugin working with the most current WordPress components. So please become a Premium user and help me to take FIFU to the next level!</div>
2838
  </div>
2839
+ </div-->
2840
+ <div class="box">
2841
+ <h2>Would you like to become a FIFU translator?</h2>
2842
+ <div class="greybox" style="position:relative;left:10px;min-height:130px">
2843
+ <span class="dashicons dashicons-translation" style="font-size:100px;float:left"></span>
2844
+ <div style="float:right;width:85%">
2845
+ 1) please check if your NATIVE language is still available <a href="https://fifu.app/translate/" target="_blank">here</a> and get the language code (e.g. de_DE);<br>
2846
+ 2) send an email to support@featuredimagefromurl.com with the subject <i>I'd like to translate FIFU to [language code]</i>;<br>
2847
+ 3) please wait for an answer. Once you are accepted as an official translator, you will be responsible for:<br>
2848
+ - translating the POT file in /plugins/featured-image-from-url/languages/ (~350 strings)<br>
2849
+ - translating the strings in <a href="https://translate.wordpress.org/projects/wp-plugins/featured-image-from-url/" target="_blank">WordPress.org</a> (~280 strings);<br>
2850
+ - updating the translations periodically (once or twice a month is fine).<br><br>
2851
+ And to thank you for your valuable efforts you will receive the Premium version and updates.<span class="dashicons dashicons-smiley" style="font-size:16px"></span>
2852
+ </div>
2853
+ </div>
2854
  </div>
2855
  <div class="box">
2856
  <h2><?php esc_html_e('Getting Started', 'featured-image-from-url'); ?></h2>
featured-image-from-url.php CHANGED
@@ -4,13 +4,14 @@
4
  * Plugin Name: Featured Image from URL
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.1.5
8
  * Author: fifu.app
9
  * Author URI: https://fifu.app/
10
  * WC requires at least: 3.0
11
  * WC tested up to: 4.2.2
12
  * Text Domain: featured-image-from-url
13
- * Domain Path: /languages
 
14
  */
15
 
16
  define('FIFU_PLUGIN_DIR', plugin_dir_path(__FILE__));
4
  * Plugin Name: Featured Image from URL
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.1.6
8
  * Author: fifu.app
9
  * Author URI: https://fifu.app/
10
  * WC requires at least: 3.0
11
  * WC tested up to: 4.2.2
12
  * Text Domain: featured-image-from-url
13
+ * License: GPLv3
14
+ * License URI: https://www.gnu.org/licenses/gpl-3.0.html
15
  */
16
 
17
  define('FIFU_PLUGIN_DIR', plugin_dir_path(__FILE__));
readme.txt CHANGED
@@ -1,12 +1,12 @@
1
  === Plugin Name ===
2
  Contributors: marceljm
3
  Donate link: https://donorbox.org/fifu
4
- Tags: featured image, featured, image, url, external, woocommerce, product, gallery, video, slider, shortcode, thumbnail, default, lazy load, rest, api, link, uri, address, first, auto, automatic, rss, media, tag, seo, social, keyword, search, random, youtube, vimeo, import
5
- Requires at least: 4.0
6
- Tested up to: 5.4.2
7
- Stable tag: 3.1.5
8
- License: GPLv2 or later
9
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  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.
12
 
@@ -188,20 +188,20 @@ Supports videos from YouTube, Vimeo, Imgur, 9GAG, Cloudinary, Tumblr and Publiti
188
 
189
  == Changelog ==
190
 
 
 
 
191
  = 3.1.5 =
192
  * New language: German; Improvement: short readme to make translations easier.
193
 
194
  = 3.1.4 =
195
  * Notice: FIFU is ready to receive translations; New language: Portuguese (Brazil); New features: Mute and Background Video; Improvement: og:image tag for internal images.
196
 
197
- = 3.1.3 =
198
- * Improvement: Same Height (each selector can have a different size ratio); Improvement: Image Metadata (query optimization); Deprecated: Maximum Sizes; Bug fix: conflict between Lazy Load and Storefront; Bug fix: conflict between Lazy Load and background-images.
199
-
200
  = others =
201
  * [more](https://fifu.app/changelog/)
202
 
203
 
204
  == Upgrade Notice ==
205
 
206
- = 3.1.5 =
207
- * New language: German; Improvement: short readme to make translations easier.
1
  === Plugin Name ===
2
  Contributors: marceljm
3
  Donate link: https://donorbox.org/fifu
4
+ Tags: featured image, featured, image, url, external, woocommerce, product, gallery, video, slider, link, thumbnail
5
+ Requires at least: 5.0
6
+ Tested up to: 5.4
7
+ Stable tag: 3.1.6
8
+ License: GPLv3
9
+ License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
11
  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.
12
 
188
 
189
  == Changelog ==
190
 
191
+ = 3.1.6 =
192
+ * Improvement: readme changes to comply with the WordPress.org plugin guidelines.
193
+
194
  = 3.1.5 =
195
  * New language: German; Improvement: short readme to make translations easier.
196
 
197
  = 3.1.4 =
198
  * Notice: FIFU is ready to receive translations; New language: Portuguese (Brazil); New features: Mute and Background Video; Improvement: og:image tag for internal images.
199
 
 
 
 
200
  = others =
201
  * [more](https://fifu.app/changelog/)
202
 
203
 
204
  == Upgrade Notice ==
205
 
206
+ = 3.1.6 =
207
+ * Improvement: readme changes to comply with the WordPress.org plugin guidelines.