Lightbox Gallery - Version 0.7.2

Version Description

  • Bugfix: lightbox image path.
Download this release

Release Info

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

Code changes from version 0.7.1 to 0.7.2

Files changed (3) hide show
  1. lightbox-gallery.js +1 -1
  2. lightbox-gallery.php +2 -2
  3. readme.txt +4 -1
lightbox-gallery.js CHANGED
@@ -1,4 +1,4 @@
1
- if ( jQuery.lightBox && typeof lightbox_path == "undefined" ) var lightbox_path = 'http://'+location.hostname+'/wp-content/plugins/lightbox-gallery/';
2
  if ( typeof hs != "undefined" ) {
3
  if ( typeof graphicsDir != "undefined" ) hs.graphicsDir = graphicsDir;
4
  else hs.graphicsDir = 'http://'+location.hostname+'/wp-content/plugins/lightbox-gallery/graphics/';
1
+ if ( typeof lightbox_path == "undefined" ) var lightbox_path = 'http://'+location.hostname+'/wp-content/plugins/lightbox-gallery/';
2
  if ( typeof hs != "undefined" ) {
3
  if ( typeof graphicsDir != "undefined" ) hs.graphicsDir = graphicsDir;
4
  else hs.graphicsDir = 'http://'+location.hostname+'/wp-content/plugins/lightbox-gallery/graphics/';
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.1
8
  Author URI: http://wpgogo.com/
9
  */
10
 
@@ -448,7 +448,7 @@ function lightbox_gallery_admin() {
448
  <h3><?php _e('CMS x WP', 'lightbox-gallery'); ?></h3>
449
  <div class="inside">
450
  <p><?php _e('There are much more plugins which are useful for developing business websites such as membership sites or ec sites. You could totally treat WordPress as CMS by use of CMS x WP plugins.', 'lightbox-gallery'); ?></p>
451
- <p style="text-align:center"><a href="http://www.cmswp.jp/" target="_blank"><img src="<?php echo get_option('home') . '/' . PLUGINDIR . '/' . $plugin_dir . '/js/'; ?>cmswp.jpg" width="125" height="125" alt="CMSxWP" /></a><br /><a href="http://www.cmswp.jp/" target="_blank"><?php _e('WordPress plugin sales site: CMS x WP', 'lightbox-gallery'); ?></a></p>
452
  </div>
453
  </div>
454
  <?php
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
 
448
  <h3><?php _e('CMS x WP', 'lightbox-gallery'); ?></h3>
449
  <div class="inside">
450
  <p><?php _e('There are much more plugins which are useful for developing business websites such as membership sites or ec sites. You could totally treat WordPress as CMS by use of CMS x WP plugins.', 'lightbox-gallery'); ?></p>
451
+ <p style="text-align:center"><a href="http://www.cmswp.jp/" target="_blank"><img src="<?php echo get_option('siteurl') . '/' . PLUGINDIR . '/' . $plugin_dir . '/js/'; ?>cmswp.jpg" width="125" height="125" alt="CMSxWP" /></a><br /><a href="http://www.cmswp.jp/" target="_blank"><?php _e('WordPress plugin sales site: CMS x WP', 'lightbox-gallery'); ?></a></p>
452
  </div>
453
  </div>
454
  <?php
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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.1
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.1 =
134
  * The default view changed to Colorbox.
135
  * Slovak (sk_SK) - Viliam Brozman
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
 
131
  == Changelog ==
132
 
133
+ = 0.7.2 =
134
+ * Bugfix: lightbox image path.
135
+
136
  = 0.7.1 =
137
  * The default view changed to Colorbox.
138
  * Slovak (sk_SK) - Viliam Brozman