Money v3.0.1 Release Notes

Release Date: 2017-02-14 // about 7 years ago
  • โž• Added

    • Reversed Currencies Exchange to try resolving reverse of a currency pair
    • ๐Ÿ“š Documentation on allowed integer(ish) values when constructing Money

    ๐Ÿ›  Fixed

    • Passing integer validation when chunk started with a dash
    • Passing integer validation when the fractional part started with a dash
    • Formatting problem for Bitcoin currency with small amounts in PHP < 7.0
    • Money constructed from a string with fractional zeroes equals to a Money constructed without the fractional part (eg. '5.00' and '5')