Plugin Directory

Changeset 1935589


Ignore:
Timestamp:
09/04/2018 01:14:58 PM (7 years ago)
Author:
piio
Message:

tagging version 0.9.5

Location:
piio-image-optimization
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • piio-image-optimization/tags/0.9.5/piio-image-optimization.php

    r1925373 r1935589  
    1313* Plugin URI:        https://piio.co/wordpress
    1414* Description:       Generates responsive and optimized images, so you don't have to.
    15 * Version:           0.9.4
     15* Version:           0.9.5
    1616* Author:            Piio, Inc.
    1717* Author URI:        https://piio.co
     
    3030* Currently plugin version.
    3131*/
    32 define( 'PIIO_IMAGE_OPTIMIZATION_VERSION', '0.9.4' );
     32define( 'PIIO_IMAGE_OPTIMIZATION_VERSION', '0.9.5' );
    3333
    3434/**
  • piio-image-optimization/tags/0.9.5/readme.txt

    r1925373 r1935589  
    66Requires PHP: 5.2.4
    77Tested up to: 4.9.7
    8 Stable tag: 0.9.4
     8Stable tag: 0.9.5
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    101101
    102102== Changelog ==
     103= 0.9.5 =
     104* Enable WebP option added
    103105= 0.9.4 =
    104106* Prevent changes to inline css
  • piio-image-optimization/trunk/piio-image-optimization.php

    r1925373 r1935589  
    1313* Plugin URI:        https://piio.co/wordpress
    1414* Description:       Generates responsive and optimized images, so you don't have to.
    15 * Version:           0.9.4
     15* Version:           0.9.5
    1616* Author:            Piio, Inc.
    1717* Author URI:        https://piio.co
     
    3030* Currently plugin version.
    3131*/
    32 define( 'PIIO_IMAGE_OPTIMIZATION_VERSION', '0.9.4' );
     32define( 'PIIO_IMAGE_OPTIMIZATION_VERSION', '0.9.5' );
    3333
    3434/**
  • piio-image-optimization/trunk/readme.txt

    r1925373 r1935589  
    66Requires PHP: 5.2.4
    77Tested up to: 4.9.7
    8 Stable tag: 0.9.4
     8Stable tag: 0.9.5
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    101101
    102102== Changelog ==
     103= 0.9.5 =
     104* Enable WebP option added
    103105= 0.9.4 =
    104106* Prevent changes to inline css
Note: See TracChangeset for help on using the changeset viewer.