Plugin Directory

Changeset 183669


Ignore:
Timestamp:
12/17/2009 04:27:50 AM (16 years ago)
Author:
plpetitclerc
Message:
 
Location:
wp-prettyphoto
Files:
2 edited
6 copied

Legend:

Unmodified
Added
Removed
  • wp-prettyphoto/tags/1.5.5/readme.txt

    r182792 r183669  
    44Requires at least: 2.7
    55Tested up to: 2.8.6
    6 Stable tag: 1.5.4
     6Stable tag: 1.5.5
    77Author: Pier-Luc Petitclerc
    88Author URI: http://blog.fusi0n.org
     
    4848
    4949== ChangeLog ==
     50
     51= Version 1.5.5 =
     52
     53* Fixed JavaScript Markup Validation Error [chrissss](http://wordpress.org/support/topic/318618)
    5054
    5155= Version 1.5.4 =
  • wp-prettyphoto/tags/1.5.5/wp-prettyphoto.php

    r182792 r183669  
    44Plugin URI: http://blog.fusi0n.org/category/wp-prettyphoto
    55Description: 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.4
     6Version: 1.5.5
    77Author: Pier-Luc Petitclerc
    88Author URI: http://blog.fusi0n.org
     
    414414    $wppp_picturecallback = $this->wppp_picturecallback;
    415415    $output = <<<EOHTML
    416       <script language="javascript" type="text/javascript" charset="utf-8">
     416      <script type="text/javascript" charset="utf-8">
    417417        /* <![CDATA[ */
    418418        jQuery(document).ready(function($) {
  • wp-prettyphoto/trunk/readme.txt

    r182792 r183669  
    44Requires at least: 2.7
    55Tested up to: 2.8.6
    6 Stable tag: 1.5.4
     6Stable tag: 1.5.5
    77Author: Pier-Luc Petitclerc
    88Author URI: http://blog.fusi0n.org
     
    4848
    4949== ChangeLog ==
     50
     51= Version 1.5.5 =
     52
     53* Fixed JavaScript Markup Validation Error [chrissss](http://wordpress.org/support/topic/318618)
    5054
    5155= Version 1.5.4 =
  • wp-prettyphoto/trunk/wp-prettyphoto.php

    r182792 r183669  
    44Plugin URI: http://blog.fusi0n.org/category/wp-prettyphoto
    55Description: 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.4
     6Version: 1.5.5
    77Author: Pier-Luc Petitclerc
    88Author URI: http://blog.fusi0n.org
     
    414414    $wppp_picturecallback = $this->wppp_picturecallback;
    415415    $output = <<<EOHTML
    416       <script language="javascript" type="text/javascript" charset="utf-8">
     416      <script type="text/javascript" charset="utf-8">
    417417        /* <![CDATA[ */
    418418        jQuery(document).ready(function($) {
Note: See TracChangeset for help on using the changeset viewer.