mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-09 15:28:40 +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
|
||||
==========================
|
||||
|
||||
4.0.0, unknown release date
|
||||
(no items yet)
|
||||
|
||||
3.3.0, released 2009-02-16
|
||||
! Implement CSS property 'overflow' when %CSS.AllowTricky is true.
|
||||
! Implement generic property list classess
|
||||
|
@ -3,6 +3,7 @@
|
||||
set_time_limit(0);
|
||||
|
||||
require_once 'PEAR/PackageFileManager2.php';
|
||||
require_once 'PEAR/PackageFileManager/File.php';
|
||||
PEAR::setErrorHandling(PEAR_ERROR_PRINT);
|
||||
$pkg = new PEAR_PackageFileManager2;
|
||||
|
||||
@ -17,6 +18,8 @@ $pkg->setOptions(
|
||||
'ignore' => array(
|
||||
'HTMLPurifier.standalone.php',
|
||||
'HTMLPurifier.path.php',
|
||||
'*.tar.gz',
|
||||
'*.tgz',
|
||||
'standalone/'
|
||||
),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user