MDL-17099 htmlpurifier: new version from upstream

This commit is contained in:
skodak
2008-11-01 18:58:29 +00:00
parent b50f80dd6f
commit a857b7ea38
139 changed files with 6855 additions and 5764 deletions
+3 -3
View File
@@ -19,7 +19,7 @@
*/
/*
HTML Purifier 3.1.1 - Standards Compliant HTML Filtering
HTML Purifier 3.2.0 - Standards Compliant HTML Filtering
Copyright (C) 2006-2008 Edward Z. Yang
This library is free software; you can redistribute it and/or
@@ -55,10 +55,10 @@ class HTMLPurifier
{
/** Version of HTML Purifier */
public $version = '3.1.1';
public $version = '3.2.0';
/** Constant with version of HTML Purifier */
const VERSION = '3.1.1';
const VERSION = '3.2.0';
/** Global configuration object */
public $config;