Cents deprecated, Minor units introduced
2.5.0
Added
- Added Money::createFromMinorUnits to return Money object from minor units
- Added MoneyNormalizer::mapFromMinorUnits to map a Money object from minor units
Deprecated
- Deprecated Money::createFromCents - more abstract Money::createFromMinorUnits is to be used instead
- Deprecated MoneyNormalizer::mapFromCents - MoneyNormalizer::mapFromMinorUnits is to be used instead