Version Description
- Fix: Get rid of undefined property errors
Download this release
Release Info
| Developer | griffinjt |
| Plugin | |
| Version | 1.3.4.10 |
| Comparing to | |
| See all releases | |
Code changes from version 1.3.4.9 to 1.3.4.10
- envira-gallery-lite.php +11 -2
- readme.txt +4 -1
envira-gallery-lite.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
* Description: Envira Gallery is best responsive WordPress gallery plugin. This is the lite version.
|
| 6 |
* Author: Thomas Griffin
|
| 7 |
* Author URI: http://thomasgriffinmedia.com
|
| 8 |
-
* Version: 1.3.4.
|
| 9 |
* Text Domain: envira-gallery-lite
|
| 10 |
*
|
| 11 |
* Envira Gallery is free software: you can redistribute it and/or modify
|
|
@@ -53,7 +53,16 @@ class Envira_Gallery_Lite {
|
|
| 53 |
*
|
| 54 |
* @var string
|
| 55 |
*/
|
| 56 |
-
public $version = '1.3.4.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
|
| 58 |
/**
|
| 59 |
* Plugin file.
|
| 5 |
* Description: Envira Gallery is best responsive WordPress gallery plugin. This is the lite version.
|
| 6 |
* Author: Thomas Griffin
|
| 7 |
* Author URI: http://thomasgriffinmedia.com
|
| 8 |
+
* Version: 1.3.4.10
|
| 9 |
* Text Domain: envira-gallery-lite
|
| 10 |
*
|
| 11 |
* Envira Gallery is free software: you can redistribute it and/or modify
|
| 53 |
*
|
| 54 |
* @var string
|
| 55 |
*/
|
| 56 |
+
public $version = '1.3.4.10';
|
| 57 |
+
|
| 58 |
+
/**
|
| 59 |
+
* Unique plugin slug identifier.
|
| 60 |
+
*
|
| 61 |
+
* @since 1.0.0
|
| 62 |
+
*
|
| 63 |
+
* @var string
|
| 64 |
+
*/
|
| 65 |
+
public $plugin_slug = 'envira-gallery-lite';
|
| 66 |
|
| 67 |
/**
|
| 68 |
* Plugin file.
|
readme.txt
CHANGED
|
@@ -57,6 +57,9 @@ Also, I'm an <a href="https://thomasgriffin.io" rel="me" title="WordPress Develo
|
|
| 57 |
|
| 58 |
== Changelog ==
|
| 59 |
|
|
|
|
|
|
|
|
|
|
| 60 |
= 1.3.4.9 =
|
| 61 |
* Fix: Removed unused variables
|
| 62 |
|
|
@@ -111,7 +114,7 @@ Also, I'm an <a href="https://thomasgriffin.io" rel="me" title="WordPress Develo
|
|
| 111 |
= 1.2.6 =
|
| 112 |
* Added: Insert Images Modal automatically loads more images on scroll
|
| 113 |
* Added: Insert Images Modal search functionality performance improved
|
| 114 |
-
* Fix: Better Insert Images Modal image grid layout for WordPress 4.0+
|
| 115 |
|
| 116 |
= 1.2.5 =
|
| 117 |
* Added: WordPress 4.2.1 support
|
| 57 |
|
| 58 |
== Changelog ==
|
| 59 |
|
| 60 |
+
= 1.3.4.10 =
|
| 61 |
+
* Fix: Get rid of undefined property errors
|
| 62 |
+
|
| 63 |
= 1.3.4.9 =
|
| 64 |
* Fix: Removed unused variables
|
| 65 |
|
| 114 |
= 1.2.6 =
|
| 115 |
* Added: Insert Images Modal automatically loads more images on scroll
|
| 116 |
* Added: Insert Images Modal search functionality performance improved
|
| 117 |
+
* Fix: Better Insert Images Modal image grid layout for WordPress 4.0+
|
| 118 |
|
| 119 |
= 1.2.5 =
|
| 120 |
* Added: WordPress 4.2.1 support
|
