Changeset 1935589
- Timestamp:
- 09/04/2018 01:14:58 PM (7 years ago)
- Location:
- piio-image-optimization
- Files:
-
- 4 edited
- 1 copied
-
tags/0.9.5 (copied) (copied from piio-image-optimization/trunk)
-
tags/0.9.5/piio-image-optimization.php (modified) (2 diffs)
-
tags/0.9.5/readme.txt (modified) (2 diffs)
-
trunk/piio-image-optimization.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
piio-image-optimization/tags/0.9.5/piio-image-optimization.php
r1925373 r1935589 13 13 * Plugin URI: https://piio.co/wordpress 14 14 * Description: Generates responsive and optimized images, so you don't have to. 15 * Version: 0.9. 415 * Version: 0.9.5 16 16 * Author: Piio, Inc. 17 17 * Author URI: https://piio.co … … 30 30 * Currently plugin version. 31 31 */ 32 define( 'PIIO_IMAGE_OPTIMIZATION_VERSION', '0.9. 4' );32 define( 'PIIO_IMAGE_OPTIMIZATION_VERSION', '0.9.5' ); 33 33 34 34 /** -
piio-image-optimization/tags/0.9.5/readme.txt
r1925373 r1935589 6 6 Requires PHP: 5.2.4 7 7 Tested up to: 4.9.7 8 Stable tag: 0.9. 48 Stable tag: 0.9.5 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 101 101 102 102 == Changelog == 103 = 0.9.5 = 104 * Enable WebP option added 103 105 = 0.9.4 = 104 106 * Prevent changes to inline css -
piio-image-optimization/trunk/piio-image-optimization.php
r1925373 r1935589 13 13 * Plugin URI: https://piio.co/wordpress 14 14 * Description: Generates responsive and optimized images, so you don't have to. 15 * Version: 0.9. 415 * Version: 0.9.5 16 16 * Author: Piio, Inc. 17 17 * Author URI: https://piio.co … … 30 30 * Currently plugin version. 31 31 */ 32 define( 'PIIO_IMAGE_OPTIMIZATION_VERSION', '0.9. 4' );32 define( 'PIIO_IMAGE_OPTIMIZATION_VERSION', '0.9.5' ); 33 33 34 34 /** -
piio-image-optimization/trunk/readme.txt
r1925373 r1935589 6 6 Requires PHP: 5.2.4 7 7 Tested up to: 4.9.7 8 Stable tag: 0.9. 48 Stable tag: 0.9.5 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 101 101 102 102 == Changelog == 103 = 0.9.5 = 104 * Enable WebP option added 103 105 = 0.9.4 = 104 106 * Prevent changes to inline css
Note: See TracChangeset
for help on using the changeset viewer.