Kraken.io Image Optimizer - Version 1.0.5.1

Version Description

  • Tested with WordPress 4.1.
  • Better naming convention for temporary files created.
  • Updated readme.txt
Download this release

Release Info

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

Code changes from version 1.0.5 to 1.0.5.1

Files changed (2) hide show
  1. kraken.php +4 -4
  2. readme.txt +14 -6
kraken.php CHANGED
@@ -19,10 +19,10 @@
19
  /*
20
  * Plugin Name: Kraken Image Optimizer
21
  * Plugin URI: http://wordpress.org/plugins/kraken-image-optimizer/
22
- * Description: Optimize Wordpress image uploads through Kraken.io's Image Optimization API
23
  * Author: Karim Salman
24
- * Version: 1.0.5
25
- * Stable Tag: 1.0.5
26
  * Author URI: https://kraken.io
27
  * License GPL2
28
  */
@@ -465,7 +465,7 @@ if ( !class_exists( 'Wp_Kraken' ) ) {
465
  }
466
 
467
  $path_parts = pathinfo( $image_path );
468
- $tmp_filename = $path_parts['dirname'] . '/' . md5( $path_parts['filename'] );
469
  if ( !empty( $path_parts['extension'] ) ) {
470
  $tmp_filename .= '.' . $path_parts['extension'];
471
  }
19
  /*
20
  * Plugin Name: Kraken Image Optimizer
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: 1.0.5.1
25
+ * Stable Tag: 1.0.5.1
26
  * Author URI: https://kraken.io
27
  * License GPL2
28
  */
465
  }
466
 
467
  $path_parts = pathinfo( $image_path );
468
+ $tmp_filename = $path_parts['dirname'] . '/kraken_' . md5( $path_parts['filename'] );
469
  if ( !empty( $path_parts['extension'] ) ) {
470
  $tmp_filename .= '.' . $path_parts['extension'];
471
  }
readme.txt CHANGED
@@ -1,20 +1,19 @@
1
  === Kraken Image Optimizer ===
2
  Contributors: karim79
3
- Tags: Image Optimizer, Optimize, Images, Media, Performance, SEO, smushit, smush.it, compress, kraken-image-optimizer, tinypng, jpegmini
4
  Requires at least: 3.0.1
5
- Tested up to: 4.0.1
6
  Donate link: https://kraken.io
7
- Stable tag: 1.0.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
10
 
11
 
12
- This plugin allows you to optimize all your Wordpress images through the Kraken API
13
-
14
 
15
  == Description ==
16
 
17
- This plugin allows you to optimize new and existing Wordpress image uploads through [Kraken Image Optimizer's](https://kraken.io "Kraken Image Optimizer") API. Both lossless and lossy optimization modes are supported. Supported filetypes are JPEG, PNG and GIF. Maximum filesize limit is 16MB. For more details, including detailed documentation and plans and pricing, please visit [Kraken.io](https://kraken.io "Kraken Image Optimizer"). **Note: You will need to obtain a paid Kraken API key and secret to use this plugin**.
18
 
19
 
20
 
@@ -75,9 +74,18 @@ From our plans page, right [here](https://kraken.io/plans "Kraken.io plans and p
75
 
76
  Yes, of course they will. Our plugin simply replaces the image files on your blog with the ones optimized by us.
77
 
 
 
 
 
78
 
79
  == Changelog ==
80
 
 
 
 
 
 
81
  = 1.0.5 =
82
  * Fixed CURL issues related to latest PHP versions.
83
  * Can now optimize filenames with non-Latin alphabet (such as Germanic umlauts, Cyrillic alphabet, etc).
1
  === Kraken Image Optimizer ===
2
  Contributors: karim79
3
+ Tags: Image Optimizer, Optimize, Images, Media, Performance, SEO, smushit, smush.it, compress, kraken-image-optimizer, tinypng, jpegmini, ewww
4
  Requires at least: 3.0.1
5
+ Tested up to: 4.1
6
  Donate link: https://kraken.io
7
+ Stable tag: 1.0.5.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
10
 
11
 
12
+ This plugin allows you to optimize your WordPress images through the Kraken API, the world's most advanced image optimization solution.
 
13
 
14
  == Description ==
15
 
16
+ This plugin allows you to optimize new and existing Wordpress image uploads through [Kraken Image Optimizer's](https://kraken.io "Kraken Image Optimizer") API. Both lossless and lossy optimization modes are supported. Supported filetypes are JPEG, PNG and GIF. Maximum filesize limit is 16MB. For more details, including detailed documentation and plans and pricing, please visit [Kraken.io](https://kraken.io "Kraken Image Optimizer"). **Note: You will need to obtain a paid Kraken API key and secret to use this plugin**.
17
 
18
 
19
 
74
 
75
  Yes, of course they will. Our plugin simply replaces the image files on your blog with the ones optimized by us.
76
 
77
+ = Where can I find the option to optimize my Media Libary images?
78
+
79
+ You will need to switch the Media Library from the Thumbnail view to the List view. In the "Kraked Size" column, you will then see the "Optimize This Image" button for unoptimized images, or the results of the optimization where the image has already been optimized by our plugin.
80
+
81
 
82
  == Changelog ==
83
 
84
+ = 1.0.5.1 =
85
+ * Tested with WordPress 4.1.
86
+ * Better naming convention for temporary files created.
87
+ * Updated readme.txt
88
+
89
  = 1.0.5 =
90
  * Fixed CURL issues related to latest PHP versions.
91
  * Can now optimize filenames with non-Latin alphabet (such as Germanic umlauts, Cyrillic alphabet, etc).