Version Description
- Tested up to Wordpress 4.9.1
- New header banner for 3 billionth images optimized :)
Download this release
Release Info
Developer | maecia |
Plugin | reSmush.it Image Optimizer |
Version | 0.1.13 |
Comparing to | |
See all releases |
Code changes from version 0.1.12 to 0.1.13
- images/header.jpg +0 -0
- readme.txt +8 -4
- resmushit.php +2 -2
- resmushit.settings.php +1 -1
images/header.jpg
CHANGED
Binary file
|
readme.txt
CHANGED
@@ -2,12 +2,12 @@
|
|
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.
|
6 |
-
Stable tag: 0.1.
|
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
|
11 |
|
12 |
== Description ==
|
13 |
|
@@ -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
|
38 |
|
39 |
= Is there an "Optimize on upload" feature ? =
|
40 |
|
@@ -66,6 +66,10 @@ Yes ! Absolutely free, the only restriction is to send images below 5MB.
|
|
66 |
|
67 |
== Changelog ==
|
68 |
|
|
|
|
|
|
|
|
|
69 |
= 0.1.12 =
|
70 |
* Tested up to Wordpress 4.8.1
|
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.9.1
|
6 |
+
Stable tag: 0.1.13
|
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 3 billion images API optimizer.
|
11 |
|
12 |
== Description ==
|
13 |
|
34 |
|
35 |
= How great is reSmush.it ? =
|
36 |
|
37 |
+
Since we've optimized more than 3,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 |
|
67 |
== Changelog ==
|
68 |
|
69 |
+
= 0.1.13 =
|
70 |
+
* Tested up to Wordpress 4.9.1
|
71 |
+
* New header banner for 3 billionth images optimized :)
|
72 |
+
|
73 |
= 0.1.12 =
|
74 |
* Tested up to Wordpress 4.8.1
|
75 |
|
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.
|
14 |
-
* Timestamp: 2017.
|
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.13
|
14 |
+
* Timestamp: 2017.12.14
|
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.
|
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.13');
|
6 |
define('RESMUSHIT_DEFAULT_QLTY', '92');
|
7 |
define('RESMUSHIT_TIMEOUT', '5');
|
8 |
define('RESMUSHIT_LOGS_PATH', 'resmushit.log');
|