diff --git a/Doxyfile b/Doxyfile index 25ab8d9a..9c31af60 100644 --- a/Doxyfile +++ b/Doxyfile @@ -4,7 +4,7 @@ # Project related configuration options #--------------------------------------------------------------------------- PROJECT_NAME = HTML Purifier -PROJECT_NUMBER = 1.2.0 +PROJECT_NUMBER = 1.3.0 OUTPUT_DIRECTORY = "C:/Documents and Settings/Edward/My Documents/My Webs/htmlpurifier/docs/doxygen" CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English diff --git a/NEWS b/NEWS index e61c972a..b9f0fd2b 100644 --- a/NEWS +++ b/NEWS @@ -9,8 +9,7 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier . Internal change ========================== -1.3.0, unknown release date -(major feature release) +1.3.0, released 2006-11-26 # Invalid images are now removed, rather than replaced with a dud Invalid image. Previous behavior can be restored with new directive %Core.RemoveInvalidImg set to false. @@ -39,9 +38,6 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier . Added internal documents briefly summarizing future progression of HTML . HTMLPurifier_Config->getBatch($namespace) added . More lenient casting to bool from string in HTMLPurifier_ConfigSchema - -1.2.1, unknown release date -(bugfix/minor feature release, may be dropped if 1.2.0 is stable) . Refactored ChildDef classes into their own files 1.2.0, released 2006-11-19 diff --git a/library/HTMLPurifier.php b/library/HTMLPurifier.php index b2a78ef9..dd6deaaa 100644 --- a/library/HTMLPurifier.php +++ b/library/HTMLPurifier.php @@ -22,7 +22,7 @@ */ /* - HTML Purifier 1.2.0 - Standards Compliant HTML Filtering + HTML Purifier 1.3.0 - Standards Compliant HTML Filtering Copyright (C) 2006 Edward Z. Yang This library is free software; you can redistribute it and/or