summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY4
-rw-r--r--index.html8
2 files changed, 6 insertions, 6 deletions
diff --git a/HISTORY b/HISTORY
index efed712b..1fd7da5f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,5 +1,5 @@
-Version 3.1.0 To Be Released
-============================
+Version 3.1.0 July 2, 2007
+==========================
BUG: Ticket#621 - TWizardNavigationButtonStyle could not be found (Qiang)
BUG: Ticket#627 - Logout did not set correct status to the user object (Qiang)
BUG: Ticket#650 - Fixed TMysqlMetaData bug about SHOW FULL TABLES (Qiang)
diff --git a/index.html b/index.html
index 1122f490..b12d3942 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
<body>
<h1>PRADO Framework for PHP 5 </h1>
-<p>Version 3.1.0 RC, May 14, 2007<br>
+<p>Version 3.1.0, July 2, 2007<br>
Copyright&copy; 2004-2007 by <a href="http://www.pradosoft.com/">PradoSoft</a><br>
All Rights Reserved.
</p>
@@ -49,8 +49,8 @@ After downloading the latest PRADO release file, unpack it to a Web-accessible d
<h2>Included Demos</h2>
<ul>
<li><a href="demos/helloworld/index.php">Hello World</a></li>
- <li><a href="demos/blog-tutorial/index.php">PRADO Blog Tutorial</a> (incomplete)</li>
- <li><a href="demos/quickstart/index.php">PRADO QuickStart Tutorial</a> (contains many small demos)</li>
+ <li><a href="demos/blog-tutorial/index.php">PRADO Blog Tutorial</a> (a good start point for new PRADO users)</li>
+ <li><a href="demos/quickstart/index.php">PRADO QuickStart Tutorial</a> (a definitive PRADO guidance. It contains many small examples.)</li>
<li><a href="demos/blog/index.php">PRADO Blog</a> (requires php_sqlite extension)</li>
<li><a href="demos/time-tracker/index.php">Time Tracker</a> (requires php_pdo and php_pdo_mysql extensions)</li>
<li><a href="demos/composer/index.php">PRADO Component Writer</a></li>
@@ -116,7 +116,7 @@ PRADO component tags when you use it to edit PRADO templates.
<ul>
<li>Stever for providing an Apple G3 notebook for testing safari browser issues.</li>
<li>Stanislav Yordanov - the script of generating Dreameweaver extension for PRADO</li>
-<li>Andrés Adolfo Testi - original concept and naming for Active Controls.</li>
+<li>Andrés Adolfo Testi - original concept and naming for Active Controls.</li>
<li><a href="http://www.jackslocum.com/">Jack Slocum</a> - inspiration for the quickstart commenting system.</li>
<li>Cesar Ramos - Active Record driver for IBM DB2.</li>
<li>All PRADO users - great suggestions, feedback and support</li>