Changeset 1549673
- Timestamp:
- 12/08/2016 06:30:20 PM (9 years ago)
- Location:
- wp-imageengine/trunk
- Files:
-
- 2 edited
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-imageengine/trunk/index.php
r1486988 r1549673 4 4 * Plugin URI: http://www.scientiamobile.com/page/WP-ImageEngine 5 5 * Description: WP ImageEngine is an intelligent image CDN for optimizing, compressing and resizing images. ImageEngine will enhance your responsive images by enabling support for HTTP/2, automatic webp conversion and Client Hints. For improved performance and reduced image byte size for mobile devices, WURFL by ScientiaMobile, is used. 6 * Version: 1.3 6 * Version: 1.3.1 7 7 * Author: ScientiaMobile 8 8 * Author URI: http://www.scientiamobile.com/about … … 14 14 } 15 15 16 define( 'IMGENG_VERSION', '1.3 ');16 define( 'IMGENG_VERSION', '1.3.1'); 17 17 define( 'IMGENG_PATH', plugin_dir_path( __FILE__ ) ); 18 18 define( 'IMGENG_URL', plugin_dir_url( __FILE__ ) ); -
wp-imageengine/trunk/readme.txt
r1486988 r1549673 3 3 Tags: images, image, performance, webperf, responsive, adaptive, adaptive-images, mobile, mobile images, optimize, optimize images, resize, resize images, responsive images, cdn, image cdn, imageengine, image engine, client hints,webp,save-data,gmagick, jpegtran, gifsicle, optipng, pngout, pngquant, jpegmini, tinyjpg, tinypng, compression, ImageEngine 4 4 Requires at least: 4.0.8 5 Tested up to: 4. 66 Stable tag: 1.3 5 Tested up to: 4.7 6 Stable tag: 1.3.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 123 123 == Changelog == 124 124 125 = 1.3.1 = 126 - Wordpress 4.7 compatible 127 125 128 = 1.3 = 126 129 - Better handling of "relative" protocol urls like "//"
Note: See TracChangeset
for help on using the changeset viewer.