diff --git a/NEWS b/NEWS index f9858c0e..ca195210 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +9,8 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier . Internal change ========================== -3.0.1, unknown release date +3.1.0, unknown release date +! Autoload support added - Autoclose now operates iteratively, i.e.
now has both span tags closed. . Plugins now get their own changelogs according to project conventions. diff --git a/library/HTMLPurifier.auto.php b/library/HTMLPurifier.auto.php index cb6a8426..3d312c53 100644 --- a/library/HTMLPurifier.auto.php +++ b/library/HTMLPurifier.auto.php @@ -6,4 +6,4 @@ set_include_path(dirname(__FILE__) . PATH_SEPARATOR . get_include_path() ); require_once 'HTMLPurifier.php'; - +require_once 'HTMLPurifier.autoload.php'; diff --git a/library/HTMLPurifier.autoload.php b/library/HTMLPurifier.autoload.php new file mode 100644 index 00000000..0babb71d --- /dev/null +++ b/library/HTMLPurifier.autoload.php @@ -0,0 +1,7 @@ +