1
0

populate NEWS with latest changes

This commit is contained in:
Ian
2011-12-04 18:34:25 +01:00
parent 4138bab0e8
commit b5cefbedda

View File

@ -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