mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-03 04:37:39 +02:00
Release 2.1.4
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/branches/php4@1736 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
2
Doxyfile
2
Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = HTMLPurifier
|
|||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
# if some version control system is used.
|
# if some version control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 2.1.3
|
PROJECT_NUMBER = 2.1.4
|
||||||
|
|
||||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||||
# base path where the generated documentation will be put.
|
# base path where the generated documentation will be put.
|
||||||
|
2
NEWS
2
NEWS
@@ -14,7 +14,7 @@ ERRATA
|
|||||||
If you desire to use it, please use it with the latest, PHP5-only version of
|
If you desire to use it, please use it with the latest, PHP5-only version of
|
||||||
HTML Purifier.
|
HTML Purifier.
|
||||||
|
|
||||||
2.1.4, unknown release date
|
2.1.4, released 2008-05-18
|
||||||
! DefinitionCacheFactory now can register new implementations
|
! DefinitionCacheFactory now can register new implementations
|
||||||
! CSS properties are now case-insensitive
|
! CSS properties are now case-insensitive
|
||||||
! Encoder optimized with valid UTF-8 input
|
! Encoder optimized with valid UTF-8 input
|
||||||
|
12
WHATSNEW
12
WHATSNEW
@@ -1,6 +1,6 @@
|
|||||||
Stability release 2.1.3 fixes a slew of minor bugs found in HTML Purifier,
|
Security release 2.1.4 is a backport release that fixes a vulnerability
|
||||||
and also includes some internal code enhancements and refactorings.
|
related to URI handling. In addition, it also includes a number of
|
||||||
Notably, tests/multitest.php automates testing in multiple versions,
|
bugfixes that have accumulated in the HTML Purifier 3 series but had
|
||||||
fatal AttrDef_URI_Email error fixed, blockquote contents are more lenient
|
not been merged back yet. Please remember that HTML Purifier 2.1 will
|
||||||
in HTML 4.01 Strict and fatal errors involving ID tags in img tags were
|
be deprecated and will be officially dropped by the end of 2008. Please
|
||||||
fixed.
|
only use it for legacy PHP 4 installs.
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
HTML Purifier 2.1.3 - Standards Compliant HTML Filtering
|
HTML Purifier 2.1.4 - Standards Compliant HTML Filtering
|
||||||
Copyright (C) 2006-2007 Edward Z. Yang
|
Copyright (C) 2006-2007 Edward Z. Yang
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
@@ -83,7 +83,7 @@ since 2.0.0.
|
|||||||
class HTMLPurifier
|
class HTMLPurifier
|
||||||
{
|
{
|
||||||
|
|
||||||
var $version = '2.1.3';
|
var $version = '2.1.4';
|
||||||
|
|
||||||
var $config;
|
var $config;
|
||||||
var $filters = array();
|
var $filters = array();
|
||||||
|
@@ -42,7 +42,7 @@ class HTMLPurifier_Config
|
|||||||
/**
|
/**
|
||||||
* HTML Purifier's version
|
* HTML Purifier's version
|
||||||
*/
|
*/
|
||||||
var $version = '2.1.3';
|
var $version = '2.1.4';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Two-level associative array of configuration directives
|
* Two-level associative array of configuration directives
|
||||||
|
Reference in New Issue
Block a user