diff --git a/CREDITS b/CREDITS index d0f4f969..e644203e 100644 --- a/CREDITS +++ b/CREDITS @@ -3,7 +3,7 @@ Monte Ohrt : concept" implementation, and maintains documentation & code base. Andrei Zmievski : - Rewrote parser from scratch, developed plugin architecture, and maintains + Rewrote parser from scratch, developed plugin architecture, and maintains code base. Anne Holz : diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 1535d41a..6b450c2c 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -2,11 +2,11 @@ --- This release is a huge milestone for Smarty. Most notable new things are a -plugin architecture, PEAR dependancies removed and optimizations that -drastically improved the performance of Smarty in most cases. +plugin architecture, removal of PEAR dependency, and optimizations that +drastically improve the performance of Smarty in most cases. The plugin architecture allows modifiers, custom functions, compiler functions, -prefilters, postfilters, resources an insert functions all to be added by +prefilters, postfilters, resources, and insert functions to be added by simply dropping a file into the plugins directory. Once dropped in, they are automatically registered by the template engine. This makes user-contributed plugins easy to manage, as well as the internal workings of Smarty easy to @@ -30,6 +30,7 @@ cached template page has not changed since the last request, a "304 Not Modified" header will be sent instead of resending the same page. This is disabled by default, change the setting of $cache_modified_check. + 1.5.2 ----- diff --git a/TODO b/TODO index d4b75fc7..9e1ed625 100644 --- a/TODO +++ b/TODO @@ -8,5 +8,4 @@ * ability to concatenate values/strings together * fix all E_NOTICE warnings * make simple math easier -* 'eval' modifier * caching all but parts of the template