-
Standalone templates compiled by older LightnCandy can be executed safe when you upgrade to any new version of LightnCandy.
-
Recompile your none standalone templates when you upgrade LightnCandy.
- Option FLAG_MUSTACHESEC removed, no need to use this flag anymore.
- The interface of custom helpers was changed from v0.13 . if you use this feature you may need to modify your custom helper functions.
- Due to big change of render() debugging, the rendering support class
LCRun2is renamed toLCRun3. If you compile templates as none standalone PHP code by LightnCandy v0.11 or before, you should compile these templates again. Or, you may run intoClass 'LCRun2' not founderror when you execute these old rendering functions.
- Due to big change of variable name handling, the rendering support class
LCRunis renamed toLCRun2. If you compile templates as none standalone PHP code by LightnCandy v0.9 or before, you should compile these templates again. Or, you may run intoClass 'LCRun' not founderror when you execute these old rendering functions.