Release 3.0.0.
[htmlpurifier-web.git] / news.xhtml
blob32ecf4bff11a6cac6477be84b30a8fe0b4cdd1a6
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml"
5 xmlns:xi="http://www.w3.org/2001/XInclude"
6 xmlns:xc="urn:xhtml-compiler"
7 xmlns:rss="urn:xhtml-compiler:RSSGenerator"
8 xmlns:svn="urn:xhtml-compiler:Subversion"
9 svn:head-url="$HeadURL: svn+ssh://ezyang@htmlpurifier.org/svnroot/htmlpurifier-web/trunk/index.xhtml $"
10 svn:revision="$Revision: 1139 $"
11 xml:lang="en">
12 <head>
13 <title>News - HTML Purifier</title>
14 <xi:include href="common-meta.xml" xpointer="xpointer(/*/node())" />
15 <meta name="description"
16 content="Recent news related to HTML Purifier." />
17 <meta name="keywords"
18 content="HTMLPurifier, HTML Purifier, HTML, filter, filtering, standards, compliant, w3c, news, blog, releases, rss" />
19 <link rel="alternate" type="application/rss+xml"
20 title="News - HTML Purifier" href="news.rss"
21 rss:for="news-container"
22 rss:description="Recent news and updates on HTML Purifier" />
23 </head>
24 <body>
26 <xi:include href="common-header.xml" xpointer="xpointer(/*/node())" />
27 <h1 id="title">News</h1>
29 <div id="content">
30 <div id="news-container" class="news">
32 <div class="item" id="news-3.0.0-released">
33 <h3 class="title">HTML Purifier 3.0.0 released</h3>
34 <div class="date">Sun, 06 Jan 2007 10:44:00 EST</div>
36 <div class="body">
37 <p>
38 Release 3.0.0 is the first release of 2008 and also HTML Purifier's first
39 <a href="http://gophp5.org/">PHP 5 only</a> release.
40 The 2.1 series will still
41 <a href="download.html#PHP4">be supported for bug and security fixes,</a>
42 but will not get new features. This release a number of
43 improvements in <abbr>CSS</abbr> handling, including the filter
44 <code>HTMLPurifier_Filter_ExtractStyleBlocks</code> which integrates
45 HTML Purifier with
46 <a href="http://csstidy.sourceforge.net/">CSSTidy</a> for cleaning style sheets
47 (see the source code file for more information on usage), contains
48 experimental support for
49 proprietary <abbr>CSS</abbr> properties with %CSS.Proprietary, case-insensitive
50 <abbr>CSS</abbr> properties, and more lenient hexadecimal color codes. Also, all code
51 has been upgraded to full <abbr>PHP</abbr> 5 and is
52 <code>E_STRICT</code> clean for all versions of PHP 5 (including the
53 5.0 series, which previously had parse-time errors).
54 </p>
55 <p>
56 See <a href="http://htmlpurifier.org/svnroot/htmlpurifier/tags/3.0.0/NEWS">NEWS</a>
57 for a complete changelog.
58 </p>
59 </div>
60 </div>
62 <div class="item" id="news-2.1.3-released">
63 <h3 class="title">HTML Purifier 2.1.3 released</h3>
64 <div class="date">Tue, 06 Nov 2007 11:32:22 EST</div>
66 <div class="body">
67 <p>
68 Stability release 2.1.3 fixes a slew of minor bugs found in HTML Purifier,
69 and also includes some internal code enhancements and refactorings.
70 Notably, tests/multitest.php automates testing in multiple versions,
71 fatal AttrDef_URI_Email error fixed, blockquote contents are more lenient
72 in HTML 4.01 Strict and fatal errors involving ID tags in img tags were
73 fixed.
74 </p>
75 <p>
76 See <a href="http://htmlpurifier.org/svnroot/htmlpurifier/tags/2.1.3/NEWS">NEWS</a>
77 for a complete changelog.
78 </p>
79 </div>
80 </div>
82 <div class="item" id="news-2.1.2-released">
83 <h3 class="title">HTML Purifier 2.1.2 released</h3>
84 <div class="date">Mon, 03 Sep 2007 16:06:00 EDT</div>
86 <div class="body">
87 <p>
88 Version 2.1.2 is a mix of experimental features and stability updates.
89 Among new features: an Object module for trusted users, support for the
90 CSS property 'border-spacing', and HTML 5 style parsing using PH5P.
91 Bug fixes have resolved a few obscure issues including <code>border-collapse:seperate</code>,
92 a DirectLex parsing error, broken HTML in printDefinition.php, and problems
93 with the experimental standalone distribution. Also, there were large
94 amounts of behind-the-scenes refactoring and the removal of URIScheme
95 inclusion reflection.
96 </p>
97 <p>
98 The new PH5P feature is especially exciting, and can be tested at
99 the <a href="demo.php?experimental=1">demo with the experimental flag</a>.
100 You can enable it using:
101 </p>
102 <pre>require_once 'HTMLPurifier/Lexer/PH5P.php';
103 $config->set('Core', 'LexerImpl', 'PH5P');</pre>
105 Be sure to report bugs! And of course,
106 see <a href="http://htmlpurifier.org/svnroot/htmlpurifier/tags/2.1.2/NEWS">NEWS</a>
107 for a complete changelog.
108 </p>
109 </div>
110 </div>
112 <div class="item" id="news-2.1.1-released">
113 <h3 class="title">HTML Purifier 2.1.1 released</h3>
114 <div class="date">Sat, 04 Aug 2007 22:33:55 EDT</div>
116 <div class="body">
118 It looks like I'm going to have to start making release candidates
119 before I release new major versions. There were three show-stopper
120 bugs for version 2.1.0:
121 </p>
122 <ul>
123 <li>
124 The <abbr>PHP</abbr>5-strict version was missing a lot of new
125 features due to a botched merge, making it functionally equivalent
126 to the previous 2.0.1 release.
127 </li>
128 <li>
129 The new %URI.MakeAbsolute feature, the flagship of the new URI
130 system, just didn't work due to a slight misordering of two
131 method calls.
132 </li>
133 <li>
134 The new standalone distribution did not work on <abbr>PHP</abbr>4
135 because a <abbr>PHP</abbr>5 specific file was inlined, resulting
136 in a parse error.
137 </li>
138 </ul>
140 All of these issues have been fixed and our release strategy has been
141 amended to ensure that it does not happen again. See <a
142 href="http://htmlpurifier.org/svnroot/htmlpurifier/tags/2.1.1/NEWS">NEWS</a>
143 for a complete changelog, though not much else changed in this version.
144 </p>
145 </div>
146 </div>
148 <div class="item" id="news-2.1.0-released">
149 <h3 class="title">HTML Purifier 2.1.0 released</h3>
150 <div class="date">Thur, 02 Aug 2007 23:33:09 EDT</div>
152 <div class="body">
154 In version 2.1, HTML Purifier's URI validation and filtering handling
155 system has been revamped with a <a href="docs/enduser-uri-filter.html">new, extensible URIFilter system</a>. Also
156 notable features include preservation of emoticons in PHP5 with
157 <a href="live/configdoc/plain.html#Core.AggressivelyFixLt">%Core.AggressivelyFixLt</a>, standalone and lite download versions,
158 <del>transforming relative URIs to absolute URIs</del>, Ruby in XHTML 1.1 and UTF-8 font
159 names. Notable bug-fixes include refinement of
160 the auto-paragraphing algorithm (no longer experimental), better XHTML
161 1.1 support and the removal of the contents of <code>&lt;style&gt;</code> elements.
162 </p>
164 <strong>Update:</strong> It has come to my attention that there is
165 a bug with the %URI.MakeAbsolute functionality; apply
166 <a href="http://htmlpurifier.org/phorum/read.php?3,573,574#msg-574">a patch</a>
167 to fix the problem, or wait until the next version.
168 </p>
170 As usual, see <a
171 href="http://htmlpurifier.org/svnroot/htmlpurifier/tags/2.1.0/NEWS">NEWS</a>
172 for a complete changelog.
173 </p>
174 </div>
175 </div>
177 <div class="item" id="news-nightlies">
178 <h3 class="title">Nightly Builds Now Available</h3>
179 <div class="date">Tue, 31 July 2007 08:39:02 EDT</div>
181 <div class="body">
183 Nightly builds are now available for HTML Purifier, you can get
184 them here: <a href="download.html#NightlyBuilds">Nightly Builds</a>.
185 Be sure to check out the <strong>Standalone</strong> version: it's
186 essentially HTML Purifier in one file.
187 </p>
188 </div>
189 </div>
191 <div class="item" id="news-php4">
192 <h3 class="title"><abbr>PHP</abbr>4 end of life announcement</h3>
193 <div class="date">Fri, 13 July 2007 12:51:54 EDT</div>
195 <div class="body">
197 In accordance with <abbr>PHP</abbr>'s <a
198 href="http://php.net/#2007-07-13-1">end of life announcement for
199 <abbr>PHP</abbr>4</a>, HTML Purifier will be adopting an identical
200 policy for support for <abbr>PHP</abbr>4. In brief, this means on
201 December 31, 2007, HTML Purifier will transition to a
202 <abbr>PHP</abbr>5-only codebase, and no more features will be
203 added to the <abbr>PHP</abbr>4 version. Critical security fixes
204 will be issued until August 8, 2008, at which time all support for
205 <abbr>PHP</abbr>4 will be dropped.
206 </p>
208 This is the death knell for <abbr>PHP</abbr>4. Long live
209 <abbr>PHP</abbr>!
210 </p>
211 </div>
212 </div>
214 </div> <!-- end news-container -->
216 </div>
218 </body>
219 </html>