summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitattributes2
-rw-r--r--HISTORY4
-rw-r--r--docs/conceptual-structure.vsdbin201728 -> 0 bytes
-rw-r--r--docs/request-sequence.vsdbin184832 -> 0 bytes
-rw-r--r--framework/PradoBase.php2
-rw-r--r--index.html3
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
diff --git a/HISTORY b/HISTORY
index 2f7f0ed0..bf5dfc2d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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
deleted file mode 100644
index 4418b646..00000000
--- a/docs/conceptual-structure.vsd
+++ /dev/null
Binary files differ
diff --git a/docs/request-sequence.vsd b/docs/request-sequence.vsd
deleted file mode 100644
index 579366cb..00000000
--- a/docs/request-sequence.vsd
+++ /dev/null
Binary files differ
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';
}
/**
diff --git a/index.html b/index.html
index 38e48306..a215bdef 100644
--- a/index.html
+++ b/index.html
@@ -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&copy; 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>