You are here

CHANGELOG.txt in HTML Purifier 5

Same filename and directory in other branches
  1. 6.2 CHANGELOG.txt
  2. 6 CHANGELOG.txt
  3. 7.2 CHANGELOG.txt
  4. 7 CHANGELOG.txt
5.x-1.5, released 2009-12-12
- Added support for SafeEmbed and SafeObject by yhager, fixes #593346

5.x-1.4, released 2008-10-11
- Bugfix release
- Fix regression with DefinitionCache and Drupal's caching system. Thanks mfb!
- Check for HTML Purifier version on install. Thanks chirale!
- Fix parse error in early versions of PHP due to unsupported class constant
  syntax. Thanks jmjohn!
- Better install directions for PHP4. Thanks jmjohn!
- Fix syntax error in PHP 4 for module

5.x-1.3, released 2008-05-12
- Bugfix release, fix fatal error on configure page when using version
  of HTML Purifier earlier than 3.1.0rc1

5.x-1.2, released 2008-05-11
# WARNING: REALLY, the last Drupal 5.x release. We decided to do another release
  because the previous one was lacking in some major features.
! Lots of new configuration directives for you to choose from.
- Fixes for botched upgrades from dev to 1.1 added
- Suppress spurious warning with latest version of HTML Purifier 3.1.0rc1.
- Version check for HTML Purifier added.

5.x-1.1, released 2008-04-24
# WARNING: Last Drupal 5.x release! All new features (and trust me, there are
  some really good ones) are in 6.x branch.
# Recommended HTML Purifier version to use is 3.1.0; earlier versions will probably
  work but are not tested.
- DefinitionCache uses Drupal's caching system
- Add caching support natively with HTML Purifier, as filter's default cache
  expires too quickly. This was a huge performance problem and is now fixed.
- Added Drupal 4.7 support. At least version 4.7.6 is required due to a bug
  in Drupal's handler. Drupal 4.x use is strongly discouraged.

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

File

CHANGELOG.txt
View source
  1. 5.x-1.5, released 2009-12-12
  2. - Added support for SafeEmbed and SafeObject by yhager, fixes #593346
  3. 5.x-1.4, released 2008-10-11
  4. - Bugfix release
  5. - Fix regression with DefinitionCache and Drupal's caching system. Thanks mfb!
  6. - Check for HTML Purifier version on install. Thanks chirale!
  7. - Fix parse error in early versions of PHP due to unsupported class constant
  8. syntax. Thanks jmjohn!
  9. - Better install directions for PHP4. Thanks jmjohn!
  10. - Fix syntax error in PHP 4 for module
  11. 5.x-1.3, released 2008-05-12
  12. - Bugfix release, fix fatal error on configure page when using version
  13. of HTML Purifier earlier than 3.1.0rc1
  14. 5.x-1.2, released 2008-05-11
  15. # WARNING: REALLY, the last Drupal 5.x release. We decided to do another release
  16. because the previous one was lacking in some major features.
  17. ! Lots of new configuration directives for you to choose from.
  18. - Fixes for botched upgrades from dev to 1.1 added
  19. - Suppress spurious warning with latest version of HTML Purifier 3.1.0rc1.
  20. - Version check for HTML Purifier added.
  21. 5.x-1.1, released 2008-04-24
  22. # WARNING: Last Drupal 5.x release! All new features (and trust me, there are
  23. some really good ones) are in 6.x branch.
  24. # Recommended HTML Purifier version to use is 3.1.0; earlier versions will probably
  25. work but are not tested.
  26. - DefinitionCache uses Drupal's caching system
  27. - Add caching support natively with HTML Purifier, as filter's default cache
  28. expires too quickly. This was a huge performance problem and is now fixed.
  29. - Added Drupal 4.7 support. At least version 4.7.6 is required due to a bug
  30. in Drupal's handler. Drupal 4.x use is strongly discouraged.
  31. 1.0, released 2007-07-15 (not via Drupal.org)
  32. - Initial release, basic functionality implemented.