Changeset 2358800
- Timestamp:
- 08/12/2020 11:56:12 AM (6 years ago)
- Location:
- cloudimage/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
cloudimage.php (modified) (2 diffs)
-
includes/class-cloudimage.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cloudimage/trunk/README.txt
r2351622 r2358800 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.26 Tested up to: 5.5.0 7 7 Requires PHP: 5.6 8 Stable tag: 2.9. 28 Stable tag: 2.9.3 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 275 275 * Changed text in admin section 276 276 277 = 2.9.3 = 278 * Compatibility checks with WordPress 5.5 279 277 280 == Upgrade Notice == 278 281 * Upgrading from version 1 to 2 can show you warnings in the admin section -
cloudimage/trunk/cloudimage.php
r2351622 r2358800 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. 214 * Version: 2.9.3 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. 2');32 define('CLOUDIMAGE_VERSION', '2.9.3'); 33 33 34 34 /** -
cloudimage/trunk/includes/class-cloudimage.php
r2351622 r2358800 83 83 $this->version = CLOUDIMAGE_VERSION; 84 84 } else { 85 $this->version = '2.9. 2';85 $this->version = '2.9.3'; 86 86 } 87 87 $this->plugin_name = 'cloudimage';
Note: See TracChangeset
for help on using the changeset viewer.