Plugin Directory

Changeset 2331154


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

Release version 2.9.1

Location:
cloudimage/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • cloudimage/trunk/README.txt

    r2318858 r2331154  
    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.0
     6Tested up to: 5.4.2
    77Requires PHP: 5.6
    8 Stable tag: 2.9.0
     8Stable tag: 2.9.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    268268* Add options to choose if plugin should work when user is logged in
    269269
     270= 2.9.1 =
     271* Tested with WP version 5.4.2
     272* Improved wordings in the admin section
     273
    270274== Upgrade Notice ==
    271275* Upgrading from version 1 to 2 can show you warnings in the admin section
  • cloudimage/trunk/admin/partials/cloudimage-admin-display.php

    r2318858 r2331154  
    145145                                    <div id="cloudimage-user-mode"><?php esc_attr_e('Use when logged in', 'cloudimage'); ?></div>
    146146                                    <div class="tooltip">?
    147                                         <span class="tooltiptext"><?php esc_attr_e('Use Cloudimage even the user is logged-in. You need to adapt to your need in some scenarious, it is better to save CDN bandwidth.', 'cloudimage') ?></span>
     147                                        <span class="tooltiptext"><?php esc_attr_e('Switch on if you\'d like to deactivate Cloudimage CDN delivery when the User is logged in. This will avoid using CDN bandwidth for test purposes for example.', 'cloudimage') ?></span>
    148148                                    </div>
    149149                                </label>
  • cloudimage/trunk/cloudimage.php

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

    r2318858 r2331154  
    8383            $this->version = CLOUDIMAGE_VERSION;
    8484        } else {
    85             $this->version = '2.9.0';
     85            $this->version = '2.9.1';
    8686        }
    8787        $this->plugin_name = 'cloudimage';
Note: See TracChangeset for help on using the changeset viewer.