Skip to content

V1.0.3: Large Number Visualisation

Choose a tag to compare

@aawnu aawnu released this 25 Aug 09:25
· 314 commits to master since this release
  • Updated intval("1_000_000") to intval(strtr("1_000_000", ["_" => ""]) so PHP converts it to 1,000,000 instead of 1

Full Changelog: v1.0.2...v1.0.3