Plugin Directory

Changeset 2358800


Ignore:
Timestamp:
08/12/2020 11:56:12 AM (6 years ago)
Author:
cloudimage
Message:

Release version 2.9.3

Location:
cloudimage/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cloudimage/trunk/README.txt

    r2351622 r2358800  
    44Tags: CDN, speed, image resizing, image, SEO, resize, fast, compression, optimize, image optimization, image optimizer, optimize, image compression, optimize images, images optimization, optimize images, image compressor, image optimisation, webp
    55Requires at least: 4.8
    6 Tested up to: 5.4.2
     6Tested up to: 5.5.0
    77Requires PHP: 5.6
    8 Stable tag: 2.9.2
     8Stable tag: 2.9.3
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    275275* Changed text in admin section
    276276
     277= 2.9.3 =
     278* Compatibility checks with WordPress 5.5
     279
    277280== Upgrade Notice ==
    278281* Upgrading from version 1 to 2 can show you warnings in the admin section
  • cloudimage/trunk/cloudimage.php

    r2351622 r2358800  
    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.9.2
     14 * Version:           2.9.3
    1515 * Author:            Cloudimage
    1616 * Author URI:        https://cloudimage.io
     
    3030 * Start at version 1.0.0
    3131 */
    32 define('CLOUDIMAGE_VERSION', '2.9.2');
     32define('CLOUDIMAGE_VERSION', '2.9.3');
    3333
    3434/**
  • cloudimage/trunk/includes/class-cloudimage.php

    r2351622 r2358800  
    8383            $this->version = CLOUDIMAGE_VERSION;
    8484        } else {
    85             $this->version = '2.9.2';
     85            $this->version = '2.9.3';
    8686        }
    8787        $this->plugin_name = 'cloudimage';
Note: See TracChangeset for help on using the changeset viewer.