Changeset 1139036
- Timestamp:
- 04/20/2015 11:42:08 AM (11 years ago)
- Location:
- kraken-image-optimizer/trunk
- Files:
-
- 3 edited
-
kraken.php (modified) (2 diffs)
-
lib/Kraken.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kraken-image-optimizer/trunk/kraken.php
r1138989 r1139036 22 22 * Description: This plugin allows you to optimize your WordPress images through the Kraken API, the world's most advanced image optimization solution. 23 23 * Author: Karim Salman 24 * Version: 1.0.9 25 * Stable Tag: 1.0.9 24 * Version: 1.0.9.1 25 * Stable Tag: 1.0.9.1 26 26 * Author URI: https://kraken.io 27 27 * License GPL2 … … 42 42 private $optimization_type = 'lossy'; 43 43 44 public static $kraken_plugin_version = '1.0.9 ';44 public static $kraken_plugin_version = '1.0.9.1'; 45 45 46 46 function __construct() { -
kraken-image-optimizer/trunk/lib/Kraken.php
r1138989 r1139036 5 5 6 6 protected $auth = array(); 7 public static $kraken_plugin_version = '1.0.9 ';7 public static $kraken_plugin_version = '1.0.9.1'; 8 8 9 9 public function __construct($key = '', $secret = '') -
kraken-image-optimizer/trunk/readme.txt
r1138989 r1139036 5 5 Tested up to: 4.1 6 6 Donate link: https://kraken.io 7 Stable tag: 1.0.9 7 Stable tag: 1.0.9.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html … … 95 95 == Changelog == 96 96 97 = 1.0.9.1 = 98 * Fixed another reported bootstrap CSS conflict. 99 97 100 = 1.0.9 = 98 101 * Fixed potential conflict with Bootstrap Modal on blogs using Twitter Bootstrap.
Note: See TracChangeset
for help on using the changeset viewer.