Version Description
- Changed: Limitation
Download this release
Release Info
Developer | webdorado |
Plugin | Image Optimizer by 10web – Image Optimizer and Compression plugin |
Version | 1.0.21 |
Comparing to | |
See all releases |
Code changes from version 1.0.20 to 1.0.21
- includes/iowd-helper.php +1 -1
- io-wd.php +2 -2
- iowd_class.php +1 -1
- readme.txt +4 -1
includes/iowd-helper.php
CHANGED
@@ -221,7 +221,7 @@ class IOWD_Helper
|
|
221 |
}
|
222 |
|
223 |
return array(
|
224 |
-
"limit" =>
|
225 |
"period" => "1 month",
|
226 |
"already_optimized" => $already_optimized,
|
227 |
);
|
221 |
}
|
222 |
|
223 |
return array(
|
224 |
+
"limit" => 500,
|
225 |
"period" => "1 month",
|
226 |
"already_optimized" => $already_optimized,
|
227 |
);
|
io-wd.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Image Optimizer WD
|
5 |
* Plugin URI: https://10web.io/services/image-optimizer/
|
6 |
* Description: Image Optimizer WordPress plugin enables you to resize, compress and optimize PNG, JPG, GIF files while maintaining image quality.
|
7 |
-
* Version: 1.0.
|
8 |
* Author: 10Web
|
9 |
* Author URI: https://10web.io
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -84,7 +84,7 @@ if (version_compare(phpversion(), "5.5", '>')) {
|
|
84 |
),
|
85 |
2 => array(
|
86 |
"title" => __("OPTIMIZE MORE IMAGES", IOWD_PREFIX),
|
87 |
-
"description" => __("Have more than
|
88 |
"logo" => IOWD_URL_IMG . "/overview/More-Images.svg"
|
89 |
),
|
90 |
3 => array(
|
4 |
* Plugin Name: Image Optimizer WD
|
5 |
* Plugin URI: https://10web.io/services/image-optimizer/
|
6 |
* Description: Image Optimizer WordPress plugin enables you to resize, compress and optimize PNG, JPG, GIF files while maintaining image quality.
|
7 |
+
* Version: 1.0.21
|
8 |
* Author: 10Web
|
9 |
* Author URI: https://10web.io
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
84 |
),
|
85 |
2 => array(
|
86 |
"title" => __("OPTIMIZE MORE IMAGES", IOWD_PREFIX),
|
87 |
+
"description" => __("Have more than 500 images on your website? Choose the premium plan to compress and optimize all images on your website.", IOWD_PREFIX),
|
88 |
"logo" => IOWD_URL_IMG . "/overview/More-Images.svg"
|
89 |
),
|
90 |
3 => array(
|
iowd_class.php
CHANGED
@@ -8,7 +8,7 @@ class IOWD
|
|
8 |
{
|
9 |
|
10 |
protected static $instance = null;
|
11 |
-
private static $version = '1.0.
|
12 |
private static $page;
|
13 |
private $reg_autoloader = false;
|
14 |
private $options = array();
|
8 |
{
|
9 |
|
10 |
protected static $instance = null;
|
11 |
+
private static $version = '1.0.21';
|
12 |
private static $page;
|
13 |
private $reg_autoloader = false;
|
14 |
private $options = array();
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: : compress, image, images optimization, performance, photos, lossless, opt
|
|
4 |
Requires at least: 3.9
|
5 |
Tested up to: 5.1
|
6 |
Requires PHP: 5.5
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -38,6 +38,9 @@ The plugin provides statistics, so you can always know how many images were opti
|
|
38 |
|
39 |
== Changelog ==
|
40 |
|
|
|
|
|
|
|
41 |
= 1.0.20 =
|
42 |
* Fixed: Minor bugs
|
43 |
|
4 |
Requires at least: 3.9
|
5 |
Tested up to: 5.1
|
6 |
Requires PHP: 5.5
|
7 |
+
Stable tag: 1.0.21
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
38 |
|
39 |
== Changelog ==
|
40 |
|
41 |
+
= 1.0.21 =
|
42 |
+
* Changed: Limitation
|
43 |
+
|
44 |
= 1.0.20 =
|
45 |
* Fixed: Minor bugs
|
46 |
|