From 2cdba79a7443c11d0f1b3bf1b423cb5a1f3d0b78 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Thu, 18 Jun 2015 02:08:42 +0200 Subject: [PATCH] Release 3.1.26 --- change_log.txt | 4 ++-- libs/Smarty.class.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/change_log.txt b/change_log.txt index 412b9480d..a74e95e48 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,7 +1,7 @@ - ===== 3.1.26-dev===== (xx.xx.2015) + ===== 3.1.26===== (18.06.2015) 18.06.2015 - bugfix file path normalization failed on path containing something like "/.foo/" https://github.com/smarty-php/smarty/issues/56 - + 17.06.2015 - bugfix calling a plugin with nocache option but no other attributes like {foo nocache} caused call to undefined function https://github.com/smarty-php/smarty/issues/55 diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 02ab10fba..1a450217f 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -27,7 +27,7 @@ * @author Uwe Tews * @author Rodney Rehm * @package Smarty - * @version 3.1.26-dev + * @version 3.1.26 */ /** @@ -111,7 +111,7 @@ class Smarty extends Smarty_Internal_TemplateBase /** * smarty version */ - const SMARTY_VERSION = '3.1.26-dev/2'; + const SMARTY_VERSION = '3.1.26'; /** * define variable scopes