You are here

CHANGELOG.txt in HTML Purifier 7.2

Same filename and directory in other branches
  1. 5 CHANGELOG.txt
  2. 6.2 CHANGELOG.txt
  3. 6 CHANGELOG.txt
  4. 7 CHANGELOG.txt
7.x-1.0, unknown release date
- Ported to 7.x, ticket #804240. Thanks David_Rothstein for contributing
  the initial patch, and Gábor Hojtsy for helping with various other aspects.
- Removed double caching logic, due to changes in internal caching
  structure, contributed by catch, partial fix for #993274
- External images are no longer disabled by default, fixes #925306
- 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. 7.x-1.0, unknown release date
  2. - Ported to 7.x, ticket #804240. Thanks David_Rothstein for contributing
  3. the initial patch, and Gábor Hojtsy for helping with various other aspects.
  4. - Removed double caching logic, due to changes in internal caching
  5. structure, contributed by catch, partial fix for #993274
  6. - External images are no longer disabled by default, fixes #925306
  7. - Fixed #993276; variable_set() called unconditionally in
  8. _htmlpurifier_load(), patch contributed by catch
  9. 6.x-2.4, released 2010-10-23
  10. - Fixed #839490; can't find library from install profile
  11. - Fixed #819728; make use of Filter.ExtractStyleBlocks. Thanks
  12. Vector- for contributing the patch.
  13. - Fixed #586746; Rate limit new version checks
  14. - Fixed #764974: Give friendly error message if running under PHP4
  15. - Deprecated Filter.YouTube in favor of SafeObject/FlashCompat.
  16. Thanks John Morahan for contributing the patch.
  17. 6.x-2.3, released 2010-06-09
  18. - Fixed #819914; version never updates
  19. 6.x-2.2, released 2010-06-04
  20. - More comprehensive cache clearing.
  21. - Fixed #659666; clearing caches missed HTML Purifier
  22. - Fixed #708266; decouple location of HTML Purifier library with
  23. libraries API.
  24. - Fixed #783066; new HTML Purifier version message too obnoxious.
  25. 6.x-2.1, released 2009-12-12
  26. - Ukranian translation by podarok
  27. - Renamed dashboard to HTML Purifier Dashboard, fixes bug #368468
  28. - Make installation process nicer by checking if library folder is setup, fixes bug #261874
  29. - Remove unnecessary version checks
  30. 6.x-2.0, released 2008-05-18
  31. # Drupal 6.x and HTML Purifier 3.1.0 are required
  32. ! HTML Purifier now uses its native form function, so advanced configuration
  33. options are available. You can also define your own custom functions
  34. for configuration in the config/ directory.
  35. ! Modified and better defaults selected for HTML Purifier.
  36. - HTML Purifier now maintains its own cache with a longer expiration time;
  37. this helps performance greatly.
  38. - DefinitionCache uses Drupal's caching system
  39. - HTML Purifier will check for new versions of the core library and display
  40. obnoxious warnings if it is out-of-date!
  41. - Uninstall function now obliterates HTML Purifier variables too.
  42. 1.0, released 2007-07-15 (not via Drupal.org)
  43. - Initial release, basic functionality implemented.