Kraken.io Image Optimizer - Version 1.0.5.3

Version Description

  • Fixed broken spinner by updating the URL to our new CDN.
  • Added link to WP-CLI tools to readme.
Download this release

Release Info

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

Code changes from version 1.0.5.2 to 1.0.5.3

Files changed (3) hide show
  1. css/admin.css +2 -2
  2. kraken.php +2 -2
  3. readme.txt +7 -1
css/admin.css CHANGED
@@ -86,7 +86,7 @@ p.apiStatus {
86
  width: 16px;
87
  height: 16px;
88
  top: 5px;
89
- background: url('https://kraken.r.worldssl.net/assets/images/spinner.gif') no-repeat 0 0;
90
  }
91
  .krakenBulkSpinner {
92
  display: none;
@@ -94,7 +94,7 @@ p.apiStatus {
94
  margin: 0;
95
  width: 16px;
96
  height: 16px;
97
- background: url('https://kraken.r.worldssl.net/assets/images/spinner.gif') no-repeat 0 0;
98
  }
99
  .visible {
100
  display: inline-block;
86
  width: 16px;
87
  height: 16px;
88
  top: 5px;
89
+ background: url('https://kraken-nekkraug.netdna-ssl.com/assets/images/spinner.gif') no-repeat 0 0;
90
  }
91
  .krakenBulkSpinner {
92
  display: none;
94
  margin: 0;
95
  width: 16px;
96
  height: 16px;
97
+ background: url('https://kraken-nekkraug.netdna-ssl.com/assets/images/spinner.gif') no-repeat 0 0;
98
  }
99
  .visible {
100
  display: inline-block;
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: 1.0.5.2
25
- * Stable Tag: 1.0.5.2
26
  * Author URI: https://kraken.io
27
  * License GPL2
28
  */
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.3
25
+ * Stable Tag: 1.0.5.3
26
  * Author URI: https://kraken.io
27
  * License GPL2
28
  */
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: Image Optimizer, Optimize, Images, Media, Performance, SEO, smushit, smush
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.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
10
 
@@ -39,6 +39,8 @@ Sign up for your [FREE Kraken.io Account](https://kraken.io/plans "Kraken.io - P
39
 
40
  Once you have obtained your credentials, from your Wordpress admin, go to the Settings->Media page. The Kraken Wordpress plugin adds a Kraken.io Settings section to the bottom of the page, from where you can enter your API credentials, and select your optimization preferences. Once you have done this, click **Save**. If everything is in order, it will simply say "settings saved" and give you a reassuring green tick in the **Kraken.io settings** section. You can now start optimizing images from within Media Library. Any image you upload from now on, through any of the media upload screens will be optimized on-the-fly by Kraken.
41
 
 
 
42
  = Features on the way =
43
  * Optimize images directly to Amazon S3.
44
  * Optimize entire media library in one click.
@@ -92,6 +94,10 @@ You will need to switch the Media Library from the Thumbnail view to the List vi
92
 
93
  == Changelog ==
94
 
 
 
 
 
95
  = 1.0.5.2 =
96
  * Removed hack which allows uploading of filenames with non-Latin alphabet, since Kraken API now supports it.
97
  * Updated readme with information about free account.
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.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
10
 
39
 
40
  Once you have obtained your credentials, from your Wordpress admin, go to the Settings->Media page. The Kraken Wordpress plugin adds a Kraken.io Settings section to the bottom of the page, from where you can enter your API credentials, and select your optimization preferences. Once you have done this, click **Save**. If everything is in order, it will simply say "settings saved" and give you a reassuring green tick in the **Kraken.io settings** section. You can now start optimizing images from within Media Library. Any image you upload from now on, through any of the media upload screens will be optimized on-the-fly by Kraken.
41
 
42
+ For advanced users, there is a third party WordPress Command Line Interface (CLI) tool to allow image optimization from the command line, or by using cron. For details, visit: https://github.com/tillkruss/wp-cli-kraken
43
+
44
  = Features on the way =
45
  * Optimize images directly to Amazon S3.
46
  * Optimize entire media library in one click.
94
 
95
  == Changelog ==
96
 
97
+ = 1.0.5.3 =
98
+ * Fixed broken spinner by updating the URL to our new CDN.
99
+ * Added link to WP-CLI tools to readme.
100
+
101
  = 1.0.5.2 =
102
  * Removed hack which allows uploading of filenames with non-Latin alphabet, since Kraken API now supports it.
103
  * Updated readme with information about free account.