Version Description
- Fix bulk image optimization (#13 @tg247)
Download this release
Release Info
| Developer | keycdn |
| Plugin | |
| Version | 1.6.1 |
| Comparing to | |
| See all releases | |
Code changes from version 1.6.0 to 1.6.1
- inc/optimus_hq.class.php +1 -1
- js/scripts.js +1 -1
- optimus.php +2 -2
- readme.txt +5 -2
inc/optimus_hq.class.php
CHANGED
|
@@ -366,7 +366,7 @@ class Optimus_HQ
|
|
| 366 |
break;
|
| 367 |
|
| 368 |
case 'expired':
|
| 369 |
-
$msg = __("<p><strong>Optimus HQ license key</strong> has expired. Get a new Optimus HQ license key on <a href=\"https://optimus.io
|
| 370 |
$class = 'error';
|
| 371 |
break;
|
| 372 |
|
| 366 |
break;
|
| 367 |
|
| 368 |
case 'expired':
|
| 369 |
+
$msg = __("<p><strong>Optimus HQ license key</strong> has expired. Get a new Optimus HQ license key on <a href=\"https://optimus.io\" target=\"_blank\">optimus.io</a>. Thank you!", "optimus");
|
| 370 |
$class = 'error';
|
| 371 |
break;
|
| 372 |
|
js/scripts.js
CHANGED
|
@@ -21,7 +21,7 @@
|
|
| 21 |
row.find('.bar').css('width', '100%')
|
| 22 |
row.find('.percent').html(data.info)
|
| 23 |
row.find('.progress').attr("title", data.info)
|
| 24 |
-
} else if (typeof data.optimus.quantity != "undefined") {
|
| 25 |
if (data.optimus.quantity < 100) {
|
| 26 |
status.addClass('partial')
|
| 27 |
row.find('.bar').css('width', data.optimus.quantity + '%')
|
| 21 |
row.find('.bar').css('width', '100%')
|
| 22 |
row.find('.percent').html(data.info)
|
| 23 |
row.find('.progress').attr("title", data.info)
|
| 24 |
+
} else if (typeof data.optimus != "undefined" && typeof data.optimus.quantity != "undefined") {
|
| 25 |
if (data.optimus.quantity < 100) {
|
| 26 |
status.addClass('partial')
|
| 27 |
row.find('.bar').css('width', data.optimus.quantity + '%')
|
optimus.php
CHANGED
|
@@ -7,11 +7,11 @@ Author: KeyCDN
|
|
| 7 |
Author URI: https://www.keycdn.com
|
| 8 |
Plugin URI: https://optimus.io
|
| 9 |
License: GPLv2 or later
|
| 10 |
-
Version: 1.6.
|
| 11 |
*/
|
| 12 |
|
| 13 |
/*
|
| 14 |
-
Copyright (C) 2012-
|
| 15 |
|
| 16 |
This program is free software; you can redistribute it and/or modify
|
| 17 |
it under the terms of the GNU General Public License as published by
|
| 7 |
Author URI: https://www.keycdn.com
|
| 8 |
Plugin URI: https://optimus.io
|
| 9 |
License: GPLv2 or later
|
| 10 |
+
Version: 1.6.1
|
| 11 |
*/
|
| 12 |
|
| 13 |
/*
|
| 14 |
+
Copyright (C) 2012-2021 KeyCDN
|
| 15 |
|
| 16 |
This program is free software; you can redistribute it and/or modify
|
| 17 |
it under the terms of the GNU General Public License as published by
|
readme.txt
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
Contributors: keycdn
|
| 3 |
Tags: images, optimize, compress, progressive, performance, png, jpeg, webp, image optimizer, wordpress image optimizer, optimize image, optimize jpg, optimize jpeg, optimize png, compress image, progressive jpeg, progressive jpg
|
| 4 |
Requires at least: 4.6
|
| 5 |
-
Tested up to:
|
| 6 |
Stable tag: trunk
|
| 7 |
License: GPLv2 or later
|
| 8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
|
@@ -24,7 +24,7 @@ Optimus reduces the file size of uploaded media files automatically. Depending o
|
|
| 24 |
> 2. **Optimus HQ** *(Premium)* with expanded functionality for personal projects
|
| 25 |
> 3. **Optimus HQ PRO** *(Premium)* as professional solution for customer websites
|
| 26 |
>
|
| 27 |
-
> More details about the features and the pricing model on [optimus.io](https://optimus.io
|
| 28 |
|
| 29 |
|
| 30 |
= How does it work? =
|
|
@@ -88,6 +88,9 @@ Optimus supports the conversion of images to the new [*WebP* image format](https
|
|
| 88 |
|
| 89 |
== Changelog ==
|
| 90 |
|
|
|
|
|
|
|
|
|
|
| 91 |
= 1.6.0 =
|
| 92 |
* Skip missing files
|
| 93 |
* Added wpcli command for bulk optimization
|
| 2 |
Contributors: keycdn
|
| 3 |
Tags: images, optimize, compress, progressive, performance, png, jpeg, webp, image optimizer, wordpress image optimizer, optimize image, optimize jpg, optimize jpeg, optimize png, compress image, progressive jpeg, progressive jpg
|
| 4 |
Requires at least: 4.6
|
| 5 |
+
Tested up to: 5.7
|
| 6 |
Stable tag: trunk
|
| 7 |
License: GPLv2 or later
|
| 8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 24 |
> 2. **Optimus HQ** *(Premium)* with expanded functionality for personal projects
|
| 25 |
> 3. **Optimus HQ PRO** *(Premium)* as professional solution for customer websites
|
| 26 |
>
|
| 27 |
+
> More details about the features and the pricing model on [optimus.io](https://optimus.io)
|
| 28 |
|
| 29 |
|
| 30 |
= How does it work? =
|
| 88 |
|
| 89 |
== Changelog ==
|
| 90 |
|
| 91 |
+
= 1.6.1 =
|
| 92 |
+
* Fix bulk image optimization (#13 @tg247)
|
| 93 |
+
|
| 94 |
= 1.6.0 =
|
| 95 |
* Skip missing files
|
| 96 |
* Added wpcli command for bulk optimization
|
