update of the inheritance release notes

This commit is contained in:
uwetews
2016-02-10 21:32:52 +01:00
parent 9c37394ccb
commit 00f07690e7

View File

@@ -32,6 +32,10 @@ Any code outside root {block} tags in child templates is now executed but any ou
{/block}
Starting with 3.1.28 you can mix inheritance by extends resuorce with the {extends} tag.
A template called by extends resoure can extend a subtemple or chain buy the {extends} tag.
NOTE There is a BC break. If you used the extends resource {extends} tags have been ignored.
THE FOLLOWING RESTRICTIONS ARE NO LONGER EXISTING:
In Smarty 3.1 template inheritance is a compile time process. All the extending of {block} tags