Changeset 2190374
- Timestamp:
- 11/12/2019 08:45:48 AM (6 years ago)
- Location:
- cloudimage/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (2 diffs)
-
admin/partials/cloudimage-admin-display.php (modified) (2 diffs)
-
cloudimage.php (modified) (2 diffs)
-
includes/class-cloudimage.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cloudimage/trunk/README.txt
r2184295 r2190374 6 6 Tested up to: 5.2.4 7 7 Requires PHP: 5.6 8 Stable tag: 2.1. 68 Stable tag: 2.1.7 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 147 147 * Change the version of the JavaScript responsive libraries 148 148 149 = 2.1.7 = 150 * Added new baloon with additional information in footer 151 * Changed link to cloudimage login page in footer 152 149 153 == Upgrade Notice == 150 154 -
cloudimage/trunk/admin/partials/cloudimage-admin-display.php
r2183683 r2190374 161 161 <span class="tooltiptext"><?php esc_attr_e('The BlurHash algorithm allows beautiful user experience for progressive loading (* recommended)', 'cloudimage') ?></span> 162 162 </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> 165 167 </label> 166 168 … … 186 188 <div class="cloudimg-box"> 187 189 <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> 188 198 <?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"> 190 200 <?php _e('Cloudimage Admin ', 'cloudimage'); ?> 191 201 </a> -
cloudimage/trunk/cloudimage.php
r2184295 r2190374 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.1. 614 * Version: 2.1.7 15 15 * Author: Cloudimage 16 16 * Author URI: https://cloudimage.io … … 31 31 * Rename this for your plugin and update it as you release new versions. 32 32 */ 33 define( 'CLOUDIMAGE_VERSION', '2.1. 6' );33 define( 'CLOUDIMAGE_VERSION', '2.1.7' ); 34 34 35 35 /** -
cloudimage/trunk/includes/class-cloudimage.php
r2184295 r2190374 83 83 $this->version = CLOUDIMAGE_VERSION; 84 84 } else { 85 $this->version = '2.1. 6';85 $this->version = '2.1.7'; 86 86 } 87 87 $this->plugin_name = 'cloudimage';
Note: See TracChangeset
for help on using the changeset viewer.