Announcement: Smarty template engine 1.3.1 released

[email protected] (Monte Ohrt) Wed, 07 Mar 2001 19:46:02 -0600
Newsgroups php.general,php.template
Message-ID <[email protected]>
Homepage:
http://www.phpinsider.com/php/code/Smarty/

ChangeLog for 1.3.1:
    - document first, last, index_prev, index_next (Monte)
    - added 'first' and 'last' section properties. (Andrei)
    - split out compiling code to separate class for faster template
execution
      time (Monte)
    - fixed a couple of minor PHP warnings (Monte)
    - added and documented unregister_modifier() and
unregister_function() API
      calls. (Monte)
    - added and documented 'fetch' and 'math' functions. (Monte)
    - added ability to index looped variables by section properties,
e.g.
      $foo.index_prev/bar. (Andrei)
    - added index_prev and index_next section properties. (Andrei)
    - fixed issue with php executing in literal blocks. (Monte)