Changeset 18 for trunk

Show
Ignore:
Timestamp:
02/01/10 02:30:34 (16 years ago)
Author:
DanWilson
Message:

added in the text and zip release for the 3.1.261 release

Location:
trunk/website
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/website/coldfusion.cfm

    r8 r18  
    1818        [<a href="http://svn.model-glue.com">Source Code (SVN)</a>] 
    1919        </cfoutput> 
    20          
    2120</div> 
    2221 
     
    3231                The MG 3.1 release continues the hard hitting, high productivity nature of Model-Glue.  Get yer 'Glue on with 3.1!</p> 
    3332</div> 
     33 
     34<div class="contentSection"> 
     35        <h1><strong><cfoutput>#application.downloads.mgcoldfusion3beta.title#</cfoutput></strong> is newly available!</h1> 
     36</div><br /> 
     37<div class="sectionNavigation"> 
     38        <cfoutput> 
     39        [<a href="#application.downloads.mgcoldfusion3beta.url#">Download</a>] 
     40        [<a href="http://bugs.model-glue.com">Report Bugs</a>] 
     41        [<a href="http://svn.model-glue.com/trunk">Source Code (SVN)</a>] 
     42        </cfoutput> 
     43</div> 
     44<div class="contentSection"> 
     45        <p> 
     46                <a href="#application.downloads.mgcoldfusion3beta.url#">Model-Glue 3.1 now has a maintenance release</a>. This code will be in beta for community review, then released and made final. All code passes Unit Tests, Load Tests and Integration tests, so please take it for a test drive. 
     47        </p> 
     48</div> 
     49 
    3450<div class="contentSection"> 
    3551        <h2>[Archive] Model-Glue: <strong>"Unity" Release</strong></h2> 
  • trunk/website/include/dspHeader.cfm

    r8 r18  
    1111<cfset application.downloads.mgcoldfusion3.version = "3.1.185" /> 
    1212<cfset application.downloads.mgcoldfusion3.url = "http://www.model-glue.com/downloads/ModelGlue_3.1.185.zip" /> 
     13 
     14<cfset application.downloads.mgcoldfusion3beta = structNew() /> 
     15<cfset application.downloads.mgcoldfusion3beta.title = "Model-Glue: 3.1 Maintenance Release Beta" /> 
     16<cfset application.downloads.mgcoldfusion3beta.version = "3.1.261" /> 
     17<cfset application.downloads.mgcoldfusion3beta.url = "http://www.model-glue.com/downloads/ModelGlue_3.1.261.zip" /> 
    1318 
    1419<cfset application.downloads.mgflex = structNew() />