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

Version Description

Download this release

Release Info

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

Code changes from version 1.0.12 to 1.0.13

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.12
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
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.13
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
iowd_class.php CHANGED
@@ -8,7 +8,7 @@ class IOWD
8
  {
9
 
10
  protected static $instance = null;
11
- private static $version = '1.0.12';
12
  private static $page;
13
  private $reg_autoloader = false;
14
  private $options = array();
@@ -499,7 +499,7 @@ class IOWD
499
  <div class="tenweb_banner-right">
500
  <div class="tenweb_banner_logo"></div>
501
  <a href="https://10web.io/services/image-optimizer/" target="_blank"
502
- class="button"><?php _e("Get free for 14 days", IOWD_PREFIX); ?></a>
503
  </div>
504
  </div>
505
  <?php
8
  {
9
 
10
  protected static $instance = null;
11
+ private static $version = '1.0.13';
12
  private static $page;
13
  private $reg_autoloader = false;
14
  private $options = array();
499
  <div class="tenweb_banner-right">
500
  <div class="tenweb_banner_logo"></div>
501
  <a href="https://10web.io/services/image-optimizer/" target="_blank"
502
+ class="button"><?php _e("Get started", IOWD_PREFIX); ?></a>
503
  </div>
504
  </div>
505
  <?php
wd/templates/display_overview.php CHANGED
@@ -9,8 +9,8 @@
9
  <div class="tenweb_header_right tenweb_clear">
10
  <div class="inline-block header_text"><?php echo sprintf(__("Get Premium %s and Other Solutions Essential for Your WordPress Site", $wd_options->prefix), $wd_options->plugin_title); ?>
11
  </div>
12
- <a href="https://my.10web.io/checkout/" target="_blank"
13
- class="button"><?php _e("Try Free", $wd_options->prefix); ?></a>
14
  </div>
15
  </div>
16
  <div class="tenweb_header_divider">
@@ -69,8 +69,8 @@
69
  <p><?php _e("We’ll soon be offering affordable hosting solution with WordPress-friendly features and great customer support.", $wd_options->prefix); ?></p>
70
  </div>
71
  </div>
72
- <a href="https://my.10web.io/checkout/" target="_blank"
73
- class="button"><?php _e("Get free for 14 days", $wd_options->prefix); ?></a>
74
  <div><a href="https://10web.io/" target="_blank"
75
  class="more white"><?php _e("Learn More", $wd_options->prefix); ?></a></div>
76
  </div>
@@ -110,8 +110,8 @@
110
  <div class="container">
111
  <h2><?php echo $wd_options->description; ?></h2>
112
  <p><?php echo sprintf(__("Get Premium %s and Other Solutions Essential for Your WordPress Site.", $wd_options->prefix), $wd_options->plugin_title); ?></p>
113
- <a href="https://my.10web.io/checkout/" target="_blank"
114
- class="button"><?php _e("Get free for 14 days", $wd_options->prefix); ?></a>
115
  </div>
116
  </div>
117
  </div>
9
  <div class="tenweb_header_right tenweb_clear">
10
  <div class="inline-block header_text"><?php echo sprintf(__("Get Premium %s and Other Solutions Essential for Your WordPress Site", $wd_options->prefix), $wd_options->plugin_title); ?>
11
  </div>
12
+ <a href="https://10web.io/services/image-optimizer/" target="_blank"
13
+ class="button"><?php _e("Get started", $wd_options->prefix); ?></a>
14
  </div>
15
  </div>
16
  <div class="tenweb_header_divider">
69
  <p><?php _e("We’ll soon be offering affordable hosting solution with WordPress-friendly features and great customer support.", $wd_options->prefix); ?></p>
70
  </div>
71
  </div>
72
+ <a href="https://10web.io/services/image-optimizer/" target="_blank"
73
+ class="button"><?php _e("Get started", $wd_options->prefix); ?></a>
74
  <div><a href="https://10web.io/" target="_blank"
75
  class="more white"><?php _e("Learn More", $wd_options->prefix); ?></a></div>
76
  </div>
110
  <div class="container">
111
  <h2><?php echo $wd_options->description; ?></h2>
112
  <p><?php echo sprintf(__("Get Premium %s and Other Solutions Essential for Your WordPress Site.", $wd_options->prefix), $wd_options->plugin_title); ?></p>
113
+ <a href="https://10web.io/services/image-optimizer/" target="_blank"
114
+ class="button"><?php _e("Get started", $wd_options->prefix); ?></a>
115
  </div>
116
  </div>
117
  </div>