#217842, Feature: Add more options for displaying money fields (Currency display mode and Decimals display mode). Actually, the "Decimals display mode" feature is only available if you have installed latest development version of the Currency API module. For further information, please see #329052: decimal count for currencies.
Bugs fixed:
Bugfix: Do not generate output when field is empty.
Bugfix: When no currency has been specified in widget settings, we should allow them all.
#356944, Bugfix: Currency not allowed when setting the default value of the field.
#379258, Bugfix: enable module error related to dependent modules.
#372128, Doc: Better inline code documentation for money_get_widget_currencies().
#385060, Bugfix: Fix default values for allowed currencies option.
Bugfix: Fix allowed currencies list formatting.
update.php is required to upgrade from 6.x-1.0:
money_update_6000() - Update all money fields to reflect the new Views integration feature.
money_update_6001() - Update all money fields to reflect the changes in display mode setting.
This is probably going to be the final Drupal 5 release. New features will only go in the Drupal 6 branch, unless somebody steps up to maintain the Drupal 5 branch of this module instead. markus_petrux has volunteered to maintain the Drupal 6 branch of this module, so you'll be seeing more of him and less (if anything) from me! :)
- Removed css class used in D5, but not in D6 version of this module.
- Fixed minor bug in decimals seleccion (field settings).
- Moved allowed currencies selection from field settings to widget settings.
- Added currency selection modes to widget settings (code or name).
- Added currency display modes to widget settings (code or symbol).
- Added theme function to display currency.
- Fixed minor string literal issues.
- Added translation template, spanish and catalan translations.
When upgrading from any version to version 1.4, the default number of displayed decimals would be set to 0. Now this defaults to 2, which is much nicer for upgrading users :)
Bug fixes
- Fixed #174545: Amount field is validated even when it is empty and not required
New features
- Token module support (by hamidrj)
- Views filter: filter by currency
- Now there are *six* different formatters: currency code, full currency name or currency symbol, either before or after the amount