Skip to content

Releases: yceruto/money-bundle

Fix Doctrine mapping xml schema

07 Nov 02:34
b533d0b
Compare
Choose a tag to compare
v1.3.3

fix doctrine mapping xml schema

Fix tests

07 Nov 02:21
5b94a18
Compare
Choose a tag to compare
v1.3.2

fix tests

Fix Doctrine mapping

07 Nov 02:18
4790c6e
Compare
Choose a tag to compare
v1.3.1

fix future doctrine orm compatibility

Add Symfony 7 compatibility

04 Nov 15:33
f182e66
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

v1.0.8 Improve MoneyDto to allow null values

11 Jan 15:14
70722dc
Compare
Choose a tag to compare
Merge pull request #8 from yceruto/dto

Improve MoneyDto to initialize null by default

add .gitattributes

10 Jan 22:49
Compare
Choose a tag to compare
v1.0.7

add .gitattributes

v1.0.6 Doctrine Mapping Integration

09 Jan 22:25
410b02f
Compare
Choose a tag to compare
Merge pull request #7 from yceruto/doctrine

add doctrine mapping