summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2015-09-01 01:54:28 +0200
committeruwetews <uwe.tews@googlemail.com>2015-09-01 01:54:28 +0200
commit620e52405b602c81bd7944ebca777fc232469a79 (patch)
tree7383d01b14fcb9e113155972250e5fbe98b0d36a /README.md
parent54d54e50003cc328dd2e5a7cb14a43292d0dbf3c (diff)
downloadsmarty-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.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index f5f93fa9..fd625d4d 100644
--- a/README.md
+++ b/README.md
@@ -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.