Skip to content

v1.1.6

Compare
Choose a tag to compare
@ve3 ve3 released this 30 Sep 03:42
· 12 commits to master since this release
  • Fix toBytes() on float/double/contain dot number to return false.
  • Fix zero leading for full number. (change$num{0} to just $num).
  • Fix do not display net for convert Thai Baht.
  • Fix dot number to dot number zero, for example: 1.2 to 1.20 before convert Thai Baht.
  • Remove zero leading in convertNumberWithScale() method.
  • Add more tests for via-http and phpunit.