From 8a4467a33ccf1942bef3cdcd89a6716a3bd2e9db Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Tue, 23 Jul 2013 10:04:05 +0200 Subject: [PATCH] also available on 1.7 --- docs/NEWS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/NEWS b/docs/NEWS index 048bcc6d..b1d1c7a8 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -3,8 +3,6 @@ Version 2.0 () ------------------------------------------------------------------------ - * Added new event hooks "backend_plugins_install", "backend_plugins_update" - and "backend_templates_install". * Implemented patch https://github.com/s9y/Serendipity/pull/15 @@ -20,6 +18,9 @@ Version 2.0 () Version 1.7.1 () ------------------------------------------------------------------------ + * Added new event hooks "backend_plugins_install", "backend_plugins_update" + and "backend_templates_install". + * Serendipity will switch to mysqli if PHP >= 5.5 is used (mysql is deprecated)