Prepare 3.1.33 release

This commit is contained in:
uwetews
2018-09-12 22:54:16 +02:00
parent 2d1905cd88
commit dd55b23121
2 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
===== 3.1.33-dev-12 =====
===== 3.1.33 release ===== 12.09.2018
===== 3.1.33-dev-12 =====
03.09.2018
- 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
@@ -37,6 +38,7 @@
26.04.2018
- bugfix regarding Security Vulnerability did not solve the problem under Linux.
Security issue CVE-2018-16831
===== 3.1.32 ===== (24.04.2018)
24.04.2018

View File

@@ -27,7 +27,7 @@
* @author Uwe Tews <uwe dot tews at gmail dot com>
* @author Rodney Rehm
* @package Smarty
* @version 3.1.33-dev
* @version 3.1.33
*/
/**
* set SMARTY_DIR to absolute path to Smarty library files.
@@ -112,7 +112,7 @@ class Smarty extends Smarty_Internal_TemplateBase
/**
* smarty version
*/
const SMARTY_VERSION = '3.1.33-dev-12';
const SMARTY_VERSION = '3.1.33';
/**
* define variable scopes
*/