reSmush.it Image Optimizer - Version 0.1.4

Version Description

  • CSS Fixes
Download this release

Release Info

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

Code changes from version 0.1.3 to 0.1.4

Files changed (4) hide show
  1. css/resmushit.css +9 -5
  2. readme.txt +4 -1
  3. resmushit.php +2 -4
  4. resmushit.settings.php +1 -1
css/resmushit.css CHANGED
@@ -9,7 +9,9 @@
9
  box-shadow: 0 2px 0 #EAEAEA;
10
  padding: 15px;
11
  margin: 0 0 15px;
12
- box-sizing:border-box;
 
 
13
  }
14
  .rsmt-panels .w100{
15
  width: 100%;
@@ -125,6 +127,7 @@
125
  position: absolute;
126
  bottom: 0;
127
  height: 50%;
 
128
  background: rgba(0,0,0,0.2);
129
  left: 0;
130
  color: white;
@@ -135,7 +138,6 @@
135
  text-align: center;
136
  color: white;
137
  width: 200px;
138
- text-align: center;
139
  margin: 20px auto;
140
  }
141
  .rsmt-bulk .loading--bulk{
@@ -144,7 +146,7 @@
144
  .rsmt-bulk #bulk_resize_target{
145
  overflow: auto;
146
  padding: 20px 10px;
147
- height: 100%!important;
148
  background: white;
149
  }
150
  .rsmt-bulk .file--treated{
@@ -168,6 +170,8 @@
168
  width: 100%;
169
  box-shadow: 0 2px 0 #EAEAEA;
170
  padding: 10px 10px;
 
 
171
  box-sizing: border-box;
172
  background: #F4F4F4;
173
  }
@@ -197,7 +201,7 @@
197
  opacity: 0.8;
198
  }
199
 
200
- input[type=radio], input[type=checkbox].rsmt-disable-loader{
201
  border:none;
202
  height: 16px;
203
  width: 16px;
@@ -205,7 +209,7 @@ input[type=radio], input[type=checkbox].rsmt-disable-loader{
205
  background-image: url(../images/loading.gif);
206
  background-repeat: no-repeat;
207
  }
208
- input[type=radio], input[type=checkbox].rsmt-disable-loader:checked:before{
209
  content: "";
210
  }
211
 
9
  box-shadow: 0 2px 0 #EAEAEA;
10
  padding: 15px;
11
  margin: 0 0 15px;
12
+ -webkit-box-sizing: border-box;
13
+ -moz-box-sizing: border-box;
14
+ box-sizing: border-box;
15
  }
16
  .rsmt-panels .w100{
17
  width: 100%;
127
  position: absolute;
128
  bottom: 0;
129
  height: 50%;
130
+ background: rgb(0,0,0);
131
  background: rgba(0,0,0,0.2);
132
  left: 0;
133
  color: white;
138
  text-align: center;
139
  color: white;
140
  width: 200px;
 
141
  margin: 20px auto;
142
  }
143
  .rsmt-bulk .loading--bulk{
146
  .rsmt-bulk #bulk_resize_target{
147
  overflow: auto;
148
  padding: 20px 10px;
149
+ height: 100% !important;
150
  background: white;
151
  }
152
  .rsmt-bulk .file--treated{
170
  width: 100%;
171
  box-shadow: 0 2px 0 #EAEAEA;
172
  padding: 10px 10px;
173
+ -webkit-box-sizing: border-box;
174
+ -moz-box-sizing: border-box;
175
  box-sizing: border-box;
176
  background: #F4F4F4;
177
  }
201
  opacity: 0.8;
202
  }
203
 
204
+ input[type=checkbox].rsmt-disable-loader{
205
  border:none;
206
  height: 16px;
207
  width: 16px;
209
  background-image: url(../images/loading.gif);
210
  background-repeat: no-repeat;
211
  }
212
+ input[type=checkbox].rsmt-disable-loader:checked:before{
213
  content: "";
214
  }
215
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ 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.0
6
- Stable tag: 0.1.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -41,6 +41,9 @@ Yes ! Absolutely free, the only restriction is to send images below 5MB.
41
 
42
  == Changelog ==
43
 
 
 
 
44
  = 0.1.3 =
45
  * Translation correction
46
  * News feed images correction
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.0
6
+ Stable tag: 0.1.4
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
41
 
42
  == Changelog ==
43
 
44
+ = 0.1.4 =
45
+ * CSS Fixes
46
+
47
  = 0.1.3 =
48
  * Translation correction
49
  * News feed images correction
resmushit.php CHANGED
@@ -2,7 +2,6 @@
2
  /**
3
  * @package resmushit
4
  * @author Charles Bourgeaux <charles.bourgeaux@maecia.com>
5
- * @author Tedj Ferhati <tedj.ferhati@maecia.com>
6
  * @license GPL-2.0+
7
  * @link http://www.resmush.it
8
  * @copyright 2016 Resmush.it
@@ -11,12 +10,11 @@
11
  * Plugin Name: reSmush.it Image Optimizer
12
  * Plugin URI: http://www.resmush.it
13
  * Description: Image Optimization API. Provides image size optimization
14
- * Version: 0.1.3
15
- * Timestamp: 2016.08.09
16
  * Author: Maecia
17
  * Author URI: https://www.maecia.com
18
  * Author: Charles Bourgeaux
19
- * Author: Tedj Ferhati
20
  * License: GPL-2.0+
21
  * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
22
  * Domain Path: /languages
2
  /**
3
  * @package resmushit
4
  * @author Charles Bourgeaux <charles.bourgeaux@maecia.com>
 
5
  * @license GPL-2.0+
6
  * @link http://www.resmush.it
7
  * @copyright 2016 Resmush.it
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.4
14
+ * Timestamp: 2016.08.10
15
  * Author: Maecia
16
  * Author URI: https://www.maecia.com
17
  * Author: Charles Bourgeaux
 
18
  * License: GPL-2.0+
19
  * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
20
  * Domain Path: /languages
resmushit.settings.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
 
4
  define('RESMUSHIT_ENDPOINT', 'http://api.resmush.it/');
5
- define('RESMUSHIT_VERSION', '0.1.3');
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.4');
6
  define('RESMUSHIT_DEFAULT_QLTY', '92');
7
  define('RESMUSHIT_TIMEOUT', '5');
8
  define('RESMUSHIT_LOGS_PATH', 'resmushit.log');