Releases: TheBigBrainsCompany/TbbcMoneyBundle
Releases · TheBigBrainsCompany/TbbcMoneyBundle
v2.5.0
- new : A brand new ratio provider based on google finance convert
- new : a simple way to choose the ratio provider from the config.yml
- doc : readme updated
- doc : better phpdoc for the RatioProviderInterface.php
2.4.0
- no BC Break
- major update in form types : form types are injected by names so extensions are invoked
- new : a brand new MoneyManager that allows to create a Money object from a float value
- doc : small fixes
v2.3.1
- no BC Break
- fix : history or ratio was saved more than once
- fix : history of the reference currency returns a 1 ratio
v2.3.0
- no BC Break
- new : history of currency ratio saved
v2.1.1
- no BC Break
- fix access to multiple entity manager : PR : #17
- fix updating multiple currencies : PR : #18
thx Xobb on github for it's PR
v2.1.0
- no BC Break
- new parameter : decimal count in config.yml for number of decimals (for every money)
v2.0.0
- BC Break : Twig/MoneyExtension moved to Twig/Extension/MoneyExtension
- BC Break : Twig/Extension/MoneyExtension changed it's internals => possible BC Break in
new : separation between formaters and twig extension
v1.4.0
- fix : datatransformer returned a null values for amounts above 1000 with a space grouping separator
- new : tbbc_simple_money field type without currency (reference currency used by default)