Smarty now has a built in debugging console, and security features for
third party template editing, and many numerous fixes and enhancements.
Let me know if there are any problems.

Monte




http://www.phpinsider.com/php/code/Smarty/

Version 1.4.3
-------------
    - added regex_replace modifier, documented. (Monte)
    - added debugging console feature and custom function
assign_debug_info, documented. (Monte)
    - added 'scope' attribute for {config_load}, 'global' is now
deprecated but
      is still supported. (Andrei)
    - reduced template symbol table pollution by moving config array
into the class itself. (Andrei)
    - fixed a bug with passing quoted arguments to modifiers inside {if}
statements. (Andrei, Sam Beckwith)
    - added security features for third party template editing,
documented (Monte)
    - added assign custom function, documented. (Monte)
    - fixed bug with template header using version instead of _version.
(Monte)
    - fixed a problem with putting $ followed by numbers inside {strip}
and {/strip} tags. (Andrei)
    - fixed Config_File class to allow empty config paths (defaults to
current directory). (Andrei)

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to