1
0

Use str_replace for matching searchwords, thanks to Dietrich Raisin

This commit is contained in:
Garvin Hicking
2007-09-28 07:46:34 +00:00
parent e8a2d18a11
commit e9545daaf9
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,10 @@
Version 1.3 ()
------------------------------------------------------------------------
* Highlighting searched words in entries now uses str_replace instead
of slower and possibly insecure preg_replace(). Thanks to
Dietrich Raisin!
* New plugin API method "parseTemplate($filename)" to allow a
sidebar- or event-plugin to fetch+display a smarty template.
(garvinhicking)