From a21f59663c7a94a7e85d69f364b152155d7974e0 Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Wed, 17 Feb 2021 22:57:50 +0100 Subject: [PATCH] version bump --- CHANGELOG.md | 2 ++ libs/Smarty.class.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e05d636f6..e3bb93a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.1.39] - 2021-02-17 + ### Security - Prevent access to `$smarty.template_object` in sandbox mode - Fixed code injection vulnerability by using illegal function names in `{function name='blah'}{/function}` diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 6564be6d2..375bab133 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -111,7 +111,7 @@ class Smarty extends Smarty_Internal_TemplateBase /** * smarty version */ - const SMARTY_VERSION = '3.1.38'; + const SMARTY_VERSION = '3.1.39'; /** * define variable scopes */