mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 02:14:26 +02:00
- bugfix chained modifier failed when last modifier parameter is a signed value
https://github.com/smarty-php/smarty/issues/327
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
===== 3.1.32 - dev ===
|
||||
26.8.2017
|
||||
- bugfix chained modifier failed when last modifier parameter is a signed value
|
||||
https://github.com/smarty-php/smarty/issues/327
|
||||
|
||||
09.8.2017
|
||||
- improvement repeated delimiter like {{ and }} will be treated as literal
|
||||
https://groups.google.com/forum/#!topic/smarty-developers/h9r82Bx4KZw
|
||||
|
@@ -211,6 +211,7 @@ class Smarty_Internal_Templateparser
|
||||
|
||||
%left VERT.
|
||||
%left COLON.
|
||||
%left UNIMATH.
|
||||
|
||||
//
|
||||
// complete template
|
||||
|
@@ -108,7 +108,7 @@ class Smarty extends Smarty_Internal_TemplateBase
|
||||
/**
|
||||
* smarty version
|
||||
*/
|
||||
const SMARTY_VERSION = '3.1.32-dev-19';
|
||||
const SMARTY_VERSION = '3.1.32-dev-20';
|
||||
|
||||
/**
|
||||
* define variable scopes
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user