Version Description
- Fixed: Minor bug
Download this release
Release Info
Developer | webdorado |
Plugin | Image Optimizer by 10web – Image Optimizer and Compression plugin |
Version | 1.0.8 |
Comparing to | |
See all releases |
Code changes from version 1.0.7 to 1.0.8
- io-wd.php +2 -2
- iowd_class.php +2 -2
- readme.txt +7 -4
- wd/includes/deactivate.php +2 -1
- wd/templates/display_overview.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: WebDorado
|
9 |
* Author URI: https://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -66,7 +66,7 @@ $iowd_plugin_options = array(
|
|
66 |
"plugin_wordpress_slug" => "image-optimizer-wd",
|
67 |
"plugin_dir" => IOWD_DIR,
|
68 |
"plugin_main_file" => __FILE__,
|
69 |
-
"description" => '
|
70 |
"plugin_features" => array(
|
71 |
0 => array(
|
72 |
"title" => __("DASHBOARD REPORTS", IOWD_PREFIX),
|
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
|
8 |
* Author: WebDorado
|
9 |
* Author URI: https://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
66 |
"plugin_wordpress_slug" => "image-optimizer-wd",
|
67 |
"plugin_dir" => IOWD_DIR,
|
68 |
"plugin_main_file" => __FILE__,
|
69 |
+
"description" => 'Optimize images and increase page load time!',
|
70 |
"plugin_features" => array(
|
71 |
0 => array(
|
72 |
"title" => __("DASHBOARD REPORTS", IOWD_PREFIX),
|
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();
|
@@ -457,7 +457,7 @@ class IOWD
|
|
457 |
<div class="tenweb_banner-right">
|
458 |
<div class="tenweb_banner_logo"></div>
|
459 |
<a href="https://10web.io/services/image-optimizer/" target="_blank"
|
460 |
-
class="button"><?php _e("
|
461 |
</div>
|
462 |
<div class="tenweb_banner-center wd-clear">
|
463 |
<div class="tenweb_and"> &</div>
|
8 |
{
|
9 |
|
10 |
protected static $instance = null;
|
11 |
+
private static $version = '1.0.8';
|
12 |
private static $page;
|
13 |
private $reg_autoloader = false;
|
14 |
private $options = array();
|
457 |
<div class="tenweb_banner-right">
|
458 |
<div class="tenweb_banner_logo"></div>
|
459 |
<a href="https://10web.io/services/image-optimizer/" target="_blank"
|
460 |
+
class="button"><?php _e("GET FREE FOR 14 DAYS", IOWD_PREFIX); ?></a>
|
461 |
</div>
|
462 |
<div class="tenweb_banner-center wd-clear">
|
463 |
<div class="tenweb_and"> &</div>
|
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: 4.9
|
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 |
|
@@ -47,13 +47,16 @@ Upgrade to [Image Optimizer WD Pro](https://10web.io/services/image-optimizer/)
|
|
47 |
|
48 |
* Optimize PDF files
|
49 |
* Schedule optimization to automatically compress images hourly, twice daily or daily
|
50 |
-
* Optimize up to
|
51 |
-
* Maximum lossy compression
|
52 |
|
53 |
|
54 |
|
55 |
== Changelog ==
|
56 |
|
|
|
|
|
|
|
57 |
= 1.0.7 =
|
58 |
* Changed: Paid version Banner
|
59 |
* Added: Premium page
|
@@ -90,7 +93,7 @@ Upgrade to [Image Optimizer WD Pro](https://10web.io/services/image-optimizer/)
|
|
90 |
|
91 |
### Minimum requirements.
|
92 |
* Wordpress 3.9+
|
93 |
-
* PHP 5.
|
94 |
* MySQL 5.x
|
95 |
|
96 |
### Perform a new installation
|
4 |
Requires at least: 3.9
|
5 |
Tested up to: 4.9
|
6 |
Requires PHP: 5.5
|
7 |
+
Stable tag: 1.0.8
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
47 |
|
48 |
* Optimize PDF files
|
49 |
* Schedule optimization to automatically compress images hourly, twice daily or daily
|
50 |
+
* Optimize up to 250,000 images every month
|
51 |
+
* Maximum lossy/Extreme compression
|
52 |
|
53 |
|
54 |
|
55 |
== Changelog ==
|
56 |
|
57 |
+
= 1.0.8 =
|
58 |
+
* Fixed: Minor bug
|
59 |
+
|
60 |
= 1.0.7 =
|
61 |
* Changed: Paid version Banner
|
62 |
* Added: Premium page
|
93 |
|
94 |
### Minimum requirements.
|
95 |
* Wordpress 3.9+
|
96 |
+
* PHP 5.5+
|
97 |
* MySQL 5.x
|
98 |
|
99 |
### Perform a new installation
|
wd/includes/deactivate.php
CHANGED
@@ -119,7 +119,7 @@
|
|
119 |
|
120 |
$data["reason"] = isset($_POST[$wd_options->prefix . "_reasons"]) ? $_POST[$wd_options->prefix . "_reasons"] : "";
|
121 |
$data["site_url"] = site_url();
|
122 |
-
$data["plugin_id"] =
|
123 |
|
124 |
$data["additional_details"] = isset($_POST[$wd_options->prefix . "_additional_details"]) ? $_POST[$wd_options->prefix . "_additional_details"] : "";
|
125 |
$admin_data = wp_get_current_user();
|
@@ -129,6 +129,7 @@
|
|
129 |
|
130 |
$data["name"] = $user_first_name || $user_last_name ? $user_first_name . " " . $user_last_name : $admin_data->data->user_login;
|
131 |
$data["hash"] = $hash;
|
|
|
132 |
$response = wp_remote_post( "https://api.web-dorado.com/deactivatereasons", array(
|
133 |
'method' => 'POST',
|
134 |
'timeout' => 45,
|
119 |
|
120 |
$data["reason"] = isset($_POST[$wd_options->prefix . "_reasons"]) ? $_POST[$wd_options->prefix . "_reasons"] : "";
|
121 |
$data["site_url"] = site_url();
|
122 |
+
$data["plugin_id"] = 181;
|
123 |
|
124 |
$data["additional_details"] = isset($_POST[$wd_options->prefix . "_additional_details"]) ? $_POST[$wd_options->prefix . "_additional_details"] : "";
|
125 |
$admin_data = wp_get_current_user();
|
129 |
|
130 |
$data["name"] = $user_first_name || $user_last_name ? $user_first_name . " " . $user_last_name : $admin_data->data->user_login;
|
131 |
$data["hash"] = $hash;
|
132 |
+
|
133 |
$response = wp_remote_post( "https://api.web-dorado.com/deactivatereasons", array(
|
134 |
'method' => 'POST',
|
135 |
'timeout' => 45,
|
wd/templates/display_overview.php
CHANGED
@@ -108,7 +108,7 @@
|
|
108 |
<?php } ?>
|
109 |
<div class="tenweb_footer <?php echo trim($wd_options->plugin_wd_demo_link) == "" ? "without_demo" : ""; ?>">
|
110 |
<div class="container">
|
111 |
-
<h2><?php
|
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>
|
108 |
<?php } ?>
|
109 |
<div class="tenweb_footer <?php echo trim($wd_options->plugin_wd_demo_link) == "" ? "without_demo" : ""; ?>">
|
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>
|