reSmush.it Image Optimizer - Version 0.1.12

Version Description

  • Tested up to Wordpress 4.8.1
Download this release

Release Info

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

Code changes from version 0.1.11 to 0.1.12

Files changed (3) hide show
  1. readme.txt +6 -3
  2. resmushit.php +2 -2
  3. resmushit.settings.php +1 -1
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: maecia
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: 4.7.2
6
- Stable tag: 0.1.11
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -34,7 +34,7 @@ This plugin has been developped by [Maecia Agency](http://www.maecia.com/ "Maeci
34
 
35
  = How great is reSmush.it ? =
36
 
37
- Since we've optimized more than 2,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
 
@@ -66,6 +66,9 @@ Yes ! Absolutely free, the only restriction is to send images below 5MB.
66
 
67
  == Changelog ==
68
 
 
 
 
69
  = 0.1.11 =
70
  * New header banner for 2 billionth images optimized :)
71
 
2
  Contributors: maecia
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: 4.8.1
6
+ Stable tag: 0.1.12
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
34
 
35
  = How great is reSmush.it ? =
36
 
37
+ Since we've optimized more than 2,500,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
 
66
 
67
  == Changelog ==
68
 
69
+ = 0.1.12 =
70
+ * Tested up to Wordpress 4.8.1
71
+
72
  = 0.1.11 =
73
  * New header banner for 2 billionth images optimized :)
74
 
resmushit.php CHANGED
@@ -10,8 +10,8 @@
10
  * Plugin Name: reSmush.it Image Optimizer
11
  * Plugin URI: http://www.resmush.it
12
  * Description: Image Optimization API. Provides image size optimization
13
- * Version: 0.1.11
14
- * Timestamp: 2017.02.05
15
  * Author: Maecia
16
  * Author URI: https://www.maecia.com
17
  * Author: Charles Bourgeaux
10
  * Plugin Name: reSmush.it Image Optimizer
11
  * Plugin URI: http://www.resmush.it
12
  * Description: Image Optimization API. Provides image size optimization
13
+ * Version: 0.1.12
14
+ * Timestamp: 2017.08.04
15
  * Author: Maecia
16
  * Author URI: https://www.maecia.com
17
  * Author: Charles Bourgeaux
resmushit.settings.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
 
4
  define('RESMUSHIT_ENDPOINT', 'http://api.resmush.it/');
5
- define('RESMUSHIT_VERSION', '0.1.11');
6
  define('RESMUSHIT_DEFAULT_QLTY', '92');
7
  define('RESMUSHIT_TIMEOUT', '5');
8
  define('RESMUSHIT_LOGS_PATH', 'resmushit.log');
2
 
3
 
4
  define('RESMUSHIT_ENDPOINT', 'http://api.resmush.it/');
5
+ define('RESMUSHIT_VERSION', '0.1.12');
6
  define('RESMUSHIT_DEFAULT_QLTY', '92');
7
  define('RESMUSHIT_TIMEOUT', '5');
8
  define('RESMUSHIT_LOGS_PATH', 'resmushit.log');