populate NEWS with latest changes
This commit is contained in:
@@ -4,6 +4,15 @@
|
|||||||
Version 1.7 ()
|
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)
|
* Updated spamblock plugin (ophian)
|
||||||
changed wordfilter to function and Commenters moderation check verify_once
|
changed wordfilter to function and Commenters moderation check verify_once
|
||||||
to get checked via wordfilter to reject known spam comments before
|
to get checked via wordfilter to reject known spam comments before
|
||||||
|
|||||||
Reference in New Issue
Block a user