You are here

CHANGELOG.txt in HTML Purifier 6.2

Same filename and directory in other branches
  1. 5 CHANGELOG.txt
  2. 6 CHANGELOG.txt
  3. 7.2 CHANGELOG.txt
  4. 7 CHANGELOG.txt
6.x-2.5, unknown release date
- Fixed #993276; variable_set() called unconditionally in
  _htmlpurifier_load(), patch contributed by catch

6.x-2.4, released 2010-10-23
- Fixed #839490; can't find library from install profile
- Fixed #819728; make use of Filter.ExtractStyleBlocks.  Thanks
  Vector- for contributing the patch.
- Fixed #586746; Rate limit new version checks
- Fixed #764974: Give friendly error message if running under PHP4
- Deprecated Filter.YouTube in favor of SafeObject/FlashCompat.
  Thanks John Morahan for contributing the patch.

6.x-2.3, released 2010-06-09
- Fixed #819914; version never updates

6.x-2.2, released 2010-06-04
- More comprehensive cache clearing.
- Fixed #659666; clearing caches missed HTML Purifier
- Fixed #708266; decouple location of HTML Purifier library with
  libraries API.
- Fixed #783066; new HTML Purifier version message too obnoxious.

6.x-2.1, released 2009-12-12
- Ukranian translation by podarok
- Renamed dashboard to HTML Purifier Dashboard, fixes bug #368468
- Make installation process nicer by checking if library folder is setup, fixes bug #261874
- Remove unnecessary version checks

6.x-2.0, released 2008-05-18
# Drupal 6.x and HTML Purifier 3.1.0 are required
! HTML Purifier now uses its native form function, so advanced configuration
  options are available. You can also define your own custom functions
  for configuration in the config/ directory.
! Modified and better defaults selected for HTML Purifier.
- HTML Purifier now maintains its own cache with a longer expiration time;
  this helps performance greatly.
- DefinitionCache uses Drupal's caching system
- HTML Purifier will check for new versions of the core library and display
  obnoxious warnings if it is out-of-date!
- Uninstall function now obliterates HTML Purifier variables too.

1.0, released 2007-07-15 (not via Drupal.org)
- Initial release, basic functionality implemented.

File

CHANGELOG.txt
View source
  1. 6.x-2.5, unknown release date
  2. - Fixed #993276; variable_set() called unconditionally in
  3. _htmlpurifier_load(), patch contributed by catch
  4. 6.x-2.4, released 2010-10-23
  5. - Fixed #839490; can't find library from install profile
  6. - Fixed #819728; make use of Filter.ExtractStyleBlocks. Thanks
  7. Vector- for contributing the patch.
  8. - Fixed #586746; Rate limit new version checks
  9. - Fixed #764974: Give friendly error message if running under PHP4
  10. - Deprecated Filter.YouTube in favor of SafeObject/FlashCompat.
  11. Thanks John Morahan for contributing the patch.
  12. 6.x-2.3, released 2010-06-09
  13. - Fixed #819914; version never updates
  14. 6.x-2.2, released 2010-06-04
  15. - More comprehensive cache clearing.
  16. - Fixed #659666; clearing caches missed HTML Purifier
  17. - Fixed #708266; decouple location of HTML Purifier library with
  18. libraries API.
  19. - 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
  25. 6.x-2.0, released 2008-05-18
  26. # Drupal 6.x and HTML Purifier 3.1.0 are required
  27. ! HTML Purifier now uses its native form function, so advanced configuration
  28. options are available. You can also define your own custom functions
  29. for configuration in the config/ directory.
  30. ! Modified and better defaults selected for HTML Purifier.
  31. - HTML Purifier now maintains its own cache with a longer expiration time;
  32. this helps performance greatly.
  33. - DefinitionCache uses Drupal's caching system
  34. - HTML Purifier will check for new versions of the core library and display
  35. obnoxious warnings if it is out-of-date!
  36. - Uninstall function now obliterates HTML Purifier variables too.
  37. 1.0, released 2007-07-15 (not via Drupal.org)
  38. - Initial release, basic functionality implemented.