Changeset 183669
- Timestamp:
- 12/17/2009 04:27:50 AM (16 years ago)
- Location:
- wp-prettyphoto
- Files:
-
- 2 edited
- 6 copied
-
tags/1.5.5 (copied) (copied from wp-prettyphoto/trunk)
-
tags/1.5.5/css/prettyPhoto.css (copied) (copied from wp-prettyphoto/trunk/css/prettyPhoto.css)
-
tags/1.5.5/js/jquery.prettyPhoto.js (copied) (copied from wp-prettyphoto/trunk/js/jquery.prettyPhoto.js)
-
tags/1.5.5/lang/wp-prettyphoto.pot (copied) (copied from wp-prettyphoto/trunk/lang/wp-prettyphoto.pot)
-
tags/1.5.5/readme.txt (copied) (copied from wp-prettyphoto/trunk/readme.txt) (2 diffs)
-
tags/1.5.5/wp-prettyphoto.php (copied) (copied from wp-prettyphoto/trunk/wp-prettyphoto.php) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-prettyphoto.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-prettyphoto/tags/1.5.5/readme.txt
r182792 r183669 4 4 Requires at least: 2.7 5 5 Tested up to: 2.8.6 6 Stable tag: 1.5. 46 Stable tag: 1.5.5 7 7 Author: Pier-Luc Petitclerc 8 8 Author URI: http://blog.fusi0n.org … … 48 48 49 49 == ChangeLog == 50 51 = Version 1.5.5 = 52 53 * Fixed JavaScript Markup Validation Error [chrissss](http://wordpress.org/support/topic/318618) 50 54 51 55 = Version 1.5.4 = -
wp-prettyphoto/tags/1.5.5/wp-prettyphoto.php
r182792 r183669 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.5. 46 Version: 1.5.5 7 7 Author: Pier-Luc Petitclerc 8 8 Author URI: http://blog.fusi0n.org … … 414 414 $wppp_picturecallback = $this->wppp_picturecallback; 415 415 $output = <<<EOHTML 416 <script language="javascript"type="text/javascript" charset="utf-8">416 <script type="text/javascript" charset="utf-8"> 417 417 /* < 50 54 51 55 = Version 1.5.4 = -
wp-prettyphoto/trunk/wp-prettyphoto.php
r182792 r183669 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.5. 46 Version: 1.5.5 7 7 Author: Pier-Luc Petitclerc 8 8 Author URI: http://blog.fusi0n.org … … 414 414 $wppp_picturecallback = $this->wppp_picturecallback; 415 415 $output = <<<EOHTML 416 <script language="javascript"type="text/javascript" charset="utf-8">416 <script type="text/javascript" charset="utf-8"> 417 417 /* <![CDATA[ */ 418 418 jQuery(document).ready(function($) {
Note: See TracChangeset
for help on using the changeset viewer.