Version Description
- Compatibility for WordPress 6.0
Download this release
Release Info
Developer | keycdn |
Plugin | Optimus – WordPress Image Optimizer |
Version | 1.6.2 |
Comparing to | |
See all releases |
Code changes from version 1.6.1 to 1.6.2
- inc/optimus_settings.class.php +5 -5
- optimus.php +2 -2
- readme.txt +12 -14
inc/optimus_settings.class.php
CHANGED
@@ -115,7 +115,7 @@ class Optimus_Settings
|
|
115 |
</p>
|
116 |
|
117 |
<p class="description">
|
118 |
-
<?php _e("In addition to the original image, Optimus compresses the registered image sizes in WordPress. [<a href=\"https://
|
119 |
</p>
|
120 |
<br>
|
121 |
<p class="description">
|
@@ -137,7 +137,7 @@ class Optimus_Settings
|
|
137 |
</label>
|
138 |
|
139 |
<p class="description">
|
140 |
-
<?php _e("Optimus only compresses preview images (Thumbnails). Original images uploaded to WordPress are not affected. [<a href=\"https://
|
141 |
</p>
|
142 |
</fieldset>
|
143 |
</td>
|
@@ -155,7 +155,7 @@ class Optimus_Settings
|
|
155 |
</label>
|
156 |
|
157 |
<p class="description">
|
158 |
-
<?php _e("Only <a href=\"https://optimus.io\" target=\"_blank\">Optimus HQ</a>. Active option keeps EXIF-, copyright and photo creation information in images. Size reduction is less significant. [<a href=\"https://
|
159 |
</p>
|
160 |
</fieldset>
|
161 |
</td>
|
@@ -173,7 +173,7 @@ class Optimus_Settings
|
|
173 |
</label>
|
174 |
|
175 |
<p class="description">
|
176 |
-
<?php _e("Only <a href=\"https://optimus.io\" target=\"_blank\">Optimus HQ</a>. It is recommended to use the <a href=\"https://wordpress.org/plugins/cache-enabler/\">Cache Enabler plugin</a> to integrate the WebP images. [<a href=\"https://
|
177 |
</p>
|
178 |
</fieldset>
|
179 |
|
@@ -222,7 +222,7 @@ class Optimus_Settings
|
|
222 |
</label>
|
223 |
|
224 |
<p class="description">
|
225 |
-
<?php _e("This setting prevents the automatic optimization during the upload process. Images need to be optimized via the Media Library later on. [<a href=\"https://
|
226 |
</p>
|
227 |
</fieldset>
|
228 |
</td>
|
115 |
</p>
|
116 |
|
117 |
<p class="description">
|
118 |
+
<?php _e("In addition to the original image, Optimus compresses the registered image sizes in WordPress. [<a href=\"https://www.keycdn.com/support/optimus/optimus-settings#compression-thumbnail-images\" target=\"_blank\">Details</a>]", "optimus"); ?>
|
119 |
</p>
|
120 |
<br>
|
121 |
<p class="description">
|
137 |
</label>
|
138 |
|
139 |
<p class="description">
|
140 |
+
<?php _e("Optimus only compresses preview images (Thumbnails). Original images uploaded to WordPress are not affected. [<a href=\"https://www.keycdn.com/support/optimus/optimus-settings#optimization-original-images\" target=\"_blank\">Details</a>]", "optimus"); ?>
|
141 |
</p>
|
142 |
</fieldset>
|
143 |
</td>
|
155 |
</label>
|
156 |
|
157 |
<p class="description">
|
158 |
+
<?php _e("Only <a href=\"https://optimus.io\" target=\"_blank\">Optimus HQ</a>. Active option keeps EXIF-, copyright and photo creation information in images. Size reduction is less significant. [<a href=\"https://www.keycdn.com/support/optimus/optimus-settings#remove-metadata\" target=\"_blank\">Details</a>]", "optimus"); ?>
|
159 |
</p>
|
160 |
</fieldset>
|
161 |
</td>
|
173 |
</label>
|
174 |
|
175 |
<p class="description">
|
176 |
+
<?php _e("Only <a href=\"https://optimus.io\" target=\"_blank\">Optimus HQ</a>. It is recommended to use the <a href=\"https://wordpress.org/plugins/cache-enabler/\">Cache Enabler plugin</a> to integrate the WebP images. [<a href=\"https://www.keycdn.com/support/optimus/optimus-settings#convert-to-webp\" target=\"_blank\">Details</a>]", "optimus"); ?>
|
177 |
</p>
|
178 |
</fieldset>
|
179 |
|
222 |
</label>
|
223 |
|
224 |
<p class="description">
|
225 |
+
<?php _e("This setting prevents the automatic optimization during the upload process. Images need to be optimized via the Media Library later on. [<a href=\"https://www.keycdn.com/support/optimus/image-bulk-optimization\" target=\"_blank\">Details</a>]", "optimus"); ?>
|
226 |
</p>
|
227 |
</fieldset>
|
228 |
</td>
|
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.2
|
11 |
*/
|
12 |
|
13 |
/*
|
14 |
+
Copyright (C) 2012-2022 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
@@ -1,18 +1,17 @@
|
|
1 |
=== Optimus - WordPress Image Optimizer ===
|
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 |
-
|
6 |
-
Stable tag: trunk
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
10 |
|
11 |
-
|
12 |
Effective image compression and optimization during the upload process. Smart, automatic and reliable.
|
13 |
|
14 |
|
15 |
-
|
16 |
== Description ==
|
17 |
|
18 |
= WordPress Image Optimizer =
|
@@ -23,8 +22,8 @@ Optimus reduces the file size of uploaded media files automatically. Depending o
|
|
23 |
> 1. **Optimus** *(Free)* as base version with limitations (e.g. max of 100kb)
|
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 |
-
|
28 |
|
29 |
|
30 |
= How does it work? =
|
@@ -34,26 +33,22 @@ The optimization of images - *including thumbnails* - is conducted in the backgr
|
|
34 |
|
35 |
Superfluous information that is saved by image processing programs and is not even necessary for displaying the image is extracted from image files. This way, the quality of the graphics remains intact while the image size can be reduced significantly. If you wish, Optimus keeps all author, EXIF and copyright information contained within the photos — the compressional gains will be correspondingly lower.
|
36 |
|
37 |
-
Optimus supports the conversion of images to the new [*WebP* image format](https://www.keycdn.com/blog/convert-to-webp-the-successor-of-jpeg
|
38 |
|
39 |
> It is recommended to use the [WordPress Cache Enabler](https://wordpress.org/plugins/cache-enabler/) plugin to integrate the converted WebP images.
|
40 |
|
41 |
= Features =
|
42 |
-
* [Progressive JPEGs](https://
|
43 |
* Reduction of file size during the upload
|
44 |
* Optimization of all preview images of a photo
|
45 |
* No adjustments to code necessary
|
46 |
* Optional: no removal of EXIF and IPTC metadata
|
47 |
* Optional: HTTPS connection for the image transfer (Optimus HQ)
|
48 |
-
* Optional: [conversion to the WebP](https://
|
49 |
-
* Optional: Disable automatic optimization during upload process
|
50 |
-
* Optimized for WordPress Mobile Apps and Windows Live Writer
|
51 |
-
* More advantageous PageSpeed, influencing the Ranking Factor
|
52 |
* Faster load times for blog pages
|
53 |
* Support for WooCommerce
|
54 |
* WordPress multisite-support
|
55 |
-
* [Bulk optimization](https://
|
56 |
-
* Optimize images generated by [WP Retina 2x](https://wordpress.org/plugins/wp-retina-2x/) (incl. conversion to WebP)
|
57 |
|
58 |
|
59 |
= Privacy =
|
@@ -88,6 +83,9 @@ Optimus supports the conversion of images to the new [*WebP* image format](https
|
|
88 |
|
89 |
== Changelog ==
|
90 |
|
|
|
|
|
|
|
91 |
= 1.6.1 =
|
92 |
* Fix bulk image optimization (#13 @tg247)
|
93 |
|
1 |
=== Optimus - WordPress Image Optimizer ===
|
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 |
+
Tested up to: 6.0
|
5 |
+
Stable tag: 1.6.2
|
6 |
Requires at least: 4.6
|
7 |
+
Requires PHP: 5.6
|
|
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
|
|
|
12 |
Effective image compression and optimization during the upload process. Smart, automatic and reliable.
|
13 |
|
14 |
|
|
|
15 |
== Description ==
|
16 |
|
17 |
= WordPress Image Optimizer =
|
22 |
> 1. **Optimus** *(Free)* as base version with limitations (e.g. max of 100kb)
|
23 |
> 2. **Optimus HQ** *(Premium)* with expanded functionality for personal projects
|
24 |
> 3. **Optimus HQ PRO** *(Premium)* as professional solution for customer websites
|
25 |
+
|
26 |
+
More details about the features and the pricing model on [optimus.io](https://optimus.io)
|
27 |
|
28 |
|
29 |
= How does it work? =
|
33 |
|
34 |
Superfluous information that is saved by image processing programs and is not even necessary for displaying the image is extracted from image files. This way, the quality of the graphics remains intact while the image size can be reduced significantly. If you wish, Optimus keeps all author, EXIF and copyright information contained within the photos — the compressional gains will be correspondingly lower.
|
35 |
|
36 |
+
Optimus supports the conversion of images to the new [*WebP* image format](https://www.keycdn.com/blog/convert-to-webp-the-successor-of-jpeg).
|
37 |
|
38 |
> It is recommended to use the [WordPress Cache Enabler](https://wordpress.org/plugins/cache-enabler/) plugin to integrate the converted WebP images.
|
39 |
|
40 |
= Features =
|
41 |
+
* [Progressive JPEGs](https://www.keycdn.com/support/optimus/progressive-jpeg)
|
42 |
* Reduction of file size during the upload
|
43 |
* Optimization of all preview images of a photo
|
44 |
* No adjustments to code necessary
|
45 |
* Optional: no removal of EXIF and IPTC metadata
|
46 |
* Optional: HTTPS connection for the image transfer (Optimus HQ)
|
47 |
+
* Optional: [conversion to the WebP](https://www.keycdn.com/support/optimus/configuration-to-deliver-webp) image format (Optimus HQ)
|
|
|
|
|
|
|
48 |
* Faster load times for blog pages
|
49 |
* Support for WooCommerce
|
50 |
* WordPress multisite-support
|
51 |
+
* [Bulk optimization](https://www.keycdn.com/support/optimus/image-bulk-optimization) (optimize existing images)
|
|
|
52 |
|
53 |
|
54 |
= Privacy =
|
83 |
|
84 |
== Changelog ==
|
85 |
|
86 |
+
= 1.6.2 =
|
87 |
+
* Compatibility for WordPress 6.0
|
88 |
+
|
89 |
= 1.6.1 =
|
90 |
* Fix bulk image optimization (#13 @tg247)
|
91 |
|