Version Description
- Fixed static function warning in PHP 5.6
Download this release
Release Info
Developer | keycdn |
Plugin | Optimus – WordPress Image Optimizer |
Version | 1.4.4 |
Comparing to | |
See all releases |
Code changes from version 1.4.3 to 1.4.4
- inc/optimus_management.class.php +2 -2
- optimus.php +1 -1
- readme.txt +4 -1
inc/optimus_management.class.php
CHANGED
@@ -19,10 +19,10 @@ class Optimus_Management
|
|
19 |
* Bulk optimizer media
|
20 |
*
|
21 |
* @since 1.3.8
|
22 |
-
* @change 1.
|
23 |
*/
|
24 |
|
25 |
-
public function bulk_optimizer_media() {
|
26 |
check_admin_referer('bulk-media');
|
27 |
|
28 |
if (empty($_GET['media']) || !is_array( $_GET['media'])) {
|
19 |
* Bulk optimizer media
|
20 |
*
|
21 |
* @since 1.3.8
|
22 |
+
* @change 1.4.4
|
23 |
*/
|
24 |
|
25 |
+
public static function bulk_optimizer_media() {
|
26 |
check_admin_referer('bulk-media');
|
27 |
|
28 |
if (empty($_GET['media']) || !is_array( $_GET['media'])) {
|
optimus.php
CHANGED
@@ -7,7 +7,7 @@ Author: KeyCDN
|
|
7 |
Author URI: https://www.keycdn.com
|
8 |
Plugin URI: https://optimus.io
|
9 |
License: GPLv2 or later
|
10 |
-
Version: 1.4.
|
11 |
*/
|
12 |
|
13 |
/*
|
7 |
Author URI: https://www.keycdn.com
|
8 |
Plugin URI: https://optimus.io
|
9 |
License: GPLv2 or later
|
10 |
+
Version: 1.4.4
|
11 |
*/
|
12 |
|
13 |
/*
|
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: 3.8
|
5 |
-
Tested up to: 4.
|
6 |
Stable tag: trunk
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -96,6 +96,9 @@ Optimus supports the conversion of images to the new [*WebP* image format](https
|
|
96 |
|
97 |
== Changelog ==
|
98 |
|
|
|
|
|
|
|
99 |
= 1.4.3 =
|
100 |
* Increased timeout value to 180 seconds
|
101 |
|
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: 3.8
|
5 |
+
Tested up to: 4.4
|
6 |
Stable tag: trunk
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
96 |
|
97 |
== Changelog ==
|
98 |
|
99 |
+
= 1.4.4 =
|
100 |
+
* Fixed static function warning in PHP 5.6
|
101 |
+
|
102 |
= 1.4.3 =
|
103 |
* Increased timeout value to 180 seconds
|
104 |
|