Changeset 1953367
- Timestamp:
- 10/08/2018 03:09:20 PM (7 years ago)
- Location:
- piio-image-optimization
- Files:
-
- 6 edited
- 1 copied
-
tags/0.9.6 (copied) (copied from piio-image-optimization/trunk)
-
tags/0.9.6/admin/class-piio-image-optimization-admin.php (modified) (1 diff)
-
tags/0.9.6/piio-image-optimization.php (modified) (2 diffs)
-
tags/0.9.6/readme.txt (modified) (3 diffs)
-
trunk/admin/class-piio-image-optimization-admin.php (modified) (1 diff)
-
trunk/piio-image-optimization.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
piio-image-optimization/tags/0.9.6/admin/class-piio-image-optimization-admin.php
r1929857 r1953367 142 142 'options' => array( 143 143 '0' => 'Standard', 144 '1' => 'Advanced beta'144 '1' => 'Advanced' 145 145 ), 146 146 'default' => array('1'), 147 'supplimental' => 'Please select the type of optimization you want to use, keep in mind that the advanced betais the best option, but might have compatibility issues with other plugins that affect images.'147 'supplimental' => 'Please select the type of optimization you want to use, keep in mind that the advanced is the best option, but might have compatibility issues with other plugins that affect images.' 148 148 ), 149 149 array( -
piio-image-optimization/tags/0.9.6/piio-image-optimization.php
r1935589 r1953367 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. 515 * Version: 0.9.6 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. 5' );32 define( 'PIIO_IMAGE_OPTIMIZATION_VERSION', '0.9.6' ); 33 33 34 34 /** -
piio-image-optimization/tags/0.9.6/readme.txt
r1952390 r1953367 6 6 Requires PHP: 5.2.4 7 7 Tested up to: 4.9.7 8 Stable tag: 0.9. 58 Stable tag: 0.9.6 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 88 88 5 – Enter the domain key and select the type of optimization you want to use, there are two modes: 89 89 90 – Advanced Beta –will use the full set of features, but it might not be compatible with some slideshow plugins.90 – Advanced: will use the full set of features, but it might not be compatible with some slideshow plugins. 91 91 92 – Standard Mode: if advanced betadoesn’t work for your WP installation.92 – Standard: if advanced mode doesn’t work for your WP installation. 93 93 94 The plugin doesn’t modify anything on your site, so it’s completely safe to turn it on and off for testing. If the Advanced Beta mode doesn’t work for you, try with the Standard Mode.94 The plugin doesn’t modify anything on your site, so it’s completely safe to turn it on and off for testing. If the Advanced Mode doesn’t work for you, try with the Standard Mode. 95 95 96 96 == What Does Piio Do? == … … 121 121 122 122 == Changelog == 123 = 0.9.6 = 124 * Set advanced optimization as default 123 125 = 0.9.5 = 124 126 * Enable WebP option added -
piio-image-optimization/trunk/admin/class-piio-image-optimization-admin.php
r1929857 r1953367 142 142 'options' => array( 143 143 '0' => 'Standard', 144 '1' => 'Advanced beta'144 '1' => 'Advanced' 145 145 ), 146 146 'default' => array('1'), 147 'supplimental' => 'Please select the type of optimization you want to use, keep in mind that the advanced betais the best option, but might have compatibility issues with other plugins that affect images.'147 'supplimental' => 'Please select the type of optimization you want to use, keep in mind that the advanced is the best option, but might have compatibility issues with other plugins that affect images.' 148 148 ), 149 149 array( -
piio-image-optimization/trunk/piio-image-optimization.php
r1935589 r1953367 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. 515 * Version: 0.9.6 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. 5' );32 define( 'PIIO_IMAGE_OPTIMIZATION_VERSION', '0.9.6' ); 33 33 34 34 /** -
piio-image-optimization/trunk/readme.txt
r1952390 r1953367 6 6 Requires PHP: 5.2.4 7 7 Tested up to: 4.9.7 8 Stable tag: 0.9. 58 Stable tag: 0.9.6 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 88 88 5 – Enter the domain key and select the type of optimization you want to use, there are two modes: 89 89 90 – Advanced Beta –will use the full set of features, but it might not be compatible with some slideshow plugins.90 – Advanced: will use the full set of features, but it might not be compatible with some slideshow plugins. 91 91 92 – Standard Mode: if advanced betadoesn’t work for your WP installation.92 – Standard: if advanced mode doesn’t work for your WP installation. 93 93 94 The plugin doesn’t modify anything on your site, so it’s completely safe to turn it on and off for testing. If the Advanced Beta mode doesn’t work for you, try with the Standard Mode.94 The plugin doesn’t modify anything on your site, so it’s completely safe to turn it on and off for testing. If the Advanced Mode doesn’t work for you, try with the Standard Mode. 95 95 96 96 == What Does Piio Do? == … … 121 121 122 122 == Changelog == 123 = 0.9.6 = 124 * Set advanced optimization as default 123 125 = 0.9.5 = 124 126 * Enable WebP option added
Note: See TracChangeset
for help on using the changeset viewer.