From af45a6c191ea1c27681d0ba648486f13e016b60a Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Thu, 9 Jul 2009 21:12:35 -0400 Subject: [PATCH] Release Phorum module 4.0.0. Signed-off-by: Edward Z. Yang --- plugins/phorum/Changelog | 3 ++- plugins/phorum/INSTALL | 5 +++++ plugins/phorum/htmlpurifier.php | 2 +- plugins/phorum/info.txt | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/plugins/phorum/Changelog b/plugins/phorum/Changelog index 139653fc..9f939e54 100644 --- a/plugins/phorum/Changelog +++ b/plugins/phorum/Changelog @@ -9,7 +9,8 @@ Changelog HTMLPurifier : Phorum Mod . Internal change ========================== -Version 3.0.0.1 for Phorum 5.2, unknown release date +Version 4.0.0 for Phorum 5.2, released July 9, 2009 +# Works only with HTML Purifier 4.0.0 ! Better installation documentation - Fixed double encoded quotes - Fixed fatal error when migrate.php is blank diff --git a/plugins/phorum/INSTALL b/plugins/phorum/INSTALL index f73d2f21..23c76fc5 100644 --- a/plugins/phorum/INSTALL +++ b/plugins/phorum/INSTALL @@ -2,6 +2,11 @@ Install How to install the Phorum HTML Purifier plugin +0. PREREQUISITES +---------------- +This Phorum module only works on PHP5 and with HTML Purifier 4.0.0 +or later. + 1. UNZIP -------- Unzip phorum-htmlpurifier-x.y.z, producing an htmlpurifier folder. diff --git a/plugins/phorum/htmlpurifier.php b/plugins/phorum/htmlpurifier.php index 8c50f5b0..6f74fc8c 100644 --- a/plugins/phorum/htmlpurifier.php +++ b/plugins/phorum/htmlpurifier.php @@ -17,7 +17,7 @@ * administrators who need to edit other people's comments may be at * risk for some nasty attacks. * - * Tested with Phorum 5.2.6. + * Tested with Phorum 5.2.11. */ // Note: Cache data is base64 encoded because Phorum insists on flinging diff --git a/plugins/phorum/info.txt b/plugins/phorum/info.txt index 3d4acd43..72346549 100644 --- a/plugins/phorum/info.txt +++ b/plugins/phorum/info.txt @@ -2,7 +2,7 @@ title: HTML Purifier Phorum Mod desc: This module enables standards-compliant HTML filtering on Phorum. Please check migrate.bbcode.php before enabling this mod. author: Edward Z. Yang url: http://htmlpurifier.org/ -version: 3.0.0 +version: 4.0.0 hook: format|phorum_htmlpurifier_format hook: quote|phorum_htmlpurifier_quote -- 2.11.4.GIT