Version Description
- Enhanced lightbox compatibility
Download this release
Release Info
Developer | GreenTreeLabs |
Plugin | Gallery – Photo Gallery – Image Gallery |
Version | 1.1.13 |
Comparing to | |
See all releases |
Code changes from version 1.1.10 to 1.1.13
- Modula.php +2 -2
- README.txt +3 -0
- lightbox/lightbox2/css/style.css +1 -0
Modula.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Gallery - A WordPress Modula Gallery
|
|
4 |
Plugin URI: http://modula.greentreelabs.net
|
5 |
Description: The Most Creative Grid Wordpress Gallery.
|
6 |
Author: GreenTreeLabs
|
7 |
-
Version: 1.1.
|
8 |
Author URI: http://modula.greentreelabs.net
|
9 |
*/
|
10 |
|
@@ -20,7 +20,7 @@ if (!class_exists("ModulaLite"))
|
|
20 |
{
|
21 |
private $loadedData;
|
22 |
|
23 |
-
private $version = "1.1.
|
24 |
|
25 |
private $defaultValues = array(
|
26 |
'width' => 100,
|
4 |
Plugin URI: http://modula.greentreelabs.net
|
5 |
Description: The Most Creative Grid Wordpress Gallery.
|
6 |
Author: GreenTreeLabs
|
7 |
+
Version: 1.1.13
|
8 |
Author URI: http://modula.greentreelabs.net
|
9 |
*/
|
10 |
|
20 |
{
|
21 |
private $loadedData;
|
22 |
|
23 |
+
private $version = "1.1.13";
|
24 |
|
25 |
private $defaultValues = array(
|
26 |
'width' => 100,
|
README.txt
CHANGED
@@ -110,6 +110,9 @@ Free support is included only with a PRO license: http://modula.greentreelabs.ne
|
|
110 |
|
111 |
== Changelog ==
|
112 |
|
|
|
|
|
|
|
113 |
= 1.1.10 =
|
114 |
* Enhancement in backend UI
|
115 |
|
110 |
|
111 |
== Changelog ==
|
112 |
|
113 |
+
= 1.1.13 =
|
114 |
+
* Enhanced lightbox compatibility
|
115 |
+
|
116 |
= 1.1.10 =
|
117 |
* Enhancement in backend UI
|
118 |
|
lightbox/lightbox2/css/style.css
CHANGED
@@ -35,6 +35,7 @@ body:after {
|
|
35 |
-ms-border-radius: 3px;
|
36 |
-o-border-radius: 3px;
|
37 |
border-radius: 3px;
|
|
|
38 |
}
|
39 |
/* line 32, ../sass/lightbox.sass */
|
40 |
.lightbox a img {
|
35 |
-ms-border-radius: 3px;
|
36 |
-o-border-radius: 3px;
|
37 |
border-radius: 3px;
|
38 |
+
font-size:10px !important;
|
39 |
}
|
40 |
/* line 32, ../sass/lightbox.sass */
|
41 |
.lightbox a img {
|