Skip to content

Releases: TheBigBrainsCompany/TbbcMoneyBundle

7.1

28 Jan 08:16
bb9431e

Choose a tag to compare

What's Changed

Full Changelog: 7.0...7.1

7.0

17 Dec 09:07
f280e53

Choose a tag to compare

7.0

Versions from 7.0

2025-12-17 : updates for 7.0.0 version

New features

  • Allow doctrine/doctrine-bundle ^2|^3
  • Migrate config from xml to php, support Symfony 8

BC breaking changes

  • Bumped minimum PHP version to PHP ^8.2
  • Bumped minimum Symfony version to Symfony ^6.4
  • The old string based service ids are removed, use class based service ids instead injecting PairManagerInterface instead of tbbc_money.pair_manager ,
    the same goes with any other tbbc_money. service id.

What's Changed

New Contributors

Full Changelog: 6.1.0...7.0

6.1.0

05 Nov 22:22
a2d1f1c

Choose a tag to compare

2025-11-05 : updates for 6.1.0 version

Internal Developer things

  • Added docker compose with images for all supported PHP versions for easier development
  • Add PHP ECS for style fix/check and Rector for automatic upgrades
  • Replaced Psalm with PHPStan
  • Rector and ECS automatically runs in CI
  • Add support for PHP 8.5 in CI and docker

What's Changed

Full Changelog: 6.0.5...v.6.1.0

6.0.5

02 Jun 14:37
da9ba00

Choose a tag to compare

What's Changed

Full Changelog: v6.0.4...6.0.5

v6.0.4

30 Nov 18:48
ec0d682

Choose a tag to compare

What's Changed

Full Changelog: 6.0.3...v6.0.4

6.0.3

07 Sep 07:36
9f25401

Choose a tag to compare

What's Changed

  • Relax mongodb-odm constraints after listSearchIndexes exception resolution by @mustanggb in #184

Full Changelog: 6.0.2...6.0.3

6.0.2

27 Aug 17:45
f5d13ce

Choose a tag to compare

What's Changed

  • Fix tbbc_money.pair_history_manager service definition by @hhamon in #181 (revert ORM service is optional by @mustanggb in #180)

Full Changelog: 6.0.1...6.0.2

6.0.1

26 Aug 05:59
37394d8

Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...6.0.1

v.6.0.0

19 Jun 04:42

Choose a tag to compare

Versions from 6.0

2024-06-19 : updates for 6.0.0 version

New features

  • Add support for MongoDB
  • Add support for doctrine/orm 3 and doctrine/dbal 4

BC breaking changes

  • Bumped minimum PHP version to PHP ^8.1
  • Drop support for moneyphp/money < 4.5
  • Drop symfony/templating and template function (use twig)
  • Make PairManagerInterface readonly in commands

Internal Developer things

  • Migrate PHPUnit to version 10.

What's Changed

New Contributors

Full Changelog: 5.2.0...v.6.0.0

v6.0.0 release candidate 1

26 Apr 06:14
ca4853a

Choose a tag to compare

Pre-release

Versions from 6.0

2024-04-26 : updates for 6.0.0-rc1 version

New features

  • Add support for MongoDB
  • Add support for doctrine/orm 3 and doctrine/dbal 4

BC breaking changes

  • Bumped minimum PHP version to PHP ^8.1
  • Drop support for moneyphp/money < 4.5
  • Drop symfony/templating and template function (use twig)
  • Make PairManagerInterface readonly in commands

Internal Developer things

  • Migrate PHPUnit to version 10.

What's Changed

New Contributors

Full Changelog: 5.2.0...v6.0.0rc1