Version Description
Download this release
Release Info
Developer | chrisakelley |
Plugin | Photo Gallery by Envira – Responsive Image Gallery for WordPress |
Version | 1.8.5.1 |
Comparing to | |
See all releases |
Code changes from version 1.8.5 to 1.8.5.1
- envira-gallery-lite.php +2 -2
- includes/global/shortcode.php +1 -1
- readme.txt +4 -1
envira-gallery-lite.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Envira Gallery is the best responsive WordPress gallery plugin. This is the Lite version.
|
6 |
* Author: Envira Gallery Team
|
7 |
* Author URI: http://enviragallery.com
|
8 |
-
* Version: 1.8.5
|
9 |
* Text Domain: envira-gallery-lite
|
10 |
*
|
11 |
* Envira Gallery is free software: you can redistribute it and/or modify
|
@@ -55,7 +55,7 @@ class Envira_Gallery_Lite {
|
|
55 |
*
|
56 |
* @var string
|
57 |
*/
|
58 |
-
public $version = '1.8.5';
|
59 |
|
60 |
/**
|
61 |
* The name of the plugin.
|
5 |
* Description: Envira Gallery is the best responsive WordPress gallery plugin. This is the Lite version.
|
6 |
* Author: Envira Gallery Team
|
7 |
* Author URI: http://enviragallery.com
|
8 |
+
* Version: 1.8.5.1
|
9 |
* Text Domain: envira-gallery-lite
|
10 |
*
|
11 |
* Envira Gallery is free software: you can redistribute it and/or modify
|
55 |
*
|
56 |
* @var string
|
57 |
*/
|
58 |
+
public $version = '1.8.5.1';
|
59 |
|
60 |
/**
|
61 |
* The name of the plugin.
|
includes/global/shortcode.php
CHANGED
@@ -1547,7 +1547,7 @@ class Envira_Gallery_Shortcode {
|
|
1547 |
}
|
1548 |
|
1549 |
// Return if we are serving a full size image.
|
1550 |
-
if ( 'default' === $
|
1551 |
return $item;
|
1552 |
}
|
1553 |
|
1547 |
}
|
1548 |
|
1549 |
// Return if we are serving a full size image.
|
1550 |
+
if ( 'default' === $image_size || 'full_width' === $image_size ) {
|
1551 |
return $item;
|
1552 |
}
|
1553 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: gallery, image gallery, photo gallery, best gallery plugin, wordpress gall
|
|
4 |
Requires at least: 5.0.0
|
5 |
Tested up to: 6.1.0
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 1.8.5
|
8 |
License: GNU General Public License v2.0 or later
|
9 |
|
10 |
Envira Gallery is the fastest, easiest to use WordPress image gallery plugin. Lightbox with Drag & Drop builder that helps you create beautiful galleries with just a few clicks.
|
@@ -209,6 +209,9 @@ Yes, Envira has full translation and localization support via the envira-gallery
|
|
209 |
|
210 |
== Changelog ==
|
211 |
|
|
|
|
|
|
|
212 |
|
213 |
1.8.5
|
214 |
|
4 |
Requires at least: 5.0.0
|
5 |
Tested up to: 6.1.0
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 1.8.5.1
|
8 |
License: GNU General Public License v2.0 or later
|
9 |
|
10 |
Envira Gallery is the fastest, easiest to use WordPress image gallery plugin. Lightbox with Drag & Drop builder that helps you create beautiful galleries with just a few clicks.
|
209 |
|
210 |
== Changelog ==
|
211 |
|
212 |
+
1.8.5.1
|
213 |
+
|
214 |
+
* Fixed: incorrect variable name.
|
215 |
|
216 |
1.8.5
|
217 |
|