mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 19:04:27 +02:00
Prepare 3.1.33 release
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
===== 3.1.33-dev-12 =====
|
===== 3.1.33 release ===== 12.09.2018
|
||||||
|
===== 3.1.33-dev-12 =====
|
||||||
03.09.2018
|
03.09.2018
|
||||||
- bugfix {foreach} using new style property access like {$item@property} on
|
- bugfix {foreach} using new style property access like {$item@property} on
|
||||||
Smarty 2 style named foreach loop could produce errors https://github.com/smarty-php/smarty/issues/484
|
Smarty 2 style named foreach loop could produce errors https://github.com/smarty-php/smarty/issues/484
|
||||||
@@ -37,6 +38,7 @@
|
|||||||
|
|
||||||
26.04.2018
|
26.04.2018
|
||||||
- bugfix regarding Security Vulnerability did not solve the problem under Linux.
|
- bugfix regarding Security Vulnerability did not solve the problem under Linux.
|
||||||
|
Security issue CVE-2018-16831
|
||||||
|
|
||||||
===== 3.1.32 ===== (24.04.2018)
|
===== 3.1.32 ===== (24.04.2018)
|
||||||
24.04.2018
|
24.04.2018
|
||||||
|
@@ -27,7 +27,7 @@
|
|||||||
* @author Uwe Tews <uwe dot tews at gmail dot com>
|
* @author Uwe Tews <uwe dot tews at gmail dot com>
|
||||||
* @author Rodney Rehm
|
* @author Rodney Rehm
|
||||||
* @package Smarty
|
* @package Smarty
|
||||||
* @version 3.1.33-dev
|
* @version 3.1.33
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* set SMARTY_DIR to absolute path to Smarty library files.
|
* set SMARTY_DIR to absolute path to Smarty library files.
|
||||||
@@ -112,7 +112,7 @@ class Smarty extends Smarty_Internal_TemplateBase
|
|||||||
/**
|
/**
|
||||||
* smarty version
|
* smarty version
|
||||||
*/
|
*/
|
||||||
const SMARTY_VERSION = '3.1.33-dev-12';
|
const SMARTY_VERSION = '3.1.33';
|
||||||
/**
|
/**
|
||||||
* define variable scopes
|
* define variable scopes
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user