Version Description
Download this release
Release Info
Developer | subhansanjaya |
Plugin | Responsive Lightbox |
Version | 1.3 |
Comparing to | |
See all releases |
Code changes from version 1.2 to 1.3
- readme.txt +3 -3
- responsive-lightbox-lite.php +6 -3
readme.txt
CHANGED
@@ -4,10 +4,10 @@ Author: subhansanjaya
|
|
4 |
Author URI: http://weaveapps.com
|
5 |
Plugin URI: http://wordpress.org/plugins/responsive-lightbox-lite/
|
6 |
Donate link:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BXBCGCKDD74UE
|
7 |
-
Tags: responsive Lightbox, Lightbox, Nivo Lightbox, pop up, modal window, modal dialog, pop-up, light box, lightbox for youtube, nivo, wp lightbox
|
8 |
Requires at least: 3.0
|
9 |
Tested up to: 4.0
|
10 |
-
Stable tag: 1.
|
11 |
License: GPLv2 or later
|
12 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
13 |
|
@@ -22,7 +22,7 @@ Responsive Lightbox Wordpress plugin adds Lightbox functionality for images, htm
|
|
22 |
* Responsive / Mobile ready.
|
23 |
* Light weight.
|
24 |
* Option to set automatically add Lightbox to your images, gallery, videos etc.
|
25 |
-
* Customisable through settings and CSS
|
26 |
|
27 |
== Installation ==
|
28 |
|
4 |
Author URI: http://weaveapps.com
|
5 |
Plugin URI: http://wordpress.org/plugins/responsive-lightbox-lite/
|
6 |
Donate link:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BXBCGCKDD74UE
|
7 |
+
Tags: responsive Lightbox, Lightbox, Nivo Lightbox, pop up, modal window, modal dialog, pop-up, light box, lightbox for youtube, nivo, wp lightbox,iframe pop up,pop up, wordpress lightbox
|
8 |
Requires at least: 3.0
|
9 |
Tested up to: 4.0
|
10 |
+
Stable tag: 1.3
|
11 |
License: GPLv2 or later
|
12 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
13 |
|
22 |
* Responsive / Mobile ready.
|
23 |
* Light weight.
|
24 |
* Option to set automatically add Lightbox to your images, gallery, videos etc.
|
25 |
+
* Customisable through settings and CSS.
|
26 |
|
27 |
== Installation ==
|
28 |
|
responsive-lightbox-lite.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Responsive Lightbox
|
4 |
* Description: This plugin offers a nice and elegant way to add Lightbox functionality for images, html content and media on your webpages.
|
5 |
* Author: subhansanjaya
|
6 |
-
* Version: 1.
|
7 |
* Plugin URI: http://wordpress.org/plugins/responsive-lightbox-lite/
|
8 |
* Author URI: http://weaveapps.com
|
9 |
* Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BXBCGCKDD74UE
|
@@ -390,10 +390,13 @@ class Responsive_Lightbox_Lite {
|
|
390 |
</h2>
|
391 |
<div class="responsive-lightbox-settings">
|
392 |
<div class="wa-credits">
|
393 |
-
<h3 class="hndle">'.__('Responsive Lightbox Lite', 'responsive-lightbox').'
|
394 |
<div class="inside">
|
395 |
<p class="inner">'.__('Plugin URI: ', 'responsive-lightbox').' <a href="http://weaveapps.com/shop/wordpress-plugins/responsive-lightbox-lite/" target="_blank" title="'.__('Plugin URL', 'responsive-lightbox-lite').'">'.__('Weave Apps', 'responsive-lightbox-lite').'</a></p>
|
396 |
-
</p>
|
|
|
|
|
|
|
397 |
</div>
|
398 |
</div><form action="options.php" method="post">
|
399 |
<input type="hidden" name="script_r" value="'.esc_attr($this->options['settings']['script']).'" />';
|
3 |
* Plugin Name: Responsive Lightbox
|
4 |
* Description: This plugin offers a nice and elegant way to add Lightbox functionality for images, html content and media on your webpages.
|
5 |
* Author: subhansanjaya
|
6 |
+
* Version: 1.3
|
7 |
* Plugin URI: http://wordpress.org/plugins/responsive-lightbox-lite/
|
8 |
* Author URI: http://weaveapps.com
|
9 |
* Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BXBCGCKDD74UE
|
390 |
</h2>
|
391 |
<div class="responsive-lightbox-settings">
|
392 |
<div class="wa-credits">
|
393 |
+
<h3 class="hndle">'.__('Responsive Lightbox Lite', 'responsive-lightbox').'</h3>
|
394 |
<div class="inside">
|
395 |
<p class="inner">'.__('Plugin URI: ', 'responsive-lightbox').' <a href="http://weaveapps.com/shop/wordpress-plugins/responsive-lightbox-lite/" target="_blank" title="'.__('Plugin URL', 'responsive-lightbox-lite').'">'.__('Weave Apps', 'responsive-lightbox-lite').'</a></p>
|
396 |
+
</p>
|
397 |
+
<hr />
|
398 |
+
<h4 class="inner">'.__('Do you like this plugin?', 'responsive-lightbox').'</h4>
|
399 |
+
<p class="inner">'.__('Please, ', 'wa-wps-txt').'<a href="http://wordpress.org/support/view/plugin-reviews/responsive-lightbox-lite" target="_blank" title="'.__('rate it', 'wa-wps-txt').'">'.__('rate it', 'wa-wps-txt').'</a> '.__('on WordPress.org', 'wa-wps-txt').'<br />
|
400 |
</div>
|
401 |
</div><form action="options.php" method="post">
|
402 |
<input type="hidden" name="script_r" value="'.esc_attr($this->options['settings']['script']).'" />';
|