Plugin Directory

Changeset 2173866


Ignore:
Timestamp:
10/15/2019 07:05:23 PM (6 years ago)
Author:
piio
Message:

tagging version 0.9.20

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

Legend:

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

    r2012339 r2173866  
    169169                array(
    170170                    'uid' => 'piio_imageopt_api_key',
    171                     'label' => 'Api Key',
     171                    'label' => 'Domain Key',
    172172                    'type' => 'text',
    173                     'placeholder' => 'Piio Api Key',
     173                    'placeholder' => 'Piio Domain Key',
    174174                    'default' =>  '',
    175                     'supplimental' => 'You need to get your API Key for your domain here: https://piio.co',
    176                     'validate' => 'Please provide the API Key'
     175                    'supplimental' => 'You need to get your Domain Key for your domain here: https://piio.co',
     176                    'validate' => 'Please provide the Domain Key'
    177177                ),
    178178                array(
  • piio-image-optimization/tags/0.9.20/piio-image-optimization.php

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

    r2152490 r2173866  
    66Requires PHP: 5.3.0
    77Tested up to: 5.2
    8 Stable tag: 0.9.19
     8Stable tag: 0.9.20
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    125125
    126126== Changelog ==
     127= 0.9.20 =
     128* Update labels on admin sections
    127129= 0.9.19 =
    128130* Fix encoding for better compatibility
  • piio-image-optimization/trunk/admin/class-piio-image-optimization-admin.php

    r2012339 r2173866  
    169169                array(
    170170                    'uid' => 'piio_imageopt_api_key',
    171                     'label' => 'Api Key',
     171                    'label' => 'Domain Key',
    172172                    'type' => 'text',
    173                     'placeholder' => 'Piio Api Key',
     173                    'placeholder' => 'Piio Domain Key',
    174174                    'default' =>  '',
    175                     'supplimental' => 'You need to get your API Key for your domain here: https://piio.co',
    176                     'validate' => 'Please provide the API Key'
     175                    'supplimental' => 'You need to get your Domain Key for your domain here: https://piio.co',
     176                    'validate' => 'Please provide the Domain Key'
    177177                ),
    178178                array(
  • piio-image-optimization/trunk/piio-image-optimization.php

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

    r2152490 r2173866  
    66Requires PHP: 5.3.0
    77Tested up to: 5.2
    8 Stable tag: 0.9.19
     8Stable tag: 0.9.20
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    125125
    126126== Changelog ==
     127= 0.9.20 =
     128* Update labels on admin sections
    127129= 0.9.19 =
    128130* Fix encoding for better compatibility
Note: See TracChangeset for help on using the changeset viewer.