mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-02 20:27:40 +02:00
[1.3.0] Bump version numbers.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@587 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
2
Doxyfile
2
Doxyfile
@@ -4,7 +4,7 @@
|
|||||||
# Project related configuration options
|
# Project related configuration options
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
PROJECT_NAME = HTML Purifier
|
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"
|
OUTPUT_DIRECTORY = "C:/Documents and Settings/Edward/My Documents/My Webs/htmlpurifier/docs/doxygen"
|
||||||
CREATE_SUBDIRS = NO
|
CREATE_SUBDIRS = NO
|
||||||
OUTPUT_LANGUAGE = English
|
OUTPUT_LANGUAGE = English
|
||||||
|
6
NEWS
6
NEWS
@@ -9,8 +9,7 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
|
|||||||
. Internal change
|
. Internal change
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
1.3.0, unknown release date
|
1.3.0, released 2006-11-26
|
||||||
(major feature release)
|
|
||||||
# Invalid images are now removed, rather than replaced with a dud
|
# Invalid images are now removed, rather than replaced with a dud
|
||||||
<img src="" alt="Invalid image" />. Previous behavior can be restored
|
<img src="" alt="Invalid image" />. Previous behavior can be restored
|
||||||
with new directive %Core.RemoveInvalidImg set to false.
|
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
|
. Added internal documents briefly summarizing future progression of HTML
|
||||||
. HTMLPurifier_Config->getBatch($namespace) added
|
. HTMLPurifier_Config->getBatch($namespace) added
|
||||||
. More lenient casting to bool from string in HTMLPurifier_ConfigSchema
|
. 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
|
. Refactored ChildDef classes into their own files
|
||||||
|
|
||||||
1.2.0, released 2006-11-19
|
1.2.0, released 2006-11-19
|
||||||
|
@@ -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
|
Copyright (C) 2006 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
|
||||||
|
Reference in New Issue
Block a user