From f3527efd018da03528bd754c654d70506c8b5491 Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 17 Apr 2006 01:58:53 +0000 Subject: A few changes for 3.0.0. --- .gitattributes | 2 -- HISTORY | 4 ++++ docs/conceptual-structure.vsd | Bin 201728 -> 0 bytes docs/request-sequence.vsd | Bin 184832 -> 0 bytes framework/PradoBase.php | 2 +- index.html | 3 ++- 6 files changed, 7 insertions(+), 4 deletions(-) delete mode 100644 docs/conceptual-structure.vsd delete mode 100644 docs/request-sequence.vsd 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 Binary files a/docs/conceptual-structure.vsd and /dev/null differ diff --git a/docs/request-sequence.vsd b/docs/request-sequence.vsd deleted file mode 100644 index 579366cb..00000000 Binary files a/docs/request-sequence.vsd and /dev/null 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 @@

PRADO Framework for PHP 5

-

Version 3.0.0RC2, April 16, 2006
+

Version 3.0.0, May 1, 2006
Copyright© 2004-2006 by PradoSoft
All Rights Reserved. +

PRADO is a component-based and event-driven framework for Web application development in PHP 5.

-- cgit v1.2.3