summaryrefslogtreecommitdiff
path: root/vendor/zordius/lightncandy/UPGRADE.md
blob: 680137be0e22a398849ed5fc5bdcb11b7ab02988 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 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.