Skip to content

Releases: Mistralys/currency-parser

Mailcode update

06 Sep 13:05
Compare
Choose a tag to compare

Included in this release:

  • Dependencies: Updated Mailcode to v3.2.0.

Mailcode compatibility

14 Apr 09:01
Compare
Choose a tag to compare

Included in this release:

  • Parser: Fixed special case where a Mailcode placeholder ends with a dot.

Fixed EUR HTML entity

13 Apr 06:17
Compare
Choose a tag to compare

Included in this release:

  • Parser: Fixed wrong HTML entity number for the Euro symbol.

Leftover debug output fix

11 Apr 07:32
Compare
Choose a tag to compare

Included in this release:

  • Parser: Fixed a stray print_r not being tied to the debug setting (thanks @timxsarus!).

Euro name fix

06 Apr 11:52
Compare
Choose a tag to compare

Included in this release:

  • Parser: Now ignoring the written "Euro" currency name.
  • Added reasoning behind ignoring "Euro" in the readme.

Mailcode compatibility

03 Apr 09:42
Compare
Choose a tag to compare

Included in this release:

  • Parser: Fixed Mailcode placeholders recognized as prices (#2).

Bugfix release.

14 Mar 08:29
Compare
Choose a tag to compare

Included in this release:

  • Parser: Fixed false positives detected in some cases (#1).

Bugfix release.

23 Feb 13:53
Compare
Choose a tag to compare

Included in this release:

  • Parser: Fixed standalone currency names causing PHP notices.

Bugfix release.

23 Feb 10:06
Compare
Choose a tag to compare

Included in this release:

  • Parser: Fixed price detection in some edge cases.
  • Parser: Fixed not detecting a currency when the default symbol currency is not in the expected list.
  • Tests: Added expected international formatting verification.
  • Tests: Added PHPStan configuration and batch files.
  • Code: Fixed PHPStan analysis recommendations.

Bugfix release.

22 Feb 15:40
Compare
Choose a tag to compare

Included in this release:

  • Parser: Fixed trailing whitespace being stripped from prices.