1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-05 21:57:26 +02:00

Release 1.5.0 (bumped HTMLPurifier.php version number).

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@874 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2007-03-24 02:10:33 +00:00
parent 17d32bac7f
commit 52fa958fb2

View File

@@ -22,7 +22,7 @@
*/ */
/* /*
HTML Purifier 1.4.1 - Standards Compliant HTML Filtering HTML Purifier 1.5.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
@@ -64,7 +64,7 @@ require_once 'HTMLPurifier/Encoder.php';
class HTMLPurifier class HTMLPurifier
{ {
var $version = '1.4.1'; var $version = '1.5.0';
var $config; var $config;
var $filters; var $filters;