-
Steve Ryan authoredSteve Ryan authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
UPGRADE.md 1.19 KiB
Upgrade Notice
-
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.
CURRENT MASTER
- Option FLAG_MUSTACHESEC removed, no need to use this flag anymore.
Version v0.13
- The interface of custom helpers was changed from v0.13 . if you use this feature you may need to modify your custom helper functions.
Version v0.11
- Due to big change of render() debugging, the rendering support class
LCRun2
is 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 found
error when you execute these old rendering functions.
Version v0.9
- Due to big change of variable name handling, the rendering support class
LCRun
is 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 found
error when you execute these old rendering functions.