Releases: TheBigBrainsCompany/TbbcMoneyBundle
Releases · TheBigBrainsCompany/TbbcMoneyBundle
7.1
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
PairManagerInterfaceinstead oftbbc_money.pair_manager,
the same goes with any othertbbc_money.service id.
What's Changed
- chore: allow doctrine/doctrine-bundle 3 by @Chris53897 in #204
- ci: update actions/checkout 4 => 5 by @Chris53897 in #202
- Enable dependabot by @johanwilfer in #205
- chore(deps-dev): bump symplify/easy-coding-standard from 12.6.2 to 13.0.0 by @dependabot[bot] in #206
- Use specific commits in CI to avoid takover in depending repos by @johanwilfer in #207
- Composer upgrade by @johanwilfer in #208
- Copilot instrcutions by @johanwilfer in #209
- switch to symfony 7.4 for tests (as symfony 7 minor versions are not … by @johanwilfer in #212
- Composer update deps by @johanwilfer in #210
- feat: migrate config xml to php by @Chris53897 in #201
- Don't use parameters for class-names by @johanwilfer in #213
- updates change log by @johanwilfer in #214
New Contributors
- @dependabot[bot] made their first contribution in #206
Full Changelog: 6.1.0...7.0
6.1.0
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
- Fix CI, by using an older Mongodb version for Symfony 5.4 and Php 8.1 by @johanwilfer in #191
- Docker dev containers by @johanwilfer in #190
- Php cs rector by @johanwilfer in #193
- cs fix by @johanwilfer in #194
- Rector fix, step 1 by @johanwilfer in #195
- Rector step2 by @johanwilfer in #196
- rector - step 3 by @johanwilfer in #197
- Phpstan by @johanwilfer in #198
- ci: Add tests for PHP 8.5 by @Chris53897 in #189
- Release 6.1 by @johanwilfer in #200
Full Changelog: 6.0.5...v.6.1.0
6.0.5
What's Changed
- chore: Add tests for PHP 8.4 by @Chris53897 in #185
- fix: deprecation for fgetcsv in CsvStorage.php by @Chris53897 in #188
- feat: allow PHPUnit 11 and 12 by @Chris53897 in #175
Full Changelog: v6.0.4...6.0.5
v6.0.4
What's Changed
- Remove deprecated twig spaceless filter by @mustanggb in #186
- feat: fix deprecation for PHP 8.4 by @Chris53897 in #187
Full Changelog: 6.0.3...v6.0.4
6.0.3
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
What's Changed
- Fix
tbbc_money.pair_history_managerservice 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
v.6.0.0
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/templatingand template function (use twig) - Make
PairManagerInterfacereadonly in commands
Internal Developer things
- Migrate PHPUnit to version 10.
What's Changed
- feat: remove symfony/templating by @Chris53897 in #154
- feat: drop support for PHP < 8.1 by @Chris53897 in #162
- chore: small improvements by @Chris53897 in #169
- feat: make constructor parameter readonly for command by @Chris53897 in #168
- docs: improve format of code snippets by @Chris53897 in #167
- Add document storage by @mustanggb in #163
- Fix psalm errors by @mustanggb in #170
- docs: add infos to run tests local with mongoDB by @Chris53897 in #172
- feat: remove support for "moneyphp/money" < 4.5 by @Chris53897 in #173
- feat: support doctrine/orm 3 and doctrine/dbal 4 by @Chris53897 in #176
- Prepare for rc1 release by @johanwilfer in #178
- feat: fix deprecation for Extension by @Chris53897 in #179
New Contributors
- @mustanggb made their first contribution in #163
Full Changelog: 5.2.0...v.6.0.0
v6.0.0 release candidate 1
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/templatingand template function (use twig) - Make
PairManagerInterfacereadonly in commands
Internal Developer things
- Migrate PHPUnit to version 10.
What's Changed
- feat: remove symfony/templating by @Chris53897 in #154
- feat: drop support for PHP < 8.1 by @Chris53897 in #162
- chore: small improvements by @Chris53897 in #169
- feat: make constructor parameter readonly for command by @Chris53897 in #168
- docs: improve format of code snippets by @Chris53897 in #167
- Add document storage by @mustanggb in #163
- Fix psalm errors by @mustanggb in #170
- docs: add infos to run tests local with mongoDB by @Chris53897 in #172
- feat: remove support for "moneyphp/money" < 4.5 by @Chris53897 in #173
- feat: support doctrine/orm 3 and doctrine/dbal 4 by @Chris53897 in #176
- Prepare for rc1 release by @johanwilfer in #178
New Contributors
- @mustanggb made their first contribution in #163
Full Changelog: 5.2.0...v6.0.0rc1