Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Releases: toksdotdev/Money-To-Words-Converter

Support PHP 8

21 Jun 17:54
1c8a330
Compare
Choose a tag to compare

This add supports for PHP 8, which in turn fixes #23.

Notice

The following version(s) of PHP have been deprecated in this release:

  • 7.1

Fix Trailing Money Group Value In Sentence

25 Sep 15:38
731c781
Compare
Choose a tag to compare

Fixes #13.

Thanks to @flarpy for pinpointing the issue.

Improved And More Concise API

30 Nov 20:26
a824ff4
Compare
Choose a tag to compare

Features

  • Support for a decimal number conversion.
  • One converter object can be used to convert different numbers via $converter->convert(<number | dedimal>).
  • Follow PHP standard naming convention.

Issues Resolved

  • Fixes #6 - Undefined method ```ChangeCurrency()````.
  • Fixes #7 - Issues with accuracy has been fixed, with a new conversion approach.
  • Fixes #8 - Update .lock file.
  • More tests.

Special Thanks

  • @oza75 - Raising an issue for decimal support
  • @mimidot - Raised an issue about accuracy and missing methods

Initial release

19 Jun 11:13
Compare
Choose a tag to compare

Features Added

  • More Language translation added
  • Added more numeric system support
  • More detailed documentation