Skip to content

Commit

Permalink
upgraded jquery to 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
qiang.xue committed Nov 12, 2010
1 parent 7c3a455 commit a20629f
Show file tree
Hide file tree
Showing 4 changed files with 791 additions and 494 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Expand Up @@ -79,7 +79,7 @@ Version 1.1.5 to be released
- Chg #1355: CHtml will no longer render null attributes in HTML tags (Qiang)
- Chg #1540: The 'name' option set in CCheckBoxColumn::checkBoxHtmlOptions will be kept as is without any change (Qiang)
- Chg #1678: The prompt and empty options used in CHtml methods will NOT be HTML-encoded anymore. (Qiang)
- Chg #1680: Upgraded jQuery to version 1.4.3 (Sam Dark)
- Chg #1680: Upgraded jQuery to version 1.4.4 (Sam Dark)
- Chg #1756: Changed CGoogleApi::BOOTSTRAP_URL to CGoogleApi::$bootstrapUrl to allow customization (Qiang)
- Chg: The javascript files of CListView and CGridView are now registered at the end of the page (Qiang)
- Chg: Log filters will now be invoked only when there are some log messages available (Qiang)
Expand Down
4 changes: 2 additions & 2 deletions framework/vendors/README.html
Expand Up @@ -19,12 +19,12 @@ <h1>Third-Party Library List</h1>
</tr>

<tr>
<td><a href="http://jquery.com">jQuery 1.4.2</a></td>
<td><a href="http://jquery.com">jQuery 1.4.4</a></td>
<td><a href="jquery/LICENSE.txt">MIT</a></td>
<td>most JavaScript-related functionalities</td>
</tr>
<tr>
<td><a href="http://www.jqueryui.com">jQuery UI 1.8.4</a></td>
<td><a href="http://www.jqueryui.com">jQuery UI 1.8.6</a></td>
<td><a href="jqueryui/LICENSE.txt">MIT</a></td>
<td>the widgets under zii/widgets/jui</td>
</tr>
Expand Down

0 comments on commit a20629f

Please sign in to comment.