Version Description
- Changed: Sign-up links
Download this release
Release Info
| Developer | webdorado |
| Plugin | |
| Version | 1.0.23 |
| Comparing to | |
| See all releases | |
Code changes from version 1.0.22 to 1.0.23
- io-wd.php +1 -1
- iowd_class.php +2 -2
- readme.txt +5 -2
- views/iowd_limit_display.php +1 -1
- views/iowd_settings_display.php +2 -2
- views/iowd_settings_form_display.php +1 -1
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
|
| 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.23
|
| 8 |
* Author: 10Web
|
| 9 |
* Author URI: https://10web.io
|
| 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 |
private static $page;
|
| 13 |
private $reg_autoloader = false;
|
| 14 |
private $options = array();
|
|
@@ -514,7 +514,7 @@ class IOWD
|
|
| 514 |
<div class="tenweb_banner_text"><?php _e("Sign up to unlock all features and optimize 50K images per month for FREE.", IOWD_PREFIX); ?></div>
|
| 515 |
</div>
|
| 516 |
<div class="tenweb_banner-right">
|
| 517 |
-
<a href="https://
|
| 518 |
class="button"><?php _e("Sign up", IOWD_PREFIX); ?></a>
|
| 519 |
</div>
|
| 520 |
</div>
|
| 8 |
{
|
| 9 |
|
| 10 |
protected static $instance = null;
|
| 11 |
+
private static $version = '1.0.23';
|
| 12 |
private static $page;
|
| 13 |
private $reg_autoloader = false;
|
| 14 |
private $options = array();
|
| 514 |
<div class="tenweb_banner_text"><?php _e("Sign up to unlock all features and optimize 50K images per month for FREE.", IOWD_PREFIX); ?></div>
|
| 515 |
</div>
|
| 516 |
<div class="tenweb_banner-right">
|
| 517 |
+
<a href="https://10web.io/wordpress-image-optimizer" target="_blank"
|
| 518 |
class="button"><?php _e("Sign up", IOWD_PREFIX); ?></a>
|
| 519 |
</div>
|
| 520 |
</div>
|
readme.txt
CHANGED
|
@@ -2,9 +2,9 @@
|
|
| 2 |
Contributors: webdorado,10web
|
| 3 |
Tags: : compress, image, images optimization, performance, photos, lossless, optimize
|
| 4 |
Requires at least: 3.9
|
| 5 |
-
Tested up to: 5.
|
| 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.22 =
|
| 42 |
* Changed: Sign-up link and limitations
|
| 43 |
|
| 2 |
Contributors: webdorado,10web
|
| 3 |
Tags: : compress, image, images optimization, performance, photos, lossless, optimize
|
| 4 |
Requires at least: 3.9
|
| 5 |
+
Tested up to: 5.2
|
| 6 |
Requires PHP: 5.5
|
| 7 |
+
Stable tag: 1.0.23
|
| 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.23 =
|
| 42 |
+
* Changed: Sign-up links
|
| 43 |
+
|
| 44 |
= 1.0.22 =
|
| 45 |
* Changed: Sign-up link and limitations
|
| 46 |
|
views/iowd_limit_display.php
CHANGED
|
@@ -36,7 +36,7 @@ if (!defined('ABSPATH')) {
|
|
| 36 |
<div>
|
| 37 |
<div><?php _e('Sign up to unlock all features and optimize 50K images per month for FREE.', IOWD_PREFIX); ?></div>
|
| 38 |
<div>
|
| 39 |
-
<a href="https://
|
| 40 |
class="button"><?php _e("Sign up", IOWD_PREFIX); ?></a>
|
| 41 |
</div>
|
| 42 |
</div>
|
| 36 |
<div>
|
| 37 |
<div><?php _e('Sign up to unlock all features and optimize 50K images per month for FREE.', IOWD_PREFIX); ?></div>
|
| 38 |
<div>
|
| 39 |
+
<a href="https://10web.io/wordpress-image-optimizer" target="_blank"
|
| 40 |
class="button"><?php _e("Sign up", IOWD_PREFIX); ?></a>
|
| 41 |
</div>
|
| 42 |
</div>
|
views/iowd_settings_display.php
CHANGED
|
@@ -94,7 +94,7 @@ require_once IOWD_DIR_VIEWS . '/iowd_how_it_works_display.php';
|
|
| 94 |
<div>
|
| 95 |
<div><?php _e('Sign up to unlock all features and optimize 50K images per month for FREE.', IOWD_PREFIX); ?></div>
|
| 96 |
<div>
|
| 97 |
-
<a href="https://
|
| 98 |
class="button"><?php _e("Sign up", IOWD_PREFIX); ?></a>
|
| 99 |
</div>
|
| 100 |
</div>
|
|
@@ -192,7 +192,7 @@ require_once IOWD_DIR_VIEWS . '/iowd_how_it_works_display.php';
|
|
| 192 |
<div>
|
| 193 |
<div><?php _e('Sign up to unlock all features and optimize 50K images per month for FREE.', IOWD_PREFIX); ?></div>
|
| 194 |
<div>
|
| 195 |
-
<a href="https://
|
| 196 |
class="button"><?php _e("Sign up", IOWD_PREFIX); ?></a>
|
| 197 |
</div>
|
| 198 |
</div>
|
| 94 |
<div>
|
| 95 |
<div><?php _e('Sign up to unlock all features and optimize 50K images per month for FREE.', IOWD_PREFIX); ?></div>
|
| 96 |
<div>
|
| 97 |
+
<a href="https://10web.io/wordpress-image-optimizer" target="_blank"
|
| 98 |
class="button"><?php _e("Sign up", IOWD_PREFIX); ?></a>
|
| 99 |
</div>
|
| 100 |
</div>
|
| 192 |
<div>
|
| 193 |
<div><?php _e('Sign up to unlock all features and optimize 50K images per month for FREE.', IOWD_PREFIX); ?></div>
|
| 194 |
<div>
|
| 195 |
+
<a href="https://10web.io/wordpress-image-optimizer" target="_blank"
|
| 196 |
class="button"><?php _e("Sign up", IOWD_PREFIX); ?></a>
|
| 197 |
</div>
|
| 198 |
</div>
|
views/iowd_settings_form_display.php
CHANGED
|
@@ -127,7 +127,7 @@ if (!defined('ABSPATH')) {
|
|
| 127 |
<div>
|
| 128 |
<div><?php _e('Sign up to unlock all features and optimize 50K images per month for FREE.', IOWD_PREFIX); ?></div>
|
| 129 |
<div>
|
| 130 |
-
<a href="https://
|
| 131 |
class="button"><?php _e("Sign up", IOWD_PREFIX); ?></a>
|
| 132 |
</div>
|
| 133 |
</div>
|
| 127 |
<div>
|
| 128 |
<div><?php _e('Sign up to unlock all features and optimize 50K images per month for FREE.', IOWD_PREFIX); ?></div>
|
| 129 |
<div>
|
| 130 |
+
<a href="https://10web.io/wordpress-image-optimizer" target="_blank"
|
| 131 |
class="button"><?php _e("Sign up", IOWD_PREFIX); ?></a>
|
| 132 |
</div>
|
| 133 |
</div>
|
