Changeset 2331154
- Timestamp:
- 06/26/2020 10:05:24 AM (6 years ago)
- Location:
- cloudimage/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (2 diffs)
-
admin/partials/cloudimage-admin-display.php (modified) (1 diff)
-
cloudimage.php (modified) (2 diffs)
-
includes/class-cloudimage.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cloudimage/trunk/README.txt
r2318858 r2331154 4 4 Tags: 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 5 5 Requires at least: 4.8 6 Tested up to: 5.4. 06 Tested up to: 5.4.2 7 7 Requires PHP: 5.6 8 Stable tag: 2.9. 08 Stable tag: 2.9.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 268 268 * Add options to choose if plugin should work when user is logged in 269 269 270 = 2.9.1 = 271 * Tested with WP version 5.4.2 272 * Improved wordings in the admin section 273 270 274 == Upgrade Notice == 271 275 * Upgrading from version 1 to 2 can show you warnings in the admin section -
cloudimage/trunk/admin/partials/cloudimage-admin-display.php
r2318858 r2331154 145 145 <div id="cloudimage-user-mode"><?php esc_attr_e('Use when logged in', 'cloudimage'); ?></div> 146 146 <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> 148 148 </div> 149 149 </label> -
cloudimage/trunk/cloudimage.php
r2318858 r2331154 12 12 * Plugin Name: Cloudimage - Responsive Images as a Service 13 13 * Description: The easiest way to <strong>deliver lightning fast images</strong> to your users. 14 * Version: 2.9. 014 * Version: 2.9.1 15 15 * Author: Cloudimage 16 16 * Author URI: https://cloudimage.io … … 30 30 * Start at version 1.0.0 31 31 */ 32 define('CLOUDIMAGE_VERSION', '2.9. 0');32 define('CLOUDIMAGE_VERSION', '2.9.1'); 33 33 34 34 /** -
cloudimage/trunk/includes/class-cloudimage.php
r2318858 r2331154 83 83 $this->version = CLOUDIMAGE_VERSION; 84 84 } else { 85 $this->version = '2.9. 0';85 $this->version = '2.9.1'; 86 86 } 87 87 $this->plugin_name = 'cloudimage';
Note: See TracChangeset
for help on using the changeset viewer.