Version Description
- Compatible with wordpress 3.4.2
Download this release
Release Info
Developer | masdiblogs |
Plugin | WP Lightbox 2 |
Version | 2.24 |
Comparing to | |
See all releases |
Code changes from version 2.25 to 2.24
- readme.txt +2 -12
- wp-lightbox-2.js +1 -2
- wp-lightbox-2.php +1 -2
readme.txt
CHANGED
@@ -11,7 +11,7 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
|
11 |
|
12 |
This plugin used to add the lightbox (overlay) effect to the current page images on your WordPress blog.
|
13 |
== Description ==
|
14 |
-
From 2.1, the default view changed to [Colorbox](http://
|
15 |
|
16 |
Just install and sit back. This plugin enable image overlay lighbox effect for all the post images in your wordpress plugin. No configuration required.
|
17 |
|
@@ -26,9 +26,7 @@ Feature:
|
|
26 |
5. 5 Inbuilt theme.
|
27 |
6. Lightbox display of Gallery.
|
28 |
|
29 |
-
See the plugin in action here:
|
30 |
-
[WP Lightbox 2 Demo link 1](http://yepinol.com/wp-lightbox-2-plugin-wordpress-demo/)
|
31 |
-
[WP Lightbox 2 Demo link 2](http://onlinewebapplication.com/wp-lightbox-2-demo/)
|
32 |
|
33 |
If you value my plugins, please help me out by rate this.
|
34 |
|
@@ -78,10 +76,6 @@ You can check Screen Shots on plugin website URL :<br />
|
|
78 |
[WP Lightbox 2](http://onlinewebapplication.com/wp-lightbox-2/)<br />
|
79 |
|
80 |
== Changelog ==
|
81 |
-
= 2.25 =
|
82 |
-
* Compatible with wordpress 3.4.2 (Fixed PHP 5 bug)
|
83 |
-
* Fixed Bug [Stopped Working with W3 Total Cache](http://onlinewebapplication.com/wp-lightbox-2/)
|
84 |
-
|
85 |
= 2.24 =
|
86 |
* Compatible with wordpress 3.4.2
|
87 |
|
@@ -111,10 +105,6 @@ You can check Screen Shots on plugin website URL :<br />
|
|
111 |
* Lightbox display of Gallery.
|
112 |
|
113 |
== Upgrade Notice ==
|
114 |
-
= 2.25 =
|
115 |
-
Compatible with wordpress 3.4.2 (Fixed PHP 5 bug)
|
116 |
-
Fixed Bug [Stopped Working with W3 Total Cache](http://onlinewebapplication.com/wp-lightbox-2/)
|
117 |
-
|
118 |
= 2.24 =
|
119 |
Compatible with wordpress 3.4.2
|
120 |
|
11 |
|
12 |
This plugin used to add the lightbox (overlay) effect to the current page images on your WordPress blog.
|
13 |
== Description ==
|
14 |
+
From 2.1, the default view changed to [Colorbox](http://onlinewebapplication.com/wp-lightbox-2/) due to the license regulation by the plugin directory. This plugin used to add the lightbox (overlay) effect to the current page images on your WordPress blog. Used to overlay images on the current page. Extension of wp-jquery-lightbox.
|
15 |
|
16 |
Just install and sit back. This plugin enable image overlay lighbox effect for all the post images in your wordpress plugin. No configuration required.
|
17 |
|
26 |
5. 5 Inbuilt theme.
|
27 |
6. Lightbox display of Gallery.
|
28 |
|
29 |
+
See the plugin in action here: [WP Lightbox 2 Demo](http://onlinewebapplication.com/wp-lightbox-2-demo/)
|
|
|
|
|
30 |
|
31 |
If you value my plugins, please help me out by rate this.
|
32 |
|
76 |
[WP Lightbox 2](http://onlinewebapplication.com/wp-lightbox-2/)<br />
|
77 |
|
78 |
== Changelog ==
|
|
|
|
|
|
|
|
|
79 |
= 2.24 =
|
80 |
* Compatible with wordpress 3.4.2
|
81 |
|
105 |
* Lightbox display of Gallery.
|
106 |
|
107 |
== Upgrade Notice ==
|
|
|
|
|
|
|
|
|
108 |
= 2.24 =
|
109 |
Compatible with wordpress 3.4.2
|
110 |
|
wp-lightbox-2.js
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
* Plugin Name: WP Lightbox 2
|
3 |
* Plugin URI: http://onlinewebapplication.com/wp-lightbox-2/
|
4 |
* Description: This plugin used to add the lightbox (overlay) effect to the current page images on your WordPress blog.
|
5 |
-
* Version: 2.
|
6 |
* Author: Pankaj Jha
|
7 |
* Author URI: http://onlinewebapplication.com/
|
8 |
* License: GNU General Public License, v2 (or newer)
|
@@ -92,7 +92,6 @@
|
|
92 |
//allow image to reposition & scale if orientation change or resize occurs.
|
93 |
/*2.21 - Image Map, Shrink large images to fit smaller screens*/
|
94 |
/*2.23 - Updated jQuery calls for faster load*/
|
95 |
-
/*2.25 - Fixed PHP 5 bug*/
|
96 |
function resizeListener(e) {
|
97 |
if (opts.resizeTimeout) {
|
98 |
clearTimeout(opts.resizeTimeout);
|
2 |
* Plugin Name: WP Lightbox 2
|
3 |
* Plugin URI: http://onlinewebapplication.com/wp-lightbox-2/
|
4 |
* Description: This plugin used to add the lightbox (overlay) effect to the current page images on your WordPress blog.
|
5 |
+
* Version: 2.24
|
6 |
* Author: Pankaj Jha
|
7 |
* Author URI: http://onlinewebapplication.com/
|
8 |
* License: GNU General Public License, v2 (or newer)
|
92 |
//allow image to reposition & scale if orientation change or resize occurs.
|
93 |
/*2.21 - Image Map, Shrink large images to fit smaller screens*/
|
94 |
/*2.23 - Updated jQuery calls for faster load*/
|
|
|
95 |
function resizeListener(e) {
|
96 |
if (opts.resizeTimeout) {
|
97 |
clearTimeout(opts.resizeTimeout);
|
wp-lightbox-2.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: WP Lightbox 2
|
4 |
* Plugin URI: http://onlinewebapplication.com/wp-lightbox-2/
|
5 |
* Description: This plugin used to add the lightbox (overlay) effect to the current page images on your WordPress blog.
|
6 |
-
* Version: 2.
|
7 |
* Author: masdiblogs
|
8 |
* Author URI: http://profiles.wordpress.org/masdiblogs
|
9 |
* License: GNU General Public License, v2 (or newer)
|
@@ -29,7 +29,6 @@
|
|
29 |
/*2.22 - Fixed one s, that caused a fatal error*/
|
30 |
/*2.23 - Updated jQuery calls for faster load*/
|
31 |
/*2.24 - Compatible with wordpress 3.4.2*/
|
32 |
-
/*2.25 - Fixed PHP 5 bug*/
|
33 |
add_action( 'plugins_loaded', 'jqlb_init' );
|
34 |
function jqlb_init() {
|
35 |
if(!defined('ULFBEN_DONATE_URL')){
|
3 |
* Plugin Name: WP Lightbox 2
|
4 |
* Plugin URI: http://onlinewebapplication.com/wp-lightbox-2/
|
5 |
* Description: This plugin used to add the lightbox (overlay) effect to the current page images on your WordPress blog.
|
6 |
+
* Version: 2.24
|
7 |
* Author: masdiblogs
|
8 |
* Author URI: http://profiles.wordpress.org/masdiblogs
|
9 |
* License: GNU General Public License, v2 (or newer)
|
29 |
/*2.22 - Fixed one s, that caused a fatal error*/
|
30 |
/*2.23 - Updated jQuery calls for faster load*/
|
31 |
/*2.24 - Compatible with wordpress 3.4.2*/
|
|
|
32 |
add_action( 'plugins_loaded', 'jqlb_init' );
|
33 |
function jqlb_init() {
|
34 |
if(!defined('ULFBEN_DONATE_URL')){
|