diff options
-rw-r--r-- | .gitattributes | 2 | ||||
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | docs/conceptual-structure.vsd | bin | 201728 -> 0 bytes | |||
-rw-r--r-- | docs/request-sequence.vsd | bin | 184832 -> 0 bytes | |||
-rw-r--r-- | framework/PradoBase.php | 2 | ||||
-rw-r--r-- | index.html | 3 |
6 files changed, 7 insertions, 4 deletions
diff --git a/.gitattributes b/.gitattributes index 3a507f99..72c2ee97 100644 --- a/.gitattributes +++ b/.gitattributes @@ -304,8 +304,6 @@ demos/quickstart/themes/PradoSoft/pradologo.gif -text demos/quickstart/themes/PradoSoft/style.css -text demos/quickstart/themes/Simple/style.css -text docs/application.xml -text -docs/conceptual-structure.vsd -text -docs/request-sequence.vsd -text docs/specs/application.dtd -text docs/specs/application.xsd -text docs/specs/config.dtd -text @@ -1,3 +1,7 @@ +Version 3.0.0 May 1, 2006
+=========================
+BUG: Ticket#131 - TImageMap and TLinkButton continue to postback even client validator fails (Wei)
+
Version 3.0RC2 April 16, 2006
=============================
BUG: Ticket#54 - recursive reverse() definition (Wei)
diff --git a/docs/conceptual-structure.vsd b/docs/conceptual-structure.vsd Binary files differdeleted file mode 100644 index 4418b646..00000000 --- a/docs/conceptual-structure.vsd +++ /dev/null diff --git a/docs/request-sequence.vsd b/docs/request-sequence.vsd Binary files differdeleted file mode 100644 index 579366cb..00000000 --- a/docs/request-sequence.vsd +++ /dev/null diff --git a/framework/PradoBase.php b/framework/PradoBase.php index e0c8cc52..c03e8f33 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -68,7 +68,7 @@ class PradoBase */
public static function getVersion()
{
- return '3.0.0RC2';
+ return '3.0.0';
}
/**
@@ -7,9 +7,10 @@ <body>
<h1>PRADO Framework for PHP 5 </h1>
-<p>Version 3.0.0RC2, April 16, 2006<br>
+<p>Version 3.0.0, May 1, 2006<br>
Copyright© 2004-2006 by <a href="http://www.pradosoft.com/">PradoSoft</a><br>
All Rights Reserved.
+</p>
<p>PRADO is a component-based and event-driven framework for Web application
development in PHP 5. </p>
|