Converter for Media – Optimize images | Convert WebP & AVIF - Version 1.4.5

Version Description

(2020-10-19) = * [Fixed] Content for translations

Download this release

Release Info

Developer mateuszgbiorczyk
Plugin Icon 128x128 Converter for Media – Optimize images | Convert WebP & AVIF
Version 1.4.5
Comparing to
See all releases

Code changes from version 1.4.4 to 1.4.5

readme.txt CHANGED
@@ -485,6 +485,9 @@ This is all very important to us and allows us to do even better things for you!
485
 
486
  == Changelog ==
487
 
 
 
 
488
  = 1.4.4 (2020-10-18) =
489
  * `[Changed]` Information after conversion process is completed
490
 
485
 
486
  == Changelog ==
487
 
488
+ = 1.4.5 (2020-10-19) =
489
+ * `[Fixed]` Content for translations
490
+
491
  = 1.4.4 (2020-10-18) =
492
  * `[Changed]` Information after conversion process is completed
493
 
resources/components/widgets/regenerate.php CHANGED
@@ -44,7 +44,7 @@
44
  <div class="webpPopup__inner">
45
  <div class="webpPopup__image"></div>
46
  <div class="webpPopup__content">
47
- <p>Hi, I'm Mateusz! I'm glad you managed to reduce the weight of your website. If you would like to support me in developing this plugin, I will be very grateful to you!</p>
48
  <p>
49
  <a href="https://ko-fi.com/gbiorczyk/" target="_blank" class="webpButton webpButton--blue dashicons-heart">
50
  <?= __('Provide us a coffee', 'webp-converter-for-media'); ?>
44
  <div class="webpPopup__inner">
45
  <div class="webpPopup__image"></div>
46
  <div class="webpPopup__content">
47
+ <p><?= __('Hi, I\'m Mateusz! I\'m glad you managed to reduce the weight of your website. If you would like to support me in developing this plugin, I will be very grateful to you!', 'webp-converter-for-media'); ?></p>
48
  <p>
49
  <a href="https://ko-fi.com/gbiorczyk/" target="_blank" class="webpButton webpButton--blue dashicons-heart">
50
  <?= __('Provide us a coffee', 'webp-converter-for-media'); ?>
webp-converter-for-media.php CHANGED
@@ -3,13 +3,13 @@
3
  /*
4
  Plugin Name: WebP Converter for Media
5
  Description: Speed up your website by serving WebP images instead of standard formats JPEG, PNG and GIF.
6
- Version: 1.4.4
7
  Author: Mateusz Gbiorczyk
8
  Author URI: https://gbiorczyk.pl/
9
  Text Domain: webp-converter-for-media
10
  */
11
 
12
- define('WEBPC_VERSION', '1.4.4');
13
  define('WEBPC_FILE', __FILE__);
14
  define('WEBPC_NAME', plugin_basename(__FILE__));
15
  define('WEBPC_PATH', plugin_dir_path(__FILE__));
3
  /*
4
  Plugin Name: WebP Converter for Media
5
  Description: Speed up your website by serving WebP images instead of standard formats JPEG, PNG and GIF.
6
+ Version: 1.4.5
7
  Author: Mateusz Gbiorczyk
8
  Author URI: https://gbiorczyk.pl/
9
  Text Domain: webp-converter-for-media
10
  */
11
 
12
+ define('WEBPC_VERSION', '1.4.5');
13
  define('WEBPC_FILE', __FILE__);
14
  define('WEBPC_NAME', plugin_basename(__FILE__));
15
  define('WEBPC_PATH', plugin_dir_path(__FILE__));