Version Description
- Missing image
Download this release
Release Info
Developer | resmushit |
Plugin | reSmush.it Image Optimizer |
Version | 0.4.11 |
Comparing to | |
See all releases |
Code changes from version 0.4.10 to 0.4.11
- images/shortpixel-resmushit.png +0 -0
- readme.txt +3 -1
- resmushit.php +1 -1
- resmushit.settings.php +1 -1
images/shortpixel-resmushit.png
ADDED
Binary file
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ 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: 6.1.0
|
6 |
-
Stable tag: 0.4.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -73,6 +73,8 @@ Yes ! Absolutely free, the only restriction is to send images below 5MB.
|
|
73 |
1. The simple interface
|
74 |
|
75 |
== Changelog ==
|
|
|
|
|
76 |
|
77 |
= 0.4.10 =
|
78 |
* Partnership with Shortpixel
|
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: 6.1.0
|
6 |
+
Stable tag: 0.4.11
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
73 |
1. The simple interface
|
74 |
|
75 |
== Changelog ==
|
76 |
+
= 0.4.11 =
|
77 |
+
* Missing image
|
78 |
|
79 |
= 0.4.10 =
|
80 |
* Partnership with Shortpixel
|
resmushit.php
CHANGED
@@ -10,7 +10,7 @@
|
|
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.4.
|
14 |
* Timestamp: 2022.11.08
|
15 |
* Author: reSmush.it
|
16 |
* Author URI: https://resmush.it
|
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.4.11
|
14 |
* Timestamp: 2022.11.08
|
15 |
* Author: reSmush.it
|
16 |
* Author URI: https://resmush.it
|
resmushit.settings.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
define('RESMUSHIT_ENDPOINT', 'http://api.resmush.it/');
|
4 |
-
define('RESMUSHIT_VERSION', '0.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.4.11');
|
5 |
define('RESMUSHIT_DEFAULT_QLTY', '92');
|
6 |
define('RESMUSHIT_TIMEOUT', '10');
|
7 |
define('RESMUSHIT_LOGS_PATH', 'resmushit.log');
|