summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxue <>2006-10-23 12:22:57 +0000
committerxue <>2006-10-23 12:22:57 +0000
commit128543cfb114235d4e694c2cba8943bba14682cc (patch)
treee1cfb056e78d9c704603556feafd5c5ff2a03f08
parent750d5ff6a842281f861b44434ef5b6ab5f501ee2 (diff)
update release date.3.0.5
-rw-r--r--HISTORY3
-rw-r--r--index.html5
2 files changed, 5 insertions, 3 deletions
diff --git a/HISTORY b/HISTORY
index 64017137..fd93264d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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)
diff --git a/index.html b/index.html
index 01cd2520..c8957753 100644
--- a/index.html
+++ b/index.html
@@ -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&copy; 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>