Skip to content
Permalink
Browse files Browse the repository at this point in the history
Release version 3.1.32
  • Loading branch information
Uwe Tews committed Apr 24, 2018
1 parent 216ada9 commit bcedfd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion change_log.txt
@@ -1,4 +1,4 @@
===== 3.1.32 - dev ===
===== 3.1.32 ===== (24.04.2018)
24.04.2018
- bugfix possible Security Vulnerability in Smarty_Security class.

Expand Down
10 changes: 5 additions & 5 deletions libs/Smarty.class.php
Expand Up @@ -21,13 +21,13 @@
* smarty-discussion-subscribe@googlegroups.com
*
* @link http://www.smarty.net/
* @copyright 2017 New Digital Group, Inc.
* @copyright 2017 Uwe Tews
* @copyright 2018 New Digital Group, Inc.
* @copyright 2018 Uwe Tews
* @author Monte Ohrt <monte at ohrt dot com>
* @author Uwe Tews
* @author Uwe Tews <uwe dot tews at gmail dot com>
* @author Rodney Rehm
* @package Smarty
* @version 3.1.32-dev
* @version 3.1.32
*/
/**
* set SMARTY_DIR to absolute path to Smarty library files.
Expand Down Expand Up @@ -112,7 +112,7 @@ class Smarty extends Smarty_Internal_TemplateBase
/**
* smarty version
*/
const SMARTY_VERSION = '3.1.32-dev-46';
const SMARTY_VERSION = '3.1.32';
/**
* define variable scopes
*/
Expand Down

0 comments on commit bcedfd6

Please sign in to comment.