WP Lightbox 2 - Version 2.22

Version Description

  • Fixed one s, that caused a fatal error.
Download this release

Release Info

Developer masdiblogs
Plugin Icon 128x128 WP Lightbox 2
Version 2.22
Comparing to
See all releases

Code changes from version 2.1 to 2.22

Files changed (4) hide show
  1. I18n/howtouse.html +1 -1
  2. readme.txt +5 -1
  3. wp-lightbox-2.js +1 -1
  4. wp-lightbox-2.php +2 -2
I18n/howtouse.html CHANGED
@@ -1,4 +1,4 @@
1
- <h2>How to Use:</h2>
2
  <ol>
3
  <li>You can use WordPress image galleries and have them grouped and auto-lightboxed: <a href="http://codex.wordpress.org/Gallery_Shortcode"><code>[gallery link="file"]</code></a></li>
4
  <li>You can also add a <code>rel="lightbox"</code> attribute to any link tag to activate the lightbox. For example:
1
+ <h2>How to Use: <span style="font-size:12px">You can check more details <a href="http://onlinewebapplication.com/2012/08/how-to-use-wp-lightbox-2-wordpress-plugin.html" target="_blank">here</a></span></h2>
2
  <ol>
3
  <li>You can use WordPress image galleries and have them grouped and auto-lightboxed: <a href="http://codex.wordpress.org/Gallery_Shortcode"><code>[gallery link="file"]</code></a></li>
4
  <li>You can also add a <code>rel="lightbox"</code> attribute to any link tag to activate the lightbox. For example:
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: http://onlinewebapplication.com/onlinewebapplication-com-donation/
5
  Tags: lightbox, WP Lightbox, AJAX, image, photo, picture, JQuery WP Image Plugin, colorbox
6
  Requires at least: 2.8
7
  Tested up to: 3.4.1
8
- Stable tag: 3.0.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -70,6 +70,10 @@ You can check Screen Shots on plugin website URL :<br />
70
  [WP Lightbox 2](http://onlinewebapplication.com/2011/11/wp-lightbox-2.html)<br />
71
 
72
  == Changelog ==
 
 
 
 
73
  = 2.21 =
74
  * Image Map
75
  * Shrink large images to fit smaller screens.
5
  Tags: lightbox, WP Lightbox, AJAX, image, photo, picture, JQuery WP Image Plugin, colorbox
6
  Requires at least: 2.8
7
  Tested up to: 3.4.1
8
+ Stable tag: trunk
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
70
  [WP Lightbox 2](http://onlinewebapplication.com/2011/11/wp-lightbox-2.html)<br />
71
 
72
  == Changelog ==
73
+
74
+ = 2.22 =
75
+ * Fixed one s, that caused a fatal error.
76
+
77
  = 2.21 =
78
  * Image Map
79
  * Shrink large images to fit smaller screens.
wp-lightbox-2.js CHANGED
@@ -2,7 +2,7 @@
2
  * Plugin Name: WP Lightbox 2
3
  * Plugin URI: http://onlinewebapplication.com/2011/11/wp-lightbox-2.html
4
  * Description: This plugin used to add the lightbox (overlay) effect to the current page images on your WordPress blog.
5
- * Version: 2.21
6
  * Author: Pankaj Jha
7
  * Author URI: http://onlinewebapplication.com/
8
  * License: GNU General Public License, v2 (or newer)
2
  * Plugin Name: WP Lightbox 2
3
  * Plugin URI: http://onlinewebapplication.com/2011/11/wp-lightbox-2.html
4
  * Description: This plugin used to add the lightbox (overlay) effect to the current page images on your WordPress blog.
5
+ * Version: 2.22
6
  * Author: Pankaj Jha
7
  * Author URI: http://onlinewebapplication.com/
8
  * License: GNU General Public License, v2 (or newer)
wp-lightbox-2.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: WP Lightbox 2
4
  * Plugin URI: http://onlinewebapplication.com/2011/11/wp-lightbox-2.html
5
  * Description: This plugin used to add the lightbox (overlay) effect to the current page images on your WordPress blog.
6
- * Version: 2.21
7
  * Author: masdiblogs
8
  * Author URI: http://profiles.wordpress.org/masdiblogs
9
  * License: GNU General Public License, v2 (or newer)
@@ -26,7 +26,7 @@
26
  */
27
 
28
  /*2.21 - Image Map, Shrink large images to fit smaller screens*/
29
-
30
  add_action( 'plugins_loaded', 'jqlb_init' );
31
  function jqlb_init() {
32
  if(!defined('ULFBEN_DONATE_URL')){
3
  * Plugin Name: WP Lightbox 2
4
  * Plugin URI: http://onlinewebapplication.com/2011/11/wp-lightbox-2.html
5
  * Description: This plugin used to add the lightbox (overlay) effect to the current page images on your WordPress blog.
6
+ * Version: 2.22
7
  * Author: masdiblogs
8
  * Author URI: http://profiles.wordpress.org/masdiblogs
9
  * License: GNU General Public License, v2 (or newer)
26
  */
27
 
28
  /*2.21 - Image Map, Shrink large images to fit smaller screens*/
29
+ /*2.22 - Image Map, Shrink large images to fit smaller screens*/
30
  add_action( 'plugins_loaded', 'jqlb_init' );
31
  function jqlb_init() {
32
  if(!defined('ULFBEN_DONATE_URL')){