Brick\Money v0.6.0 Release Notes
Release Date: 2022-08-02 // over 2 years ago-
๐ฅ ๐ฅ Breaking changes
- Minimum PHP version is now 7.4
AbstractMoney::getAmount()
now has a return type- 0๏ธโฃ
CurrencyConverter
's constructor does not accept a default$context
anymore CurrencyConverter::convert()
now requires the$context
previously accepted by the constructor as third parameterMoney::allocateWithRemainder()
now refuses to allocate a portion of the amount that cannot be spread over all ratios, and instead adds that amount to the remainder (#55)Money::splitWithRemainder()
now behaves likeallocateWithRemainder()
๐ โจ New ISO currencies
SLE
(Leone) in Sierra Leone (SL
)
๐ ๐ Improvements
- Compatibility with
brick/math
version0.10