]> git.mjollnir.org Git - s9y.git/commitdiff
Updated NEWS file to reflect the backports (Korean support, new hooks)
authorwesley <wesley>
Fri, 29 Jul 2005 02:45:54 +0000 (02:45 +0000)
committerwesley <wesley>
Fri, 29 Jul 2005 02:45:54 +0000 (02:45 +0000)
docs/NEWS

index 3af3f520e053b8235365ba4fc50a457e189fb456..4ef0d38c34609e8eb8391792b0a5c0ffbc079a31 100644 (file)
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -35,6 +35,25 @@ Version 0.8.3 ()
    * Fixed possible XSS in comment input validation, thanks to 
      Ilia  Alshanetsky
 
+   * Full Korean language support available! Translations done for:
+      - main language file
+      - all core plugins
+      - Kubrick template
+     (wesley)
+
+   * TEMPLATES: New core hook "frontend_footer" is introduced and is 
+     added to index.tpl:
+      {serendipity_hookPlugin hook="frontend_footer"}
+     (wesley)
+
+   * 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)
+
 Version 0.8.2 (June 29th, 2005)
 ------------------------------------------------------------------------