From c330860606e50dfb8ad958d4bb41a01b3392cd08 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Tue, 6 Nov 2007 03:39:59 +0000 Subject: [PATCH] Release 2.1.3. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1443 48356398-32a2-884e-a903-53898d9a118a --- Doxyfile | 2 +- NEWS | 2 +- VERSION | 2 +- WHATSNEW | 14 ++++++-------- library/HTMLPurifier.php | 4 ++-- library/HTMLPurifier/Config.php | 2 +- 6 files changed, 12 insertions(+), 14 deletions(-) diff --git a/Doxyfile b/Doxyfile index 680cb725..5bd7625b 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.2 +PROJECT_NUMBER = 2.1.3 # 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 3d37c1ff..5de45f8d 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +9,7 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier . Internal change ========================== -2.1.3, unknown release date +2.1.3, released 2007-11-05 ! tests/multitest.php allows you to test multiple versions by running tests/index.php through multiple interpreters using `phpv` shell script (you must provide this script!) diff --git a/VERSION b/VERSION index 8f9174b4..abae0d9a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.2 \ No newline at end of file +2.1.3 \ No newline at end of file diff --git a/WHATSNEW b/WHATSNEW index e9a40184..d3511d5d 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -1,8 +1,6 @@ -Version 2.1.2 is a mix of experimental features and stability updates. -Among new features: an Object module for trusted users, support for the -CSS property 'border-spacing', and HTML 5 style parsing using PH5P. -Bug fixes ihave resolved a few obscure issues including border-collapse:seperate, -a DirectLex parsing error, broken HTML in printDefinition.php, and problems -with the experimental standalone distribution. Also, there were large -amounts of behind-the-scenes refactoring and the removal of URIScheme -inclusion reflection. +Stability release 2.1.3 fixes a slew of minor bugs found in HTML Purifier, +and also includes some internal code enhancements and refactorings. +Notably, tests/multitest.php automates testing in multiple versions, +fatal AttrDef_URI_Email error fixed, blockquote contents are more lenient +in HTML 4.01 Strict and fatal errors involving ID tags in img tags were +fixed. diff --git a/library/HTMLPurifier.php b/library/HTMLPurifier.php index 64544dcf..e9dfe5f4 100644 --- a/library/HTMLPurifier.php +++ b/library/HTMLPurifier.php @@ -22,7 +22,7 @@ */ /* - HTML Purifier 2.1.2 - Standards Compliant HTML Filtering + HTML Purifier 2.1.3 - Standards Compliant HTML Filtering Copyright (C) 2006-2007 Edward Z. Yang This library is free software; you can redistribute it and/or @@ -83,7 +83,7 @@ since 2.0.0. class HTMLPurifier { - var $version = '2.1.2'; + var $version = '2.1.3'; var $config; var $filters = array(); diff --git a/library/HTMLPurifier/Config.php b/library/HTMLPurifier/Config.php index e04a4b0c..203542f0 100644 --- a/library/HTMLPurifier/Config.php +++ b/library/HTMLPurifier/Config.php @@ -42,7 +42,7 @@ class HTMLPurifier_Config /** * HTML Purifier's version */ - var $version = '2.1.2'; + var $version = '2.1.3'; /** * Two-level associative array of configuration directives