Skip to content

Releases: headsnet/money-bundle

Allow Symfony 7.*

31 May 06:49
7fbaac9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.11...v0.1.12

Fix Symfony serializer deprecations

28 Aug 15:16
Compare
Choose a tag to compare
Add missing optional parameters and getSupportedTypes method to seria…

…lizers

Get locale from Translator service

13 May 13:12
Compare
Choose a tag to compare

Use the Translator service to provide the locale, instead of the RequestStack service.

The RequestStack cannot provide the locale when used in the CLI context, whereas the Translator service can.

Set input mode to show numeric keypad on mobile devices

05 Apr 17:51
Compare
Choose a tag to compare

Take into account currency when transforming form data

05 Apr 13:05
Compare
Choose a tag to compare
v0.1.8

Take into account currency when transforming form data

Format money according to default locale

27 Feb 11:19
Compare
Choose a tag to compare

Take the default locale from the request, rather than having it hard-coded to fr_FR.

Validator constraints support PHP 8 attributes

19 Feb 14:19
Compare
Choose a tag to compare

Bump minimum PHP version to 7.4

09 Sep 10:12
1654702
Compare
Choose a tag to compare

What's Changed

  • Bump minimum PHP version to 7.4 by @benr77 in #1
  • Bump minimum Symfony version to 4.4 by @benr77 in #2
  • Add tests for Money validator constraints by @benr77 in #3
  • Add badges to README by @benr77 in #4

Full Changelog: v0.1.4...v0.1.5

Automatically register Currency DBAL type

13 Aug 12:16
Compare
Choose a tag to compare

The bundle now automatically registers the Currency DBAL type, so it no longer needs to be manually added to the doctrine.yml configuration file.

PHP 8.1 and Money 4.x support

05 Jan 10:36
Compare
Choose a tag to compare
v0.1.1

Bump Money library version