diff options
| author | uwetews <uwe.tews@googlemail.com> | 2015-09-01 01:54:28 +0200 |
|---|---|---|
| committer | uwetews <uwe.tews@googlemail.com> | 2015-09-01 01:54:28 +0200 |
| commit | 620e52405b602c81bd7944ebca777fc232469a79 (patch) | |
| tree | 7383d01b14fcb9e113155972250e5fbe98b0d36a /README.md | |
| parent | 54d54e50003cc328dd2e5a7cb14a43292d0dbf3c (diff) | |
| download | smarty-620e52405b602c81bd7944ebca777fc232469a79.tar.gz smarty-620e52405b602c81bd7944ebca777fc232469a79.tar.bz2 smarty-620e52405b602c81bd7944ebca777fc232469a79.zip | |
- improvement convert template inheritance into runtime processing
- bugfix {$smarty.block.parent} did always reference the root parent block https://github.com/smarty-php/smarty/issues/68
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,8 +1,10 @@ #Smarty 3 template engine ##Distribution repository -*Read the NEW_FEATURES file for recent extensions to Smarty 3.1 functionality* - +``` +* Smarty 3.1.28 introduces run time template inheritance * +*Read the NEW_FEATURES and INHERITANCE_RELEASE_NOTES file for recent extensions to Smarty 3.1 functionality* +``` Smarty versions 3.1.11 or later are now on github and can be installed with Composer. |
