Smarty v3.1.14 Release Notes

  • 27.06.2013

    • ๐Ÿ›  bugfix removed PHP 5.5 deprecated preg_replace /e option in modifier capitalize (forum topic 24389)

    17.06.2013

    • ๐Ÿ›  fixed spelling in sources and documentation (from smarty-developers forum Veres Lajos)
    • โœจ enhancement added constant SMARTY::CLEAR_EXPIRED for the change of 26.05.2013 (forum topic 24310)
    • ๐Ÿ›  bugfix added smarty_security.php to composer.json (Issue 135)

    26.05.2013

    • โœจ enhancement an expire_time of -1 in clearCache() and clearAllCache() will delete outdated cache files by their individual cache_lifetime used at creation (forum topic 24310)

    21.05.2013

    • ๐Ÿ›  bugfix modifier strip_tags:true was compiled into wrong code (Forum Topic 24287)
    • ๐Ÿ›  bugfix /n after ?> in Smarty.class.php did start output buffering (Issue 138)

    25.04.2013

    • ๐Ÿ›  bugfix escape and wordrap modifier could be compiled into wrong code when used in {nocache}{/nocache} section but caching is disabled (Forum Topic 24260)

    05.04.2013

    • ๐Ÿ›  bugfix post filter must not run when compiling inheritance child blocks (Forum Topic 24094)
    • ๐Ÿ›  bugfix after the fix for Issue #130 compiler exceptions got double escaped (Forum Topic 24199)

    28.02.2013

    • bugfix nocache blocks could be lost when using CACHING_LIFETIME_SAVED (Issue #133)
    • ๐Ÿ›  bugfix Compile ID gets nulled when compiling child blocks (Issue #134)

    24.01.2013

    • bugfix wrong tag type in smarty_internal_templatecompilerbase.php could cause wrong plugin search order (Forum Topic 24028)