Kraken.io Image Optimizer - Version 2.6.4

Version Description

  • Security and maintenance release
Download this release

Release Info

Developer karim79
Plugin Icon 128x128 Kraken.io Image Optimizer
Version 2.6.4
Comparing to
See all releases

Code changes from version 2.6.3 to 2.6.4

Files changed (2) hide show
  1. kraken.php +3 -3
  2. readme.txt +7 -4
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.3
25
- * Stable Tag: 2.6.3
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.3';
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.4
25
+ * Stable Tag: 2.6.4
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.4';
45
 
46
  function __construct() {
47
  $plugin_dir_path = dirname( __FILE__ );
readme.txt CHANGED
@@ -1,11 +1,11 @@
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
 
@@ -69,7 +69,7 @@ Please send bug reports, problems, feature requests and so on to support (at) Kr
69
  * Website: https://kraken.io
70
  * [Twitter](https://twitter.com/KrakenIO "@KrakenIO")
71
  * [Google+](https://plus.google.com/107209047753760492207/ "Google+")
72
- * [Facebook](https://www.facebook.com/krakenio "Kraken Image Optimizer")
73
  * [Github](https://github.com/kraken-io "Kraken.io on Github")
74
 
75
  == Installation ==
@@ -113,6 +113,9 @@ Kraken.io's service emphasizes finding the precise balance between image quality
113
 
114
  == Changelog ==
115
 
 
 
 
116
  = 2.6.3 =
117
  * Verified the plugin's compatibility with PHP 7 and WordPress 4.9
118
 
1
  === Kraken.io Image Optimizer ===
2
  Contributors: karim79
3
+ Tags: compress images, image optimizer, SEO, performance, image resize, jpg, media, Optimization, optimize, optimize animated gif, optimize gif, optimize jpeg, optimize png, PageRank, PageSpeed Insights, photos, png, Reduce Image Size, retina, sitespeed, speed up site, svg, upload, svg, upload, gtmetrix speed test, EXIF, image resize, kraken.io
4
  Requires at least: 3.0.1
5
  Requires PHP: 5.0.0
6
+ Tested up to: 5.2.1
7
  Donate link: https://kraken.io
8
+ Stable tag: 2.6.4
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
11
 
69
  * Website: https://kraken.io
70
  * [Twitter](https://twitter.com/KrakenIO "@KrakenIO")
71
  * [Google+](https://plus.google.com/107209047753760492207/ "Google+")
72
+ * [Facebook](https://www.facebook.com/krakenio "Kraken.io Image Optimizer")
73
  * [Github](https://github.com/kraken-io "Kraken.io on Github")
74
 
75
  == Installation ==
113
 
114
  == Changelog ==
115
 
116
+ = 2.6.4 =
117
+ * Security and maintenance release
118
+
119
  = 2.6.3 =
120
  * Verified the plugin's compatibility with PHP 7 and WordPress 4.9
121