From b5cefbedda4b6938954151c90bda1d0e070937b9 Mon Sep 17 00:00:00 2001 From: Ian Date: Sun, 4 Dec 2011 18:34:25 +0100 Subject: [PATCH] populate NEWS with latest changes --- docs/NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/NEWS b/docs/NEWS index f90a9803..8679f885 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -4,6 +4,15 @@ Version 1.7 () ------------------------------------------------------------------------ + * Set the smarty object by instance (ophian) + It is often needed to access the Smarty object from anywhere in your code, e.g. plugins + We now ensure that there is one and only one instance of the object available. + To obtain an instance of this class: $serendipity['smarty'] = Serendipity_Smarty::getInstance(); + The first time this is called a new instance will be created. Thereafter, the same instance is handed back. + + * Set an global errorToExceptionHandler (ophian) + changed some old smarty trigger_errors to native function + * Updated spamblock plugin (ophian) changed wordfilter to function and Commenters moderation check verify_once to get checked via wordfilter to reject known spam comments before