Version 1.0-beta2 ()
------------------------------------------------------------------------
+ * Modified plugin API to allow deactivating the output of plugin
+ sidebars (garvinhicking)
+
+ * Adjust the function serendipity_currentURL() to properly return
+ path components without doubling any of them (garvinhicking)
+
+ * Fix serendipity_event_mailer plugin to also work when being called
+ from posting plugins like XMLRPC, popfetcher etc. (garvinhicking)
+
+ * Make templatechooser plugin store the selected template in a cookie
+ (garvinhicking)
+
+ * Added new hook "backend_header" for plugins to emit output in the
+ header section of the admin interface. (garvinhicking)
+
* Added experimental MySQL5 "SET NAMES" support. Needs to be enabled
by setting $serendipity['dbNames'] = true somehwere (like
serendipity_config_local.inc.php) (garvinhicking)
}
</script>
+<?php
+ if (defined('IS_up2date') && IS_up2date === true) {
+ serendipity_plugin_api::hook_event('backend_header', $serendipity);
+ }
+?>
</head>
<body id="serendipity_admin_page" onload="spawn()">
<table cellspacing="0" cellpadding="0" border="0" id="serendipityAdminFrame">