diff options
Diffstat (limited to 'vendor/zordius/lightncandy/UPGRADE.md')
-rw-r--r-- | vendor/zordius/lightncandy/UPGRADE.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vendor/zordius/lightncandy/UPGRADE.md b/vendor/zordius/lightncandy/UPGRADE.md new file mode 100644 index 00000000..01f4c15b --- /dev/null +++ b/vendor/zordius/lightncandy/UPGRADE.md @@ -0,0 +1,18 @@ +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. + +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 to `LCRun3`. 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 into `Class '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 to `LCRun2`. 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 into `Class 'LCRun' not found` error when you execute these old rendering functions. |