Version 0.9 ()
------------------------------------------------------------------------
+ * TEMPLATES: Added plugin hooks "entries_header" and "entries_footer"
+ to the files entries_archives.tpl and entries_summary.tpl:
+ {serendipity_hookPlugin hook="entries_header"}
+ <div class='serendipity_entryFooter' style="text-align: center">
+ {serendipity_hookPlugin hook="entries_footer"}
+ </div>
+ (wesley)
+
* "Edit entries" panel can now delete entries and returns to the
originating panel. Also it now utilizes Cookies (via JS) to remember
the last used settings (sortorder, filters) (garvinhicking)