Skip to content

Releases: Helvetitec/laramoney

Version 1.2.0

24 Jan 13:29
Compare
Choose a tag to compare

What's New

  • Updated helvetitec/money library to newest phpmoney/money version.

Version 1.1.1

24 Jan 11:19
Compare
Choose a tag to compare

Fixes

  • Fixed bug in getPercentage method which would cause the value to be always zero

Version 1.1

23 Jan 15:11
Compare
Choose a tag to compare

What's New?

  • Added getPercentage() method which can give a value of $value * ($percentage / 100)

Full Changelog: v1.0.12...v1.1

Version 1.0.12

10 Jan 12:48
Compare
Choose a tag to compare

Fixes

Version 1.0.11 (Hotfix)

24 Nov 21:26
Compare
Choose a tag to compare

Fixes

  • Fixed exception in LaraMoneyHelper::parse function if the value is either NULL or is a string/integer due to wrong parsing of the default currency. (Was loaded as string, but should've been a Money\Currency object

Version 1.0.10 (Hotfix)

22 Nov 14:29
Compare
Choose a tag to compare

Version 1.0.9 (Hotfix)

07 Nov 21:22
Compare
Choose a tag to compare

Fixes

  • Added missing NULL as allowed return type to LaraMoneyCast

Version 1.0.8

07 Nov 21:20
Compare
Choose a tag to compare

Changes

  • It is now possible to add a NULL value to the LaraMoneyCast.

Version 1.0.7

07 Nov 18:03
Compare
Choose a tag to compare

Whats New?

  • Added centsToString method to LaraMoneyHelper class to directly convert an integer value (in cents) to a string output, bypassing a step

Version 1.0.6

01 Nov 12:04
Compare
Choose a tag to compare

Full Changelog: v1.0.5...v1.0.6