Version Description
(2010-02-11) = * BUGFIX: slideshow does not start automatically any more if the setting is not checked on the settings page.
Download this release
Release Info
Developer | techotronic |
Plugin | jQuery Colorbox |
Version | 2.0.1 |
Comparing to | |
See all releases |
Code changes from version 2.0 to 2.0.1
- jquery-colorbox.php +2 -2
- readme.txt +4 -1
jquery-colorbox.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* Plugin Name: jQuery Colorbox
|
7 |
* Plugin URI: http://www.techotronic.de/index.php/plugins/jquery-colorbox/
|
8 |
* Description: Used to overlay images on the current page. Images in one post are grouped automatically.
|
9 |
-
* Version: 2.0
|
10 |
* Author: Arne Franken
|
11 |
* Author URI: http://www.techotronic.de/
|
12 |
* License: GPL
|
@@ -339,7 +339,7 @@ class jQueryColorbox {
|
|
339 |
echo $this->colorboxSettings['height']=="false"?'':'height:"'.$this->colorboxSettings['heightValue'].$this->colorboxSettings['heightUnit'].'",';
|
340 |
echo $this->colorboxSettings['width']=="false"?'':'width:"'.$this->colorboxSettings['widthValue'].$this->colorboxSettings['widthUnit'].'",';
|
341 |
echo !$this->colorboxSettings['slideshow']?'':'slideshow:true,';
|
342 |
-
echo
|
343 |
echo $this->colorboxSettings['scalePhotos']?'':'scalePhotos:false,'; ?>
|
344 |
slideshowSpeed:"<?php echo $this->colorboxSettings['slideshowSpeed']; ?>",
|
345 |
close:"<?php _e( 'close', JQUERYCOLORBOX_TEXTDOMAIN ); ?>",
|
6 |
* Plugin Name: jQuery Colorbox
|
7 |
* Plugin URI: http://www.techotronic.de/index.php/plugins/jquery-colorbox/
|
8 |
* Description: Used to overlay images on the current page. Images in one post are grouped automatically.
|
9 |
+
* Version: 2.0.1
|
10 |
* Author: Arne Franken
|
11 |
* Author URI: http://www.techotronic.de/
|
12 |
* License: GPL
|
339 |
echo $this->colorboxSettings['height']=="false"?'':'height:"'.$this->colorboxSettings['heightValue'].$this->colorboxSettings['heightUnit'].'",';
|
340 |
echo $this->colorboxSettings['width']=="false"?'':'width:"'.$this->colorboxSettings['widthValue'].$this->colorboxSettings['widthUnit'].'",';
|
341 |
echo !$this->colorboxSettings['slideshow']?'':'slideshow:true,';
|
342 |
+
echo $this->colorboxSettings['slideshowAuto']?'':'slideshowAuto:false,';
|
343 |
echo $this->colorboxSettings['scalePhotos']?'':'scalePhotos:false,'; ?>
|
344 |
slideshowSpeed:"<?php echo $this->colorboxSettings['slideshowSpeed']; ?>",
|
345 |
close:"<?php _e( 'close', JQUERYCOLORBOX_TEXTDOMAIN ); ?>",
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.techotronic.de/index.php/donate/
|
|
4 |
Tags: jquery, colorbox, lightbox, images, gallery, javascript, overlay
|
5 |
Requires at least: 2.8.5
|
6 |
Tested up to: 2.9.1
|
7 |
-
Stable tag: 2.0
|
8 |
|
9 |
Adds Colorbox/Lightbox functionality to images on the blog. Images are grouped by post or page. Also works on WordPress galleries.
|
10 |
|
@@ -104,6 +104,9 @@ Feel free to write an email to blog [at] techotronic.de or write a entry at <a h
|
|
104 |
I'll include new FAQs in every new version. Promise.
|
105 |
|
106 |
== Changelog ==
|
|
|
|
|
|
|
107 |
= 2.0 (2010-02-11) =
|
108 |
* NEW: Decided to move from 1.3.3 to 2.0 because I implemented many new features.
|
109 |
* BUGFIX: fixed relative paths for theme1 and theme4 by adding the CSS for the Internet Explorer workaround directly into the page. Thx to <a href="http://www.deepport.net/">Andrew Radke</a> for the suggestion!
|
4 |
Tags: jquery, colorbox, lightbox, images, gallery, javascript, overlay
|
5 |
Requires at least: 2.8.5
|
6 |
Tested up to: 2.9.1
|
7 |
+
Stable tag: 2.0.1
|
8 |
|
9 |
Adds Colorbox/Lightbox functionality to images on the blog. Images are grouped by post or page. Also works on WordPress galleries.
|
10 |
|
104 |
I'll include new FAQs in every new version. Promise.
|
105 |
|
106 |
== Changelog ==
|
107 |
+
= 2.0.1 (2010-02-11) =
|
108 |
+
* BUGFIX: slideshow does not start automatically any more if the setting is not checked on the settings page.
|
109 |
+
|
110 |
= 2.0 (2010-02-11) =
|
111 |
* NEW: Decided to move from 1.3.3 to 2.0 because I implemented many new features.
|
112 |
* BUGFIX: fixed relative paths for theme1 and theme4 by adding the CSS for the Internet Explorer workaround directly into the page. Thx to <a href="http://www.deepport.net/">Andrew Radke</a> for the suggestion!
|