Changeset 42

Show
Ignore:
Timestamp:
05/11/11 18:34:44 (15 years ago)
Author:
DanWilson
Message:

Updating the Site for the 3.2 R1 release.

Location:
trunk
Files:
2 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/website/coldfusion.cfm

    r37 r42  
    2323<div class="contentSection"> 
    2424        <p> 
    25                 <cfoutput><a href="#application.downloads.mgcoldfusion3beta.url#">Model-Glue 3.2 now has an Alpha 2 release</a>. This code will be in alpha for early adopter/bleeding edge review, then released as a beta after the alpha period ends. All code passes Unit Tests, Load Tests and Integration tests, so please take it for a test drive.</cfoutput> 
     25                <cfoutput><a href="#application.downloads.mgcoldfusion3beta.url#">Model-Glue 3.2 now has a Release Candidate 1</a>. This code has been used in production environments for a number of months and is close to the final release. All code passes Unit Tests, Load Tests and Integration tests, so please take it for a test drive.</cfoutput> 
    2626        </p> 
    2727</div> 
  • trunk/website/include/dspHeader.cfm

    r34 r42  
    1313 
    1414<cfset application.downloads.mgcoldfusion3beta = structNew() /> 
    15 <cfset application.downloads.mgcoldfusion3beta.title = "Model-Glue: 3.2 Alpha 2" /> 
    16 <cfset application.downloads.mgcoldfusion3beta.version = "3.2.750.403" /> 
    17 <cfset application.downloads.mgcoldfusion3beta.url = "http://www.model-glue.com/downloads/modelglue_3.2.750.403.zip" /> 
     15<cfset application.downloads.mgcoldfusion3beta.title = "Model-Glue: 3.2 RC 1" /> 
     16<cfset application.downloads.mgcoldfusion3beta.version = "3.2.439" /> 
     17<cfset application.downloads.mgcoldfusion3beta.url = "http://www.model-glue.com/downloads/modelglue_3.2.439_RC1.zip" /> 
    1818 
    1919<cfset application.downloads.mgflex = structNew() />