You are here

CHANGELOG.txt in Formatted Number 6

6.x-1.x-dev
===========

Features:
- Issue #1091756 by Bevan: Support Inherited Formatter module.


6.x-1.3
=======

There is no need to run update.php. Just be sure to clear your javascript caches.

Features:
- Integration with token module.
- #580548 by Bevan - Additional formatters for fixed number of decimal places and significant figures.
- Added CHANGELOG.txt.
- Make javaScript compatible with other libraries than jQuery. See:
  http://drupal.org/update/modules/6/7#javascript_compatibility
- Use single quotes rather than double quotes in javascript file.


6.x-1.2
=======

Features:
- Added Dutch translation (by libeco).

Bugfixes:
- #466572 by Freso - PHP notice: Undefined index: min in formatted_number.module on line 389.


6.x-1.1
=======

Features:
- Integration with diff module.

Bugfixes:
- Fix check of format_number module version in hook_requirements('install').


6.x-1.0
=======

- First stable release. No changes since RC1.


6.x-1.x-rc1
===========

Features:
- Removed leading underscores in functions that can be reused by other modules.
- Minor documentation issues.
- Updated translation template.

Bugfixes:
- Fixed implementation of hook_content_is_empty().


6.x-1.x-beta1
=============

- First beta release.

File

CHANGELOG.txt
View source
  1. 6.x-1.x-dev
  2. ===========
  3. Features:
  4. - Issue #1091756 by Bevan: Support Inherited Formatter module.
  5. 6.x-1.3
  6. =======
  7. There is no need to run update.php. Just be sure to clear your javascript caches.
  8. Features:
  9. - Integration with token module.
  10. - #580548 by Bevan - Additional formatters for fixed number of decimal places and significant figures.
  11. - Added CHANGELOG.txt.
  12. - Make javaScript compatible with other libraries than jQuery. See:
  13. http://drupal.org/update/modules/6/7#javascript_compatibility
  14. - Use single quotes rather than double quotes in javascript file.
  15. 6.x-1.2
  16. =======
  17. Features:
  18. - Added Dutch translation (by libeco).
  19. Bugfixes:
  20. - #466572 by Freso - PHP notice: Undefined index: min in formatted_number.module on line 389.
  21. 6.x-1.1
  22. =======
  23. Features:
  24. - Integration with diff module.
  25. Bugfixes:
  26. - Fix check of format_number module version in hook_requirements('install').
  27. 6.x-1.0
  28. =======
  29. - First stable release. No changes since RC1.
  30. 6.x-1.x-rc1
  31. ===========
  32. Features:
  33. - Removed leading underscores in functions that can be reused by other modules.
  34. - Minor documentation issues.
  35. - Updated translation template.
  36. Bugfixes:
  37. - Fixed implementation of hook_content_is_empty().
  38. 6.x-1.x-beta1
  39. =============
  40. - First beta release.