Changeset 225301
- Timestamp:
- 04/04/2010 05:43:53 PM (16 years ago)
- Location:
- wp-prettyphoto
- Files:
-
- 1 deleted
- 2 edited
- 8 copied
-
tags/1.6.1 (copied) (copied from wp-prettyphoto/trunk)
-
tags/1.6.1/css/layout.css (deleted)
-
tags/1.6.1/css/prettyPhoto.css (copied) (copied from wp-prettyphoto/trunk/css/prettyPhoto.css)
-
tags/1.6.1/images/prettyPhoto/dark_rounded/contentPattern.png (copied) (copied from wp-prettyphoto/trunk/images/prettyPhoto/dark_rounded/contentPattern.png)
-
tags/1.6.1/images/prettyPhoto/facebook (copied) (copied from wp-prettyphoto/trunk/images/prettyPhoto/facebook)
-
tags/1.6.1/js/jquery.prettyPhoto.js (copied) (copied from wp-prettyphoto/trunk/js/jquery.prettyPhoto.js)
-
tags/1.6.1/lang/wp-prettyphoto.pot (copied) (copied from wp-prettyphoto/trunk/lang/wp-prettyphoto.pot)
-
tags/1.6.1/readme.txt (copied) (copied from wp-prettyphoto/trunk/readme.txt) (2 diffs)
-
tags/1.6.1/wp-prettyphoto.php (copied) (copied from wp-prettyphoto/trunk/wp-prettyphoto.php) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-prettyphoto.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-prettyphoto/tags/1.6.1/readme.txt
r186245 r225301 3 3 Tags: prettyphoto, jquery, lightbox, gallery, ajax, pictures, flash, video, animation, movie, mov, swf, youtube, iframe, modal, images, quicktime 4 4 Requires at least: 2.7 5 Tested up to: 2. 8.96 Stable tag: 1.6 5 Tested up to: 2.9.2 6 Stable tag: 1.6.1 7 7 Author: Pier-Luc Petitclerc 8 8 Author URI: http://blog.fusi0n.org … … 48 48 49 49 == ChangeLog == 50 51 = Version 1.6.1 = 52 53 * Fixed a small bug that made displaying the autoplay directive be valueless 54 50 55 51 56 = Version 1.6 = -
wp-prettyphoto/tags/1.6.1/wp-prettyphoto.php
r186245 r225301 4 4 Plugin URI: http://blog.fusi0n.org/category/wp-prettyphoto 5 5 Description: prettyPhoto is a jQuery based lightbox clone. Not only does it support images, it also add support for videos, flash, YouTube, iFrame. It's a full blown media modal box. WP-prettyPhoto embeds those functionalities in WordPress. 6 Version: 1.6 6 Version: 1.6.1 7 7 Author: Pier-Luc Petitclerc 8 8 Author URI: http://blog.fusi0n.org … … 135 135 echo "<!--\n"; 136 136 foreach ($this->opts as $k=>$v) { 137 echo "$k = ".get_option($k)."\n";138 137 if (get_option($k) === false) { add_option($k, $this->opts[$k]['default']); } 139 138 } … … 413 412 $wppp_modal = $this->wppp_modal == '1'? 'true' : 'false'; 414 413 $wppp_picturecallback = $this->wppp_picturecallback; 415 $wppp_wmode= $this->wppp_wmode;416 $wppp_autoplay = $this->wppp_autoplay;417 $wppp_markup= $this->wppp_markup;418 $wppp_imarkup= $this->wppp_imarkup;419 $wppp_fmarkup= $this->wppp_fmarkup;420 $wppp_qmarkup= $this->wppp_qmarkup;421 $wppp_frmmarkup= $this->wppp_frmmarkup;422 $wppp_inmarkup= $this->wppp_inmarkup;414 $wppp_wmode = $this->wppp_wmode; 415 $wppp_autoplay = $this->wppp_autoplay == '1'? 'true' : 'false'; 416 $wppp_markup = $this->wppp_markup; 417 $wppp_imarkup = $this->wppp_imarkup; 418 $wppp_fmarkup = $this->wppp_fmarkup; 419 $wppp_qmarkup = $this->wppp_qmarkup; 420 $wppp_frmmarkup = $this->wppp_frmmarkup; 421 $wppp_inmarkup = $this->wppp_inmarkup; 423 422 $output = <<<EOHTML 424 423 <script type="text/javascript" charset="utf-8"> -
wp-prettyphoto/trunk/readme.txt
r186245 r225301 3 3 Tags: prettyphoto, jquery, lightbox, gallery, ajax, pictures, flash, video, animation, movie, mov, swf, youtube, iframe, modal, images, quicktime 4 4 Requires at least: 2.7 5 Tested up to: 2. 8.96 Stable tag: 1.6 5 Tested up to: 2.9.2 6 Stable tag: 1.6.1 7 7 Author: Pier-Luc Petitclerc 8 8 Author URI: http://blog.fusi0n.org … … 48 48 49 49 == ChangeLog == 50 51 = Version 1.6.1 = 52 53 * Fixed a small bug that made displaying the autoplay directive be valueless 54 50 55 51 56 = Version 1.6 = -
wp-prettyphoto/trunk/wp-prettyphoto.php
r186245 r225301 4 4 Plugin URI: http://blog.fusi0n.org/category/wp-prettyphoto 5 5 Description: prettyPhoto is a jQuery based lightbox clone. Not only does it support images, it also add support for videos, flash, YouTube, iFrame. It's a full blown media modal box. WP-prettyPhoto embeds those functionalities in WordPress. 6 Version: 1.6 6 Version: 1.6.1 7 7 Author: Pier-Luc Petitclerc 8 8 Author URI: http://blog.fusi0n.org … … 135 135 echo "<!--\n"; 136 136 foreach ($this->opts as $k=>$v) { 137 echo "$k = ".get_option($k)."\n";138 137 if (get_option($k) === false) { add_option($k, $this->opts[$k]['default']); } 139 138 } … … 413 412 $wppp_modal = $this->wppp_modal == '1'? 'true' : 'false'; 414 413 $wppp_picturecallback = $this->wppp_picturecallback; 415 $wppp_wmode= $this->wppp_wmode;416 $wppp_autoplay = $this->wppp_autoplay;417 $wppp_markup= $this->wppp_markup;418 $wppp_imarkup= $this->wppp_imarkup;419 $wppp_fmarkup= $this->wppp_fmarkup;420 $wppp_qmarkup= $this->wppp_qmarkup;421 $wppp_frmmarkup= $this->wppp_frmmarkup;422 $wppp_inmarkup= $this->wppp_inmarkup;414 $wppp_wmode = $this->wppp_wmode; 415 $wppp_autoplay = $this->wppp_autoplay == '1'? 'true' : 'false'; 416 $wppp_markup = $this->wppp_markup; 417 $wppp_imarkup = $this->wppp_imarkup; 418 $wppp_fmarkup = $this->wppp_fmarkup; 419 $wppp_qmarkup = $this->wppp_qmarkup; 420 $wppp_frmmarkup = $this->wppp_frmmarkup; 421 $wppp_inmarkup = $this->wppp_inmarkup; 423 422 $output = <<<EOHTML 424 423 <script type="text/javascript" charset="utf-8">
Note: See TracChangeset
for help on using the changeset viewer.