Changes between Version 1 and Version 2 of UpgradingModelGlue/UpgradingFromModelGlue2

Show
Ignore:
Timestamp:
08/11/09 17:35:51 (17 years ago)
Author:
Dan Wilson (IP: 208.64.157.108)
Comment:

Added note about ColdSpring? requirement

Legend:

Unmodified
Added
Removed
Modified
  • UpgradingModelGlue/UpgradingFromModelGlue2

    v1 v2  
    66 
    771 ColdFusion 9 introduced the '''trace()''' method. This conflicts with the MG trace method on EventContext.cfc. You will need to update your codebase and change all instances of '''trace()''' to '''addTraceStatement()''' 
     8 
     92 Model-Glue 3 requires at least version 1.2 of the ColdSpring Framework (http://www.coldspringframework.org/).