Plugin Directory

Changeset 1953367


Ignore:
Timestamp:
10/08/2018 03:09:20 PM (7 years ago)
Author:
piio
Message:

tagging version 0.9.6. Set Advanced mode as default

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

Legend:

Unmodified
Added
Removed
  • piio-image-optimization/tags/0.9.6/admin/class-piio-image-optimization-admin.php

    r1929857 r1953367  
    142142                    'options' => array(
    143143                        '0' => 'Standard',
    144                         '1' => 'Advanced beta'
     144                        '1' => 'Advanced'
    145145                    ),
    146146                    'default' =>  array('1'),
    147                     'supplimental' => 'Please select the type of optimization you want to use, keep in mind that the advanced beta is 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.'
    148148                ),
    149149                array(
  • piio-image-optimization/tags/0.9.6/piio-image-optimization.php

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

    r1952390 r1953367  
    66Requires PHP: 5.2.4
    77Tested up to: 4.9.7
    8 Stable tag: 0.9.5
     8Stable tag: 0.9.6
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    88885 – Enter the domain key and select the type of optimization you want to use, there are two modes:
    8989
    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.
    9191
    92 – Standard Mode: if advanced beta doesn’t work for your WP installation.
     92– Standard: if advanced mode doesn’t work for your WP installation.
    9393
    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.
     94The 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.
    9595
    9696== What Does Piio Do? ==
     
    121121
    122122== Changelog ==
     123= 0.9.6 =
     124* Set advanced optimization as default
    123125= 0.9.5 =
    124126* Enable WebP option added
  • piio-image-optimization/trunk/admin/class-piio-image-optimization-admin.php

    r1929857 r1953367  
    142142                    'options' => array(
    143143                        '0' => 'Standard',
    144                         '1' => 'Advanced beta'
     144                        '1' => 'Advanced'
    145145                    ),
    146146                    'default' =>  array('1'),
    147                     'supplimental' => 'Please select the type of optimization you want to use, keep in mind that the advanced beta is 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.'
    148148                ),
    149149                array(
  • piio-image-optimization/trunk/piio-image-optimization.php

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

    r1952390 r1953367  
    66Requires PHP: 5.2.4
    77Tested up to: 4.9.7
    8 Stable tag: 0.9.5
     8Stable tag: 0.9.6
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    88885 – Enter the domain key and select the type of optimization you want to use, there are two modes:
    8989
    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.
    9191
    92 – Standard Mode: if advanced beta doesn’t work for your WP installation.
     92– Standard: if advanced mode doesn’t work for your WP installation.
    9393
    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.
     94The 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.
    9595
    9696== What Does Piio Do? ==
     
    121121
    122122== Changelog ==
     123= 0.9.6 =
     124* Set advanced optimization as default
    123125= 0.9.5 =
    124126* Enable WebP option added
Note: See TracChangeset for help on using the changeset viewer.