money 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| money-6.x-1.2.tar.gz | 24.12 KB | c524aab31bb734aed5543c4412c44ed6 |
| money-6.x-1.2.zip | 30.74 KB | b5fcbd378ab1a77e4944fa44d5692d52 |
Release notes
Changes since money 6.x-1.1
- #428208: warning: array_combine(): Both parameters should have at least 1 element (by sinasquax)
- Fix money conversion dialog module for new widget display settings.
- New function in money module to theme money fields.
There's no need to run update.php to upgrade.
money 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| money-6.x-1.1.tar.gz | 23.49 KB | 570e6b2f5d411ab2e52895ebf9876aef |
| money-6.x-1.1.zip | 30.5 KB | ad58a69f8a62974c8b09395431433775 |
Release notes
New features:
- #335546, Feature: Expose separate fields to views, not just the amount.
- Feature: Added conversion dialog addon module.
- #341365, Feature: Integration with diff.module. Requires CCK, release 6.x-2.2 or higher. See #344004: Content diff integration causing problems when other fields implement diff support.
- #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.
money 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| money-6.x-1.0.tar.gz | 11.66 KB | 57f2bfa3712f204fb1b7dd1ff798d016 |
| money-6.x-1.0.zip | 15.81 KB | b91b05515927b43bf0ed1414a05a16d3 |
Release notes
It looks like it is stable enough to go live. :)
money 5.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| money-5.x-1.6.tar.gz | 11.53 KB | 7a3266c8b790576402dae809ea2c041c |
| money-5.x-1.6.zip | 12.67 KB | e3c87eb43b21ed08377ae6d65998f097 |
Release notes
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! :)
Changes since DRUPAL-5--1-5:
money 6.x-1.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| money-6.x-1.0-rc1.tar.gz | 11.6 KB | 3c7831d98ea7565bbd0c71da76788883 |
| money-6.x-1.0-rc1.zip | 15.79 KB | 0a5fd800545687ac35e17bc227bb3aca |
Release notes
- 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.
money 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| money-6.x-1.0-beta1.tar.gz | 9.35 KB | 591a8161b55b29deccd5e7cfcdad5c98 |
| money-6.x-1.0-beta1.zip | 10.78 KB | e633f85a42884ddfec59e5ac20f3cef8 |
Release notes
- The port of Money CCK field to CCK 2 / Drupal 6 is almost ready. Please, see #322168: Money CCK field port to Drupal 6?
- Requirements: CCK, Currency API, Format Number API and Formatted Number CCK.
- Amounts are stored in the database using SQL NUMERIC (aka DECIMAL) type, supported by MySQL, PostgreSQL.
- Precision and scale can be configured from the field settings panel.
money 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| money-6.x-1.x-dev.tar.gz | 21.64 KB | a72fce69cdc261927707e9f17f372c17 |
| money-6.x-1.x-dev.zip | 25.66 KB | 8f0e2e0d980c6cdaaae4c05e5056a3f0 |
Release notes
Development version for the Money CCK field for CCK 2 / Drupal 6.x
money 5.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| money-5.x-1.5.tar.gz | 11.47 KB | fa49fc1aa88bedc0a6a417a14ab6fb96 |
| money-5.x-1.5.zip | 12.62 KB | 96fe07024a17be2c0664084940dca156 |
Release notes
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 :)
money 5.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| money-5.x-1.4.tar.gz | 11.37 KB | 9c48a12dcdd70d1e005768430f7daabd |
| money-5.x-1.4.zip | 12.5 KB | 8a9cb4ce770a73e41a8b085f831c70d2 |
Release notes
Changes since DRUPAL-5--1-3:
- Fixed a small bug that caused the Views currency filter's options to be displayed in an optgroup.
- 2-column lay-out for the list of available currencies.
- - Implemented #190078: Filter by amount (but not taking the currencies into account).
- Abstracted the conversion of the amount entered by the user to an integer into a separate function. - Fixed #194384: Float to integer conversion results in imprecisions
- Merged the 'validate' callback of the hook_widget() implementation with the 'validate' callback of the hook_field() implementation. Now widgets don't have to do any validation anymore!
- - Fixed #222972: Impossible to leave the "currencies" textarea empty to allow all available currencies to be used
- Made all field formatters use non-breaking spaces, per Gidgidonihah's suggestion.
- - #190075 by hamidrj: Sort by amount (but not taking the currencies into account)
- #198515: Use bigint instead of int - #188410: Configurable number of displayed decimals
- Adapted the included array_combine() function to Drupal's coding standards.
money 5.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| money-5.x-1.3.tar.gz | 10.87 KB | f1e46b60cce6642d6d6115c0f6b34aa7 |
| money-5.x-1.3.zip | 11.98 KB | c1b91e62ae58b1818a317fe7e14dc769 |
Release notes
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
money 5.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| money-5.x-1.2.tar.gz | 9.96 KB | 077c88769bcc73a4da8e94049830c343 |
| money-5.x-1.2.zip | 11.1 KB | e76e652d56690905b98ac018b201629e |
Release notes
Fixed #171830 and #171686.
money 5.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| money-5.x-1.1.tar.gz | 9.97 KB | 8d045c0e561bc400d00012db44bfb474 |
| money-5.x-1.1.zip | 11.13 KB | 6218542880f58948a71f13c804dced28 |
Release notes
Fixed #166020 (PHP 4 compatibility problem).
money 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| money-5.x-1.0.tar.gz | 9.63 KB | 3c99124cf52b989c77c518365e868332 |
| money-5.x-1.0.zip | 10.78 KB | 3b1e39a9e63c9974488e9f9b8bf05e95 |
Release notes
Initial release.
money 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| money-5.x-1.x-dev.tar.gz | 11.47 KB | 7a11f197ac7d29216c7e3a7066142167 |
| money-5.x-1.x-dev.zip | 12.48 KB | 02b4b922801bba3d8fc2280dc32b8b28 |
Release notes
Development snapshot.