Skip to content

Releases: TheBigBrainsCompany/TbbcMoneyBundle

v2.5.0

25 Oct 21:34
Compare
Choose a tag to compare
  • 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

25 Oct 21:34
Compare
Choose a tag to compare
  • 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

25 Oct 21:35
Compare
Choose a tag to compare
  • 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

25 Oct 21:35
Compare
Choose a tag to compare
  • no BC Break
  • new : history of currency ratio saved

v2.2.0

25 Oct 21:35
Compare
Choose a tag to compare

v2.1.1

25 Oct 21:36
Compare
Choose a tag to compare
  • 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

25 Oct 21:36
Compare
Choose a tag to compare
  • no BC Break
  • new parameter : decimal count in config.yml for number of decimals (for every money)

v2.0.1

25 Oct 21:36
Compare
Choose a tag to compare

only README fixes

v2.0.0

25 Oct 21:37
Compare
Choose a tag to compare
  • 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

25 Oct 21:38
Compare
Choose a tag to compare
  • 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)