Plugin Directory

Changeset 2299211


Ignore:
Timestamp:
05/06/2020 10:07:40 AM (6 years ago)
Author:
cloudimage
Message:

Release version 2.8.6

Location:
cloudimage/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • cloudimage/trunk/README.txt

    r2292739 r2299211  
    66Tested up to: 5.4.0
    77Requires PHP: 5.6
    8 Stable tag: 2.8.5
     8Stable tag: 2.8.6
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    253253* improve validator of Cloudimage input token
    254254
     255= 2.8.6 =
     256* fix bug with some styles used in the JS mode
     257
    255258== Upgrade Notice ==
    256259* Upgrading from version 1 to 2 can show you warnings in the admin section
  • cloudimage/trunk/cloudimage.php

    r2292739 r2299211  
    1212 * Plugin Name:       Cloudimage - Responsive Images as a Service
    1313 * Description:       The easiest way to <strong>deliver lightning fast images</strong> to your users.
    14  * Version:           2.8.5
     14 * Version:           2.8.6
    1515 * Author:            Cloudimage
    1616 * Author URI:        https://cloudimage.io
     
    3030 * Start at version 1.0.0
    3131 */
    32 define('CLOUDIMAGE_VERSION', '2.8.5');
     32define('CLOUDIMAGE_VERSION', '2.8.6');
    3333
    3434/**
  • cloudimage/trunk/includes/class-cloudimage.php

    r2292739 r2299211  
    8383            $this->version = CLOUDIMAGE_VERSION;
    8484        } else {
    85             $this->version = '2.8.5';
     85            $this->version = '2.8.6';
    8686        }
    8787        $this->plugin_name = 'cloudimage';
  • cloudimage/trunk/public/class-cloudimage-public.php

    r2292739 r2299211  
    863863    {
    864864        if ($this->cloudimage_domain && $this->cloudimage_use_js_powered_mode) {
    865             echo "<style>.elementor img { width: 100% } img[ci-src] {opacity: 0;} img.ci-image-loaded {opacity: 1;}.elementor img { width: 100% } img[ci-src] {opacity: 0;} img.ci-image-loaded {opacity: 1;}</style>";
     865            echo "<style>img[ci-src] {opacity: 0;} img.ci-image-loaded {opacity: 1;}</style>";
    866866        }
    867867
Note: See TracChangeset for help on using the changeset viewer.