Don't make it always fail.
[htmlpurifier-drupal.git] / CHANGELOG.txt
blob187a75c9da09eb77a8079bddb3616818dad3ff30
1 6.x-2.4, unknown release date
2 - Fixed #839490; can't find library from install profile
3 - Fixed #819728; make use of Filter.ExtractStyleBlocks.  Thanks
4   Vector- for contributing the patch.
5 - Fixed #586746; Rate limit new version checks
6 - Fixed #764974: Give friendly error message if running under PHP4
7 - Deprecated Filter.YouTube in favor of SafeObject/FlashCompat.
8   Thanks John Morahan for contributing the patch.
10 6.x-2.3, released 2010-06-09
11 - Fixed #819914; version never updates
13 6.x-2.2, released 2010-06-04
14 - More comprehensive cache clearing.
15 - Fixed #659666; clearing caches missed HTML Purifier
16 - Fixed #708266; decouple location of HTML Purifier library with
17   libraries API.
18 - Fixed #783066; new HTML Purifier version message too obnoxious.
20 6.x-2.1, released 2009-12-12
21 - Ukranian translation by podarok
22 - Renamed dashboard to HTML Purifier Dashboard, fixes bug #368468
23 - Make installation process nicer by checking if library folder is setup, fixes bug #261874
24 - Remove unnecessary version checks
26 6.x-2.0, released 2008-05-18
27 # Drupal 6.x and HTML Purifier 3.1.0 are required
28 ! HTML Purifier now uses its native form function, so advanced configuration
29   options are available. You can also define your own custom functions
30   for configuration in the config/ directory.
31 ! Modified and better defaults selected for HTML Purifier.
32 - HTML Purifier now maintains its own cache with a longer expiration time;
33   this helps performance greatly.
34 - DefinitionCache uses Drupal's caching system
35 - HTML Purifier will check for new versions of the core library and display
36   obnoxious warnings if it is out-of-date!
37 - Uninstall function now obliterates HTML Purifier variables too.
39 1.0, released 2007-07-15 (not via Drupal.org)
40 - Initial release, basic functionality implemented.