1
0

* Fix SQLite substring search to use % instead of * for secondary

matches (SvOlli)
This commit is contained in:
Garvin Hicking
2010-03-10 12:37:19 +00:00
parent 3a2694461e
commit a39785766c
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,9 @@
Version 1.6 ()
------------------------------------------------------------------------
* Fix SQLite substring search to use % instead of * for secondary
matches (SvOlli)
* Recent entries plugin can now fetch the associated categoryid,
when a single entry is displayed. (Garvinhicking)