MDL-23097 latest htmlpurifier 4.1.1

This commit is contained in:
Petr Skoda 2010-07-05 21:09:54 +00:00
parent 616861ff34
commit 2e23ad80c4
11 changed files with 94 additions and 60 deletions

View file

@ -19,7 +19,7 @@
*/
/*
HTML Purifier 4.1.0 - Standards Compliant HTML Filtering
HTML Purifier 4.1.1 - 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 = '4.1.0';
public $version = '4.1.1';
/** Constant with version of HTML Purifier */
const VERSION = '4.1.0';
const VERSION = '4.1.1';
/** Global configuration object */
public $config;