From 02658df8b2f34e05f6f65603917e0f19b51bfeda Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Mon, 7 Jan 2008 02:54:16 +0000 Subject: [PATCH] Release 3.0.0. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1483 48356398-32a2-884e-a903-53898d9a118a --- Doxyfile | 2 +- NEWS | 4 ++-- VERSION | 2 +- WHATSNEW | 16 ++++++++++------ library/HTMLPurifier.php | 10 +++++----- library/HTMLPurifier/Config.php | 3 ++- 6 files changed, 21 insertions(+), 16 deletions(-) diff --git a/Doxyfile b/Doxyfile index 23669ea7..20e0cd93 100644 --- a/Doxyfile +++ b/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = HTMLPurifier # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 2.1.3 +PROJECT_NUMBER = 3.0.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/NEWS b/NEWS index ac52ad2e..0ff188c4 100644 --- a/NEWS +++ b/NEWS @@ -9,14 +9,14 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier . Internal change ========================== -3.0.0, unknown release date +3.0.0, released 2008-01-06 # HTML Purifier is PHP 5 only! The 2.1.x branch will be maintained until PHP 4 is completely deprecated, but no new features will be added to it. + Visibility declarations added + Constructor methods renamed to __construct() + PHP4 reference cruft removed (in progress) -! CSS properties are no case-insensitive +! CSS properties are now case-insensitive ! DefinitionCacheFactory now can register new implementations ! New HTMLPurifier_Filter_ExtractStyleBlocks for extracting