X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Fsmarty%2FRELEASE_NOTES;h=2cc9896bbf41856856353ff18ae3396fcfe65d9b;hb=9b7c11be09e7a553b26667f673c6315209ddc210;hp=627100f6a6ca5c9da6c0fa30f84382e426ae6f0f;hpb=95a6ccc277bc41d750ced09fe5a1a779bde342c7;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/smarty/RELEASE_NOTES b/wwwroot/smarty/RELEASE_NOTES index 627100f..2cc9896 100644 --- a/wwwroot/smarty/RELEASE_NOTES +++ b/wwwroot/smarty/RELEASE_NOTES @@ -58,7 +58,7 @@ extracted to PHP namespace, saving an extract call for every template. There is now support for applying modifiers to static values and functions. You can now access constants with $smarty.const.VAR. See the NEWS file for complete changes. - + 2.3.1 ----- @@ -135,7 +135,7 @@ through a list (or array) of values. This release has quite a few new features and fixes. Most notable are the introduction of block functions, so you can write plugins that work on a block of text with {func}{/func} notation. Also output filters were added, so you can -apply a function against the output of your templates. This differs from the +apply a function against the output of your templates. This differs from the postfilter function, which works on the compiled template at compile time, and output filters work on the template output at runtime.