From 12a895324664898165a971134f1afa59fbbf50e4 Mon Sep 17 00:00:00 2001 From: "monte.ohrt" Date: Fri, 16 Sep 2011 15:16:22 +0000 Subject: [PATCH] commit 3.1 files to trunk --- README | 4 ++++ change_log.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index f782f00d..c7215ab1 100644 --- a/README +++ b/README @@ -5,6 +5,10 @@ Author: Uwe Tews AN INTRODUCTION TO SMARTY 3 +NOTICE FOR 3.1 release: + +Please see the SMARTY_3.1_NOTES.txt file that comes with the distribution. + NOTICE for 3.0.5 release: Smarty now follows the PHP error_reporting level by default. If PHP does not mask E_NOTICE and you try to access an unset template variable, you will now get an E_NOTICE warning. To revert to the old behavior: diff --git a/change_log.txt b/change_log.txt index 2864cb06..b58479f3 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,4 +1,4 @@ -===== Smarty 3.1-DEV ===== +===== Smarty 3.1 ===== 15/09/2011 - optimization of {foreach}; call internal _count() method only when "total" or "last" {foreach} properties are used