1
0

Add new hooks

This commit is contained in:
Garvin Hicking
2006-10-04 08:16:42 +00:00
parent 8acffb2eaa
commit a8562c5783
2 changed files with 11 additions and 1 deletions

View File

@ -3,9 +3,15 @@
Version 1.1-beta4 ()
------------------------------------------------------------------------
* Added new plugin hooks:
backend_templates_configuration_top
backend_templates_configuration_bottom
backend_templates_configuration_none
for the theme configuration (garvinhicking)
* Allow to set $serendipity['CacheControl'] to make serendipity emit
Cache-Control: HTTP headers. Thanks to annonymous from the forums!
* Use seperate PHP session ID when using HTTPS login. Set 'secure'
cookie parameters when using HTTPS. Thanks to lynoure!