1
0

patch by onli to support plugin channel data

This commit is contained in:
Garvin Hicking
2010-01-21 09:20:41 +00:00
parent 757c557b6b
commit 55e85b5f41
5 changed files with 9 additions and 0 deletions

View File

@ -3,6 +3,10 @@
Version 1.6 ()
------------------------------------------------------------------------
* Add new template variable to feed*.tpl files to support new
plugins like pubsubhubbub, so that plugins can embed data to the
main XML element (onli)
* To support custom PHP sessions, s9y will only issue session_start,
if no session exists yet (garvinhicking)