diff options
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | index.html | 5 |
2 files changed, 5 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Version 3.0.5 October 8, 2006 +Version 3.0.5 October 23, 2006 =============================== BUG: Ticket#409 - Multiple page services will mess up page caching (Qiang) BUG: Ticket#417 - SelectedIndex in template incorrect caused by bug in TList (Qiang) @@ -7,6 +7,7 @@ ENH: Ticket#361 - Introduced include template tag that supports including extern ENH: Ticket#366 - white spaces are now allowed around attribute names in template (Qiang) ENH: Ticket#378 - PRADO applications can now run in command line (Qiang) ENH: Ticket#379 - TAuthorizationRule performance enhancement (Qiang) +ENH: Ticket#382 - Untranslated messages can be marked now (Wei) ENH: Ticket#394 - Enhancing TDropDownListColumn to allow specifying both text and value (Qiang) ENH: Easier to customize the TDatePicker using CssClass (Wei) ENH: Added an interactive PHP shell, usage: "prado-cli.php shell" (Wei) @@ -7,7 +7,7 @@ <body>
<h1>PRADO Framework for PHP 5 </h1>
-<p>Version 3.0.5, October 8, 2006<br>
+<p>Version 3.0.5, October 23, 2006<br>
Copyright© 2004-2006 by <a href="http://www.pradosoft.com/">PradoSoft</a><br>
All Rights Reserved.
</p>
@@ -69,8 +69,9 @@ PRADO component tags when you use it to edit PRADO templates. <h2>Documentation</h2>
<ul>
-<li><a href="docs/manual/index.html">API documentation</a></li>
+<li><a href="docs/prado3_manual.chm">Integrated manual (CHM)</a>, including quickstart, API, class docs and wiki</li>
<li><a href="docs/quickstart.pdf">Quickstart tutorial (PDF)</a></li>
+<li><a href="docs/manual/index.html">API documentation (HTML)</a></li>
</ul>
<h2>Credits</h2>
|