reSmush.it Image Optimizer - Version 0.3.5

Version Description

  • New header image, new WP description for plugin page.
Download this release

Release Info

Developer resmushit
Plugin Icon 128x128 reSmush.it Image Optimizer
Version 0.3.5
Comparing to
See all releases

Code changes from version 0.3.4 to 0.3.5

classes/resmushitUI.class.php CHANGED
@@ -71,7 +71,7 @@ Class reSmushitUI {
71
  * @return none
72
  */
73
  public static function headerPanel() {
74
- $html = "<img src='". RESMUSHIT_BASE_URL . "images/header.jpg' />";
75
  self::fullWidthPanel($html);
76
  }
77
 
71
  * @return none
72
  */
73
  public static function headerPanel() {
74
+ $html = "<img src='". RESMUSHIT_BASE_URL . "images/header.png' />";
75
  self::fullWidthPanel($html);
76
  }
77
 
images/header.jpg DELETED
Binary file
images/header.png ADDED
Binary file
readme.txt CHANGED
@@ -3,11 +3,11 @@ Contributors: resmushit
3
  Tags: image, optimizer, image optimization, resmush.it, smush, jpg, png, gif, optimization, compression, Compress, Images, Pictures, Reduce Image Size, Smush, Smush.it
4
  Requires at least: 4.0.0
5
  Tested up to: 5.4.1
6
- Stable tag: 0.3.4
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
- Use reSmush.it Image Optimizer for FREE to optimize your pictures file sizes. Improve your performances by using reSmush.it, the 7 billion images API optimizer.
11
 
12
  == Description ==
13
 
@@ -34,7 +34,11 @@ This plugin has initially been developped by [Maecia Agency](http://www.maecia.c
34
 
35
  = How great is reSmush.it ? =
36
 
37
- Since we've optimized more than 7,000,000,000 pictures, we've risen new skills. Our service is still in development to bring you new crazy functionalities.
 
 
 
 
38
 
39
  = Is there an "Optimize on upload" feature ? =
40
 
@@ -70,6 +74,9 @@ Yes ! Absolutely free, the only restriction is to send images below 5MB.
70
 
71
  == Changelog ==
72
 
 
 
 
73
  = 0.3.4 =
74
  * Issue in version number
75
 
3
  Tags: image, optimizer, image optimization, resmush.it, smush, jpg, png, gif, optimization, compression, Compress, Images, Pictures, Reduce Image Size, Smush, Smush.it
4
  Requires at least: 4.0.0
5
  Tested up to: 5.4.1
6
+ Stable tag: 0.3.5
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
+ The FREE Image Optimizer which will compress your pictures and improve your SEO & performances by using reSmush.it, the 8 billion images API optimizer.
11
 
12
  == Description ==
13
 
34
 
35
  = How great is reSmush.it ? =
36
 
37
+ Since we've optimized more than 8,000,000,000 pictures, we've risen new skills. Our service is still in development to bring you new crazy functionalities.
38
+
39
+ = What about WebP and next generation image formats ? =
40
+
41
+ We're working on a new offer to bring you the best of these new features. Please be patient, it will come soon :)
42
 
43
  = Is there an "Optimize on upload" feature ? =
44
 
74
 
75
  == Changelog ==
76
 
77
+ = 0.3.5 =
78
+ * New header image, new WP description for plugin page.
79
+
80
  = 0.3.4 =
81
  * Issue in version number
82
 
resmushit.php CHANGED
@@ -7,11 +7,11 @@
7
  * @copyright 2020 Resmush.it
8
  *
9
  * @wordpress-plugin
10
- * Plugin Name: reSmush.it Image Optimizer
11
  * Plugin URI: https://wordpress.org/plugins/resmushit-image-optimizer/
12
  * Description: Image Optimization API. Provides image size optimization
13
- * Version: 0.3.4
14
- * Timestamp: 2020.05.01
15
  * Author: reSmush.it
16
  * Author URI: https://resmush.it
17
  * Author: Charles Bourgeaux
7
  * @copyright 2020 Resmush.it
8
  *
9
  * @wordpress-plugin
10
+ * Plugin Name: reSmush.it : the only free Image Optimizer & compress plugin
11
  * Plugin URI: https://wordpress.org/plugins/resmushit-image-optimizer/
12
  * Description: Image Optimization API. Provides image size optimization
13
+ * Version: 0.3.5
14
+ * Timestamp: 2020.05.02
15
  * Author: reSmush.it
16
  * Author URI: https://resmush.it
17
  * Author: Charles Bourgeaux
resmushit.settings.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
 
3
  define('RESMUSHIT_ENDPOINT', 'http://api.resmush.it/');
4
- define('RESMUSHIT_VERSION', '0.3.4');
5
  define('RESMUSHIT_DEFAULT_QLTY', '92');
6
  define('RESMUSHIT_TIMEOUT', '10');
7
  define('RESMUSHIT_LOGS_PATH', 'resmushit.log');
1
  <?php
2
 
3
  define('RESMUSHIT_ENDPOINT', 'http://api.resmush.it/');
4
+ define('RESMUSHIT_VERSION', '0.3.5');
5
  define('RESMUSHIT_DEFAULT_QLTY', '92');
6
  define('RESMUSHIT_TIMEOUT', '10');
7
  define('RESMUSHIT_LOGS_PATH', 'resmushit.log');