From 00f07690e7f6e92aa34a5f5f22aca4a2565c2a73 Mon Sep 17 00:00:00 2001 From: uwetews Date: Wed, 10 Feb 2016 21:32:52 +0100 Subject: [PATCH] update of the inheritance release notes --- INHERITANCE_RELEASE_NOTES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INHERITANCE_RELEASE_NOTES.txt b/INHERITANCE_RELEASE_NOTES.txt index 8b2c64a1..03044dea 100644 --- a/INHERITANCE_RELEASE_NOTES.txt +++ b/INHERITANCE_RELEASE_NOTES.txt @@ -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