From 0a1cb871515e272544119479e2e9ed41b99f2902 Mon Sep 17 00:00:00 2001 From: Ian Date: Tue, 16 Jun 2015 12:37:08 +0200 Subject: [PATCH] prep for downgrade of Smarty update --- docs/NEWS | 4 ++++ include/functions_upgrader.inc.php | 2 ++ 2 files changed, 6 insertions(+) diff --git a/docs/NEWS b/docs/NEWS index 30d52109..c6b746ea 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -58,6 +58,10 @@ Version 2.1 () Version 2.0.2 () ------------------------------------------------------------------------ + * Smarty bugfix upgrades to 3.1.25 - please read the changelog + Compilation time was vastly improved + New Features in NEW_FEATURES.txt + * It is now possible to switch to a theme's admin theme if it has been selected as a frontend theme first diff --git a/include/functions_upgrader.inc.php b/include/functions_upgrader.inc.php index bf403c10..e336645e 100644 --- a/include/functions_upgrader.inc.php +++ b/include/functions_upgrader.inc.php @@ -182,6 +182,8 @@ $dead_files_rest = array( $dead_dirs_rest = array( $serendipity['serendipityPath'] . 'htmlarea/plugins/ImageManage', $serendipity['serendipityPath'] . 'htmlarea/plugins', + $serendipity['serendipityPath'] . 'bundled-libs/Smarty/libs/sysplugins/smarty_config_source.php', + $serendipity['serendipityPath'] . 'bundled-libs/Smarty/libs/sysplugins/smarty_internal_config.php', $serendipity['serendipityPath'] . 'bundled-libs/YahooUI/treeview', $serendipity['serendipityPath'] . 'bundled-libs/YahooUI' );