From 31f6afd16ea8048f1342d13bf97cefa34ba896d0 Mon Sep 17 00:00:00 2001 From: uwetews Date: Wed, 13 Jul 2016 00:26:17 +0200 Subject: [PATCH] - update testInstall() https://github.com/smarty-php/smarty/issues/248https://github.com/smarty-php/smarty/issues/248 --- change_log.txt | 3 ++- libs/Smarty.class.php | 2 +- libs/sysplugins/smarty_internal_testinstall.php | 7 ------- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/change_log.txt b/change_log.txt index e8a59315..1ca9a5f6 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,7 +1,8 @@  ===== 3.1.30-dev ===== (xx.xx.xx) 13.07.2016 - bugfix PHP 7 compatibility on registered compiler plugins https://github.com/smarty-php/smarty/issues/241 - + - update testInstall() https://github.com/smarty-php/smarty/issues/248https://github.com/smarty-php/smarty/issues/248 + 12.07.2016 - bugfix {foreach} item variable must be created also on empty from array https://github.com/smarty-php/smarty/issues/238 and https://github.com/smarty-php/smarty/issues/239 - bugfix enableSecurity() must init cache flags https://github.com/smarty-php/smarty/issues/247 diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 7ad0e4b2..4b2f3855 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -121,7 +121,7 @@ class Smarty extends Smarty_Internal_TemplateBase /** * smarty version */ - const SMARTY_VERSION = '3.1.30-dev/75'; + const SMARTY_VERSION = '3.1.30-dev/76'; /** * define variable scopes diff --git a/libs/sysplugins/smarty_internal_testinstall.php b/libs/sysplugins/smarty_internal_testinstall.php index 926847b5..ca2b9547 100644 --- a/libs/sysplugins/smarty_internal_testinstall.php +++ b/libs/sysplugins/smarty_internal_testinstall.php @@ -387,21 +387,15 @@ class Smarty_Internal_TestInstall 'smarty_internal_compile_make_nocache.php' => true, 'smarty_internal_compile_nocache.php' => true, 'smarty_internal_compile_private_block_plugin.php' => true, - 'smarty_internal_compile_private_compiler_plugin.php' => true, 'smarty_internal_compile_private_foreachsection.php' => true, 'smarty_internal_compile_private_function_plugin.php' => true, 'smarty_internal_compile_private_modifier.php' => true, - 'smarty_internal_compile_private_modifiercompiler_plugin.php' => true, - 'smarty_internal_compile_private_modifier_plugin.php' => true, - 'smarty_internal_compile_private_object.php' => true, 'smarty_internal_compile_private_object_block_function.php' => true, 'smarty_internal_compile_private_object_function.php' => true, 'smarty_internal_compile_private_php.php' => true, 'smarty_internal_compile_private_print_expression.php' => true, 'smarty_internal_compile_private_registered_block.php' => true, - 'smarty_internal_compile_private_registered_compiler.php' => true, 'smarty_internal_compile_private_registered_function.php' => true, - 'smarty_internal_compile_private_registered_modifier.php' => true, 'smarty_internal_compile_private_special_variable.php' => true, 'smarty_internal_compile_rdelim.php' => true, 'smarty_internal_compile_section.php' => true, @@ -475,7 +469,6 @@ class Smarty_Internal_TestInstall 'smarty_internal_resource_registered.php' => true, 'smarty_internal_resource_stream.php' => true, 'smarty_internal_resource_string.php' => true, - 'smarty_internal_runtime_assignindexed.php' => true, 'smarty_internal_runtime_cachemodify.php' => true, 'smarty_internal_runtime_capture.php' => true, 'smarty_internal_runtime_codeframe.php' => true,