Version Description
- Verified the plugin's compatibility with PHP 7 and WordPress 4.9
Download this release
Release Info
Developer | karim79 |
Plugin | Kraken.io Image Optimizer |
Version | 2.6.3 |
Comparing to | |
See all releases |
Code changes from version 2.6.2 to 2.6.3
- kraken.php +3 -3
- lib/Kraken.php +1 -1
- readme.txt +7 -5
kraken.php
CHANGED
@@ -21,8 +21,8 @@
|
|
21 |
* Plugin URI: http://wordpress.org/plugins/kraken-image-optimizer/
|
22 |
* Description: This plugin allows you to optimize your WordPress images through the Kraken API, the world's most advanced image optimization solution.
|
23 |
* Author: Karim Salman
|
24 |
-
* Version: 2.6.
|
25 |
-
* Stable Tag: 2.6.
|
26 |
* Author URI: https://kraken.io
|
27 |
* License GPL2
|
28 |
*/
|
@@ -41,7 +41,7 @@ if ( !class_exists( 'Wp_Kraken' ) ) {
|
|
41 |
|
42 |
private $optimization_type = 'lossy';
|
43 |
|
44 |
-
public static $kraken_plugin_version = '2.6.
|
45 |
|
46 |
function __construct() {
|
47 |
$plugin_dir_path = dirname( __FILE__ );
|
21 |
* Plugin URI: http://wordpress.org/plugins/kraken-image-optimizer/
|
22 |
* Description: This plugin allows you to optimize your WordPress images through the Kraken API, the world's most advanced image optimization solution.
|
23 |
* Author: Karim Salman
|
24 |
+
* Version: 2.6.3
|
25 |
+
* Stable Tag: 2.6.3
|
26 |
* Author URI: https://kraken.io
|
27 |
* License GPL2
|
28 |
*/
|
41 |
|
42 |
private $optimization_type = 'lossy';
|
43 |
|
44 |
+
public static $kraken_plugin_version = '2.6.3';
|
45 |
|
46 |
function __construct() {
|
47 |
$plugin_dir_path = dirname( __FILE__ );
|
lib/Kraken.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
class Kraken {
|
4 |
protected $auth = array();
|
5 |
-
public static $kraken_plugin_version = '2.6.
|
6 |
|
7 |
public function __construct($key = '', $secret = '') {
|
8 |
$this->auth = array(
|
2 |
|
3 |
class Kraken {
|
4 |
protected $auth = array();
|
5 |
+
public static $kraken_plugin_version = '2.6.3';
|
6 |
|
7 |
public function __construct($key = '', $secret = '') {
|
8 |
$this->auth = array(
|
readme.txt
CHANGED
@@ -1,15 +1,14 @@
|
|
1 |
=== Kraken.io Image Optimizer ===
|
2 |
Contributors: karim79
|
3 |
Tags: anigif, compress image, exif, image optimizer, image resize, jpg, media, Optimization, optimize, optimize animated gif, optimize gif, optimize jpeg, optimize png, PageRank, PageSpeed Insights, performance, photos, png, Reduce Image Size, retina, seo, sitespeed, speed up site, svg, upload, svg, upload, gtmetrix speed test, EXIF, image resize, kraken.io, smush
|
4 |
-
|
5 |
Requires at least: 3.0.1
|
6 |
-
|
|
|
7 |
Donate link: https://kraken.io
|
8 |
-
Stable tag: 2.6.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
11 |
|
12 |
-
|
13 |
This plugin allows you to optimize your WordPress images through the Kraken.io API, the world's most advanced image optimization and resizing API.
|
14 |
|
15 |
== Description ==
|
@@ -114,6 +113,9 @@ Kraken.io's service emphasizes finding the precise balance between image quality
|
|
114 |
|
115 |
== Changelog ==
|
116 |
|
|
|
|
|
|
|
117 |
= 2.6.2 =
|
118 |
* Fixed a rare bug which prevented filepaths containing double-forward-slashes from getting optimized.
|
119 |
|
@@ -252,4 +254,4 @@ Kraken.io's service emphasizes finding the precise balance between image quality
|
|
252 |
If you use the WP Super Cache plugin, you must **disable the plugin** prior to performing any image optimization, as it is known to cause strange and buggy behaviour with the Kraken.io Image Optimizer plugin.
|
253 |
|
254 |
== Any Questions? ==
|
255 |
-
We love to hear from you! Just shoot an email to support (at) kraken dot io and let's talk.
|
1 |
=== Kraken.io Image Optimizer ===
|
2 |
Contributors: karim79
|
3 |
Tags: anigif, compress image, exif, image optimizer, image resize, jpg, media, Optimization, optimize, optimize animated gif, optimize gif, optimize jpeg, optimize png, PageRank, PageSpeed Insights, performance, photos, png, Reduce Image Size, retina, seo, sitespeed, speed up site, svg, upload, svg, upload, gtmetrix speed test, EXIF, image resize, kraken.io, smush
|
|
|
4 |
Requires at least: 3.0.1
|
5 |
+
Requires PHP: 5.0.0
|
6 |
+
Tested up to: 4.9.6
|
7 |
Donate link: https://kraken.io
|
8 |
+
Stable tag: 2.6.3
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
11 |
|
|
|
12 |
This plugin allows you to optimize your WordPress images through the Kraken.io API, the world's most advanced image optimization and resizing API.
|
13 |
|
14 |
== Description ==
|
113 |
|
114 |
== Changelog ==
|
115 |
|
116 |
+
= 2.6.3 =
|
117 |
+
* Verified the plugin's compatibility with PHP 7 and WordPress 4.9
|
118 |
+
|
119 |
= 2.6.2 =
|
120 |
* Fixed a rare bug which prevented filepaths containing double-forward-slashes from getting optimized.
|
121 |
|
254 |
If you use the WP Super Cache plugin, you must **disable the plugin** prior to performing any image optimization, as it is known to cause strange and buggy behaviour with the Kraken.io Image Optimizer plugin.
|
255 |
|
256 |
== Any Questions? ==
|
257 |
+
We love to hear from you! Just shoot an email to support (at) kraken dot io and let's talk.
|