Image Optimizer by 10web – Image Optimizer and Compression plugin - Version 1.0.20

Version Description

  • Fixed: Minor bugs
Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 Image Optimizer by 10web – Image Optimizer and Compression plugin
Version 1.0.20
Comparing to
See all releases

Code changes from version 1.0.19 to 1.0.20

Files changed (3) hide show
  1. io-wd.php +2 -2
  2. iowd_class.php +2 -2
  3. readme.txt +3 -1
io-wd.php CHANGED
@@ -4,9 +4,9 @@
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.19
8
  * Author: 10Web
9
- * Author URI: 10web.io
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
11
  */
12
 
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.20
8
  * Author: 10Web
9
+ * Author URI: https://10web.io
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
11
  */
12
 
iowd_class.php CHANGED
@@ -8,7 +8,7 @@ class IOWD
8
  {
9
 
10
  protected static $instance = null;
11
- private static $version = '1.0.19';
12
  private static $page;
13
  private $reg_autoloader = false;
14
  private $options = array();
@@ -104,7 +104,7 @@ class IOWD
104
  return $meta_fields;
105
  }
106
 
107
- public function activate()
108
  {
109
  if (function_exists('is_multisite') && is_multisite()) {
110
  global $wpdb;
8
  {
9
 
10
  protected static $instance = null;
11
+ private static $version = '1.0.20';
12
  private static $page;
13
  private $reg_autoloader = false;
14
  private $options = array();
104
  return $meta_fields;
105
  }
106
 
107
+ public static function activate()
108
  {
109
  if (function_exists('is_multisite') && is_multisite()) {
110
  global $wpdb;
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.19
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -38,6 +38,8 @@ The plugin provides statistics, so you can always know how many images were opti
38
 
39
  == Changelog ==
40
 
 
 
41
 
42
  = 1.0.19 =
43
  * Added: Sign up 10Web Banner
4
  Requires at least: 3.9
5
  Tested up to: 5.1
6
  Requires PHP: 5.5
7
+ Stable tag: 1.0.20
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.20 =
42
+ * Fixed: Minor bugs
43
 
44
  = 1.0.19 =
45
  * Added: Sign up 10Web Banner