1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-09 16:56:20 +02:00

Release 3.0.0.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1483 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2008-01-07 02:54:16 +00:00
parent be7c1e7a8f
commit 02658df8b2
6 changed files with 21 additions and 16 deletions

View File

@ -1,7 +1,6 @@
<?php
/*!
* @mainpage
/*! @mainpage
*
* HTML Purifier is an HTML filter that will take an arbitrary snippet of
* HTML and rigorously test, validate and filter it into a version that
@ -22,8 +21,8 @@
*/
/*
HTML Purifier 2.1.3 - Standards Compliant HTML Filtering
Copyright (C) 2006-2007 Edward Z. Yang
HTML Purifier 3.0.0 - Standards Compliant HTML Filtering
Copyright (C) 2006-2008 Edward Z. Yang
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@ -83,7 +82,7 @@ since 2.0.0.
class HTMLPurifier
{
public $version = '2.1.3';
public $version = '3.0.0';
public $config;
public $filters = array();
@ -231,3 +230,4 @@ class HTMLPurifier
}

View File

@ -44,7 +44,7 @@ class HTMLPurifier_Config
/**
* HTML Purifier's version
*/
public $version = '2.1.3';
public $version = '3.0.0';
/**
* Bool indicator whether or not to automatically finalize
@ -492,3 +492,4 @@ class HTMLPurifier_Config
}