Lightbox Gallery - Version 0.7.3

Version Description

  • Bugfix: rel="lightbox"
Download this release

Release Info

Developer Hiroaki Miyashita
Plugin Icon wp plugin Lightbox Gallery
Version 0.7.3
Comparing to
See all releases

Code changes from version 0.7.2 to 0.7.3

Files changed (3) hide show
  1. lightbox-gallery.js +2 -2
  2. lightbox-gallery.php +1 -1
  3. readme.txt +5 -2
lightbox-gallery.js CHANGED
@@ -11,10 +11,10 @@ if ( typeof hs == "undefined" ) {
11
  // var i = 0;
12
  // showImg(i);
13
 
14
- if ( jQuery.lightBox ) {
15
  jQuery('a[rel*=lightbox]').lightBox();
16
  jQuery('.gallery1 a').lightBox({captionPosition:'gallery'});
17
- } else if ( jQuery.colorbox ) {
18
  jQuery('a[rel*=lightbox]').colorbox();
19
  }
20
  jQuery('.gallery a').tooltip({track:true, delay:0, showURL: false});
11
  // var i = 0;
12
  // showImg(i);
13
 
14
+ if ( jQuery.fn.lightBox ) {
15
  jQuery('a[rel*=lightbox]').lightBox();
16
  jQuery('.gallery1 a').lightBox({captionPosition:'gallery'});
17
+ } else if ( jQuery.fn.colorbox ) {
18
  jQuery('a[rel*=lightbox]').colorbox();
19
  }
20
  jQuery('.gallery a').tooltip({track:true, delay:0, showURL: false});
lightbox-gallery.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Lightbox Gallery
4
  Plugin URI: http://wpgogo.com/development/lightbox-gallery.html
5
  Description: The Lightbox Gallery plugin changes the view of galleries to the lightbox.
6
  Author: Hiroaki Miyashita
7
- Version: 0.7.2
8
  Author URI: http://wpgogo.com/
9
  */
10
 
4
  Plugin URI: http://wpgogo.com/development/lightbox-gallery.html
5
  Description: The Lightbox Gallery plugin changes the view of galleries to the lightbox.
6
  Author: Hiroaki Miyashita
7
+ Version: 0.7.3
8
  Author URI: http://wpgogo.com/
9
  */
10
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Hiroaki Miyashita
3
  Donate link: http://wpgogo.com/development/lightbox-gallery.html
4
  Tags: lightbox, gallery, galleries, image, images, album, photo, photos, picture, pictures, jQuery, Highslide, Colorbox
5
  Requires at least: 2.5
6
- Tested up to: 3.4
7
- Stable tag: 0.7.2
8
 
9
  The Lightbox Gallery plugin changes the view of galleries to the lightbox.
10
 
@@ -130,6 +130,9 @@ If you would like not to show the navigation, set `0`. The default is `1`.
130
 
131
  == Changelog ==
132
 
 
 
 
133
  = 0.7.2 =
134
  * Bugfix: lightbox image path.
135
 
3
  Donate link: http://wpgogo.com/development/lightbox-gallery.html
4
  Tags: lightbox, gallery, galleries, image, images, album, photo, photos, picture, pictures, jQuery, Highslide, Colorbox
5
  Requires at least: 2.5
6
+ Tested up to: 3.4.1
7
+ Stable tag: 0.7.3
8
 
9
  The Lightbox Gallery plugin changes the view of galleries to the lightbox.
10
 
130
 
131
  == Changelog ==
132
 
133
+ = 0.7.3 =
134
+ * Bugfix: rel="lightbox"
135
+
136
  = 0.7.2 =
137
  * Bugfix: lightbox image path.
138