Plugin Directory

Changeset 2808967


Ignore:
Timestamp:
11/01/2022 05:21:30 PM (3 years ago)
Author:
chrisakelley
Message:

1.8.5.1 releaese

Location:
envira-gallery-lite
Files:
9 deleted
3 edited
102 copied

Legend:

Unmodified
Added
Removed
  • envira-gallery-lite/tags/1.8.5.1/envira-gallery-lite.php

    r2808064 r2808967  
    66 * Author:      Envira Gallery Team
    77 * Author URI:  http://enviragallery.com
    8  * Version:     1.8.5
     8 * Version:     1.8.5.1
    99 * Text Domain: envira-gallery-lite
    1010 *
     
    5656     * @var string
    5757     */
    58     public $version = '1.8.5';
     58    public $version = '1.8.5.1';
    5959
    6060    /**
  • envira-gallery-lite/tags/1.8.5.1/includes/global/shortcode.php

    r2808064 r2808967  
    15481548
    15491549        // Return if we are serving a full size image.
    1550         if ( 'default' === $image_siz || 'full_width' === $image_size ) {
     1550        if ( 'default' === $image_size || 'full_width' === $image_size ) {
    15511551            return $item;
    15521552        }
  • envira-gallery-lite/tags/1.8.5.1/readme.txt

    r2808064 r2808967  
    55Tested up to: 6.1.0
    66Requires PHP: 5.6
    7 Stable tag: 1.8.5
     7Stable tag: 1.8.5.1
    88License: GNU General Public License v2.0 or later
    99
     
    210210== Changelog ==
    211211
     2121.8.5.1
     213
     214* Fixed: inncorrect varriable name.
    212215
    2132161.8.5
  • envira-gallery-lite/trunk/envira-gallery-lite.php

    r2808064 r2808967  
    66 * Author:      Envira Gallery Team
    77 * Author URI:  http://enviragallery.com
    8  * Version:     1.8.5
     8 * Version:     1.8.5.1
    99 * Text Domain: envira-gallery-lite
    1010 *
     
    5656     * @var string
    5757     */
    58     public $version = '1.8.5';
     58    public $version = '1.8.5.1';
    5959
    6060    /**
  • envira-gallery-lite/trunk/includes/global/shortcode.php

    r2808064 r2808967  
    15481548
    15491549        // Return if we are serving a full size image.
    1550         if ( 'default' === $image_siz || 'full_width' === $image_size ) {
     1550        if ( 'default' === $image_size || 'full_width' === $image_size ) {
    15511551            return $item;
    15521552        }
  • envira-gallery-lite/trunk/readme.txt

    r2808064 r2808967  
    55Tested up to: 6.1.0
    66Requires PHP: 5.6
    7 Stable tag: 1.8.5
     7Stable tag: 1.8.5.1
    88License: GNU General Public License v2.0 or later
    99
     
    210210== Changelog ==
    211211
     2121.8.5.1
     213
     214* Fixed: inncorrect varriable name.
    212215
    2132161.8.5
Note: See TracChangeset for help on using the changeset viewer.