Skip to content

Releases: yceruto/money-bundle

v1.4.0

17 Nov 18:15
337cc3c

Choose a tag to compare

What's Changed

Full Changelog: v1.3.4...v1.4.0

v1.3.4

27 Nov 02:06
200953d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.3...v1.3.4

Fix Doctrine mapping xml schema

07 Nov 02:34
b533d0b

Choose a tag to compare

v1.3.3

fix doctrine mapping xml schema

Fix tests

07 Nov 02:21
5b94a18

Choose a tag to compare

v1.3.2

fix tests

Fix Doctrine mapping

07 Nov 02:18
4790c6e

Choose a tag to compare

v1.3.1

fix future doctrine orm compatibility

Add Symfony 7 compatibility

04 Nov 15:33
f182e66

Choose a tag to compare

Merge pull request #13 from yceruto/symfony_7_compat

Add Symfony 7 compatibility

Fixed Symfony 6.3 support

08 Aug 22:53
2f7079f

Choose a tag to compare

2f7079f

[BC BREAK] renaming DI build parameters which were removed in 6.3

Before, all container parameters started with a .. However, this is the new convention adopted by Symfony 6.3 for building parameters that are available only at compile time. After the building process is finished, they are removed from the container. Thus the . for each parameter defined in this bundle was removed

v1.1.0 Persisting amount as integer

30 Jan 19:20
5fad0ce

Choose a tag to compare

This fixes the SQLite math comparison expression with this amount field

v1.0.9 Add doctrine toggle

17 Jan 18:04

Choose a tag to compare

v1.0.8 Improve MoneyDto to allow null values

11 Jan 15:14
70722dc

Choose a tag to compare

Merge pull request #8 from yceruto/dto

Improve MoneyDto to initialize null by default