Plugin Directory

Changeset 1139036


Ignore:
Timestamp:
04/20/2015 11:42:08 AM (11 years ago)
Author:
karim79
Message:

Fixed remaining modal conflict, bumped version

Location:
kraken-image-optimizer/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kraken-image-optimizer/trunk/kraken.php

    r1138989 r1139036  
    2222 * Description: This plugin allows you to optimize your WordPress images through the Kraken API, the world's most advanced image optimization solution.
    2323 * 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
    2626 * Author URI: https://kraken.io
    2727 * License GPL2
     
    4242        private $optimization_type = 'lossy';
    4343
    44         public static $kraken_plugin_version = '1.0.9';
     44        public static $kraken_plugin_version = '1.0.9.1';
    4545
    4646        function __construct() {
  • kraken-image-optimizer/trunk/lib/Kraken.php

    r1138989 r1139036  
    55
    66    protected $auth = array();
    7     public static $kraken_plugin_version = '1.0.9';
     7    public static $kraken_plugin_version = '1.0.9.1';
    88
    99    public function __construct($key = '', $secret = '')
  • kraken-image-optimizer/trunk/readme.txt

    r1138989 r1139036  
    55Tested up to: 4.1
    66Donate link: https://kraken.io
    7 Stable tag: 1.0.9
     7Stable tag: 1.0.9.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    9595== Changelog ==
    9696
     97= 1.0.9.1 =
     98* Fixed another reported bootstrap CSS conflict.
     99
    97100= 1.0.9 =
    98101* Fixed potential conflict with Bootstrap Modal on blogs using Twitter Bootstrap.
Note: See TracChangeset for help on using the changeset viewer.