Plugin Directory

Changeset 1549673


Ignore:
Timestamp:
12/08/2016 06:30:20 PM (9 years ago)
Author:
ScientiaMobile
Message:

compatible with wp 4.7

Location:
wp-imageengine/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-imageengine/trunk/index.php

    r1486988 r1549673  
    44 * Plugin URI: http://www.scientiamobile.com/page/WP-ImageEngine
    55 * 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
    77 * Author: ScientiaMobile
    88 * Author URI: http://www.scientiamobile.com/about
     
    1414}
    1515
    16 define( 'IMGENG_VERSION', '1.3');
     16define( 'IMGENG_VERSION', '1.3.1');
    1717define( 'IMGENG_PATH', plugin_dir_path( __FILE__ ) );
    1818define( 'IMGENG_URL', plugin_dir_url( __FILE__ ) );
  • wp-imageengine/trunk/readme.txt

    r1486988 r1549673  
    33Tags: 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
    44Requires at least: 4.0.8
    5 Tested up to: 4.6
    6 Stable tag: 1.3
     5Tested up to: 4.7
     6Stable tag: 1.3.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    123123== Changelog ==
    124124
     125= 1.3.1 =
     126- Wordpress 4.7 compatible
     127
    125128= 1.3 =
    126129- Better handling of "relative" protocol urls like "//"
Note: See TracChangeset for help on using the changeset viewer.