Plugin Directory

Changeset 2190374


Ignore:
Timestamp:
11/12/2019 08:45:48 AM (6 years ago)
Author:
cloudimageio
Message:

Release version 2.1.7 - Admin texts improvement

Location:
cloudimage/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • cloudimage/trunk/README.txt

    r2184295 r2190374  
    66Tested up to: 5.2.4
    77Requires PHP: 5.6
    8 Stable tag: 2.1.6
     8Stable tag: 2.1.7
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    147147* Change the version of the JavaScript responsive libraries
    148148
     149= 2.1.7 =
     150* Added new baloon with additional information in footer
     151* Changed link to cloudimage login page in footer
     152
    149153== Upgrade Notice ==
    150154
  • cloudimage/trunk/admin/partials/cloudimage-admin-display.php

    r2183683 r2190374  
    161161                                        <span class="tooltiptext"><?php esc_attr_e('The BlurHash algorithm allows beautiful user experience for progressive loading (* recommended)', 'cloudimage') ?></span>
    162162                                    </div>
    163                                     <a href="https://cdn.scaleflex.it/plugins/js-cloudimage-responsive/demo/blur-hash/index.html" class="cloudimage-link" target="_blank" title="BlurHash demo">demo</a> |
    164                                     <a href="https://github.com/woltapp/blurhash" class="cloudimage-link" target="_blank" title="Learn more about BlurHash">learn more</a>
     163                                    <a href="https://cdn.scaleflex.it/plugins/js-cloudimage-responsive/demo/blur-hash/index.html"
     164                                       class="cloudimage-link" target="_blank" title="BlurHash demo">demo</a> |
     165                                    <a href="https://github.com/woltapp/blurhash" class="cloudimage-link"
     166                                       target="_blank" title="Learn more about BlurHash">learn more</a>
    165167                                </label>
    166168
     
    186188            <div class="cloudimg-box">
    187189                <h4>
     190                    <?php _e('Notes about compatibility: The current version of the plugin optimises all images included in the wp_posts table. It will not optimise images in the header (logo), footer and any addtional custom content sections added by your theme. These images will be optimised in a future version of the plugin. ', 'cloudimage'); ?>
     191                </h4>
     192            </div>
     193
     194            <br>
     195
     196            <div class="cloudimg-box">
     197                <h4>
    188198                    <?php _e('Advanced options : ', 'cloudimage'); ?>
    189                     <a href="https://cloudimage.io" class="cloudimage-link" target="_blank">
     199                    <a href="https://www.cloudimage.io/en/login_page" class="cloudimage-link" target="_blank">
    190200                        <?php _e('Cloudimage Admin ', 'cloudimage'); ?>
    191201                    </a>
  • cloudimage/trunk/cloudimage.php

    r2184295 r2190374  
    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.1.6
     14 * Version:           2.1.7
    1515 * Author:            Cloudimage
    1616 * Author URI:        https://cloudimage.io
     
    3131 * Rename this for your plugin and update it as you release new versions.
    3232 */
    33 define( 'CLOUDIMAGE_VERSION', '2.1.6' );
     33define( 'CLOUDIMAGE_VERSION', '2.1.7' );
    3434
    3535/**
  • cloudimage/trunk/includes/class-cloudimage.php

    r2184295 r2190374  
    8383            $this->version = CLOUDIMAGE_VERSION;
    8484        } else {
    85             $this->version = '2.1.6';
     85            $this->version = '2.1.7';
    8686        }
    8787        $this->plugin_name = 'cloudimage';
Note: See TracChangeset for help on using the changeset viewer.