Changeset 2299211
- Timestamp:
- 05/06/2020 10:07:40 AM (6 years ago)
- Location:
- cloudimage/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (2 diffs)
-
cloudimage.php (modified) (2 diffs)
-
includes/class-cloudimage.php (modified) (1 diff)
-
public/class-cloudimage-public.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cloudimage/trunk/README.txt
r2292739 r2299211 6 6 Tested up to: 5.4.0 7 7 Requires PHP: 5.6 8 Stable tag: 2.8. 58 Stable tag: 2.8.6 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 253 253 * improve validator of Cloudimage input token 254 254 255 = 2.8.6 = 256 * fix bug with some styles used in the JS mode 257 255 258 == Upgrade Notice == 256 259 * Upgrading from version 1 to 2 can show you warnings in the admin section -
cloudimage/trunk/cloudimage.php
r2292739 r2299211 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.8. 514 * Version: 2.8.6 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.8. 5');32 define('CLOUDIMAGE_VERSION', '2.8.6'); 33 33 34 34 /** -
cloudimage/trunk/includes/class-cloudimage.php
r2292739 r2299211 83 83 $this->version = CLOUDIMAGE_VERSION; 84 84 } else { 85 $this->version = '2.8. 5';85 $this->version = '2.8.6'; 86 86 } 87 87 $this->plugin_name = 'cloudimage'; -
cloudimage/trunk/public/class-cloudimage-public.php
r2292739 r2299211 863 863 { 864 864 if ($this->cloudimage_domain && $this->cloudimage_use_js_powered_mode) { 865 echo "<style> .elementor img { width: 100% } img[ci-src] {opacity: 0;} img.ci-image-loaded {opacity: 1;}.elementor img { width: 100% }img[ci-src] {opacity: 0;} img.ci-image-loaded {opacity: 1;}</style>";865 echo "<style>img[ci-src] {opacity: 0;} img.ci-image-loaded {opacity: 1;}</style>"; 866 866 } 867 867
Note: See TracChangeset
for help on using the changeset viewer.