format_number 7.x-1.0-rc1

Bug fixes
New features

Port to Drupal7 add i18n support (via i18n_variable).

format_number 6.x-1.5

New features

Changes since Format Number API 6.x-1.4:

Features:

format_number 6.x-1.4

Bug fixes

- #353897, thanks to xmarket. Fix problems with multibyte characters used as decimail point and/or thousands separators.
- Avoid PHP notice during user settings validation.
- Added description to settings menu item.

Upgrading does not require running update.php

format_number 6.x-1.2

New features
Bug fixes

- Fix sign checking in parse_formatted_number().
- Added javascript version of the API.
- Added translation template.
- Added feature: passing $decimals = -1 to format_number() can be used to format any number of decimal places.
- Updated README.txt
- Running Drupal's update.php is not required to upgrade.

format_number 6.x-1.1

New features

- Moved form settings code to a separate file.
- Settings form now based on a known set of symbols (see CLDR By-Type Chart: number.symbol).
- #331916: Small comment fix (by ztyx).

Subscribe with RSS Subscribe to Releases for Format Number API