mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-03-23 14:27:02 +00:00
Add 4.0.0 release information.
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
This commit is contained in:
parent
e9f529e78f
commit
92344cc83a
3
NEWS
3
NEWS
@ -9,6 +9,9 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
|
|||||||
. Internal change
|
. Internal change
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
4.0.0, unknown release date
|
||||||
|
(no items yet)
|
||||||
|
|
||||||
3.3.0, released 2009-02-16
|
3.3.0, released 2009-02-16
|
||||||
! Implement CSS property 'overflow' when %CSS.AllowTricky is true.
|
! Implement CSS property 'overflow' when %CSS.AllowTricky is true.
|
||||||
! Implement generic property list classess
|
! Implement generic property list classess
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
set_time_limit(0);
|
set_time_limit(0);
|
||||||
|
|
||||||
require_once 'PEAR/PackageFileManager2.php';
|
require_once 'PEAR/PackageFileManager2.php';
|
||||||
|
require_once 'PEAR/PackageFileManager/File.php';
|
||||||
PEAR::setErrorHandling(PEAR_ERROR_PRINT);
|
PEAR::setErrorHandling(PEAR_ERROR_PRINT);
|
||||||
$pkg = new PEAR_PackageFileManager2;
|
$pkg = new PEAR_PackageFileManager2;
|
||||||
|
|
||||||
@ -17,6 +18,8 @@ $pkg->setOptions(
|
|||||||
'ignore' => array(
|
'ignore' => array(
|
||||||
'HTMLPurifier.standalone.php',
|
'HTMLPurifier.standalone.php',
|
||||||
'HTMLPurifier.path.php',
|
'HTMLPurifier.path.php',
|
||||||
|
'*.tar.gz',
|
||||||
|
'*.tgz',
|
||||||
'standalone/'
|
'standalone/'
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user