diff options
| -rw-r--r-- | HISTORY | 4 | ||||
| -rw-r--r-- | UPGRADE | 6 | ||||
| -rw-r--r-- | buildscripts/chmbuilder/ChmQuickstartBuilder.php | 2 | ||||
| -rw-r--r-- | buildscripts/texbuilder/quickstart/quickstart.tex | 4 | 
4 files changed, 11 insertions, 5 deletions
| @@ -68,8 +68,8 @@ NEW: TJsonService  NEW: TCacheDependency, TFileCacheDependency, TDirectoryCacheDependency (Qiang)  NEW: TGlobalStateCacheDependency, TChainedCacheDependency, TApplicationStateCacheDependency (Qiang) -Version 3.0.7 to be released  -============================ +Version 3.0.7 April 2, 2007  +===========================  BUG: Ticket#481 - Unable to cancel navigation when handling OnSideBarButtonClickEvent (Qiang)  BUG: typo in THttpResponse.writeFile() about sending headers (Qiang)  BUG: Ticket#505 - cultureInfo::getEnglishName does not return an arrary (Wei) @@ -39,6 +39,12 @@ Upgrading from v3.0.x  - Content enclosed in <!-- --> is now parsed as normal template content.
    Previously, it was not parsed and was rendered as is.
 +Upgrading from v3.0.7
 +---------------------
 +
 +Upgrading from v3.0.6
 +---------------------
 +
  Upgrading from v3.0.5
  ---------------------
  - TRepeater does not render <span> anymore for empty item template.
 diff --git a/buildscripts/chmbuilder/ChmQuickstartBuilder.php b/buildscripts/chmbuilder/ChmQuickstartBuilder.php index 1c1f8562..678310a6 100644 --- a/buildscripts/chmbuilder/ChmQuickstartBuilder.php +++ b/buildscripts/chmbuilder/ChmQuickstartBuilder.php @@ -76,7 +76,7 @@ $html = str_replace('<div id="header">  <div class="image"></div>
  </div>', '', $html);
  $html = preg_replace('/<div id="footer">.*?<\/div>/ms', '<div id="footer">
 -Copyright © 2005-2006 <a href="http://www.pradosoft.com">PradoSoft</a>.</div>', $html);
 +Copyright © 2005-2007 <a href="http://www.pradosoft.com">PradoSoft</a>.</div>', $html);
  		$html = str_replace('</head>', '<link rel="stylesheet" type="text/css" href="'.self::CSS_URL.'" /></head>', $html);
 diff --git a/buildscripts/texbuilder/quickstart/quickstart.tex b/buildscripts/texbuilder/quickstart/quickstart.tex index 7008db92..2339028f 100644 --- a/buildscripts/texbuilder/quickstart/quickstart.tex +++ b/buildscripts/texbuilder/quickstart/quickstart.tex @@ -52,8 +52,8 @@  %----------------- TITLE --------------
 -\title{\Huge \bfseries PRADO v3.1 Quickstart Tutorial
 -    \thanks{Copyright 2005-2006. All Rights Reserved.}
 +\title{\Huge \bfseries PRADO v3.1 Beta Quickstart Tutorial
 +    \thanks{Copyright 2005-2007. All Rights Reserved.}
  }
  \author{Qiang Xue and Wei Zhuo}
  \date{\today}
 | 
