Release Phorum module 4.0.0.
[htmlpurifier.git] / plugins / phorum / info.txt
blob7234654901e7acead32effce677fcf1bcde432d7
1 title:   HTML Purifier Phorum Mod
2 desc:    This module enables standards-compliant HTML filtering on Phorum. Please check migrate.bbcode.php before enabling this mod.
3 author:  Edward Z. Yang
4 url:     http://htmlpurifier.org/
5 version: 4.0.0
7 hook:  format|phorum_htmlpurifier_format
8 hook:  quote|phorum_htmlpurifier_quote
9 hook:  posting_custom_action|phorum_htmlpurifier_posting
10 hook:  common|phorum_htmlpurifier_common
11 hook:  before_editor|phorum_htmlpurifier_before_editor
12 hook:  tpl_editor_after_subject|phorum_htmlpurifier_editor_after_subject
14 # This module is meant to be a drop-in for bbcode, so make it run last.
15 priority: run module after *
16 priority: run hook format after *
18     vim: et sw=4 sts=4