Releases: Payum/PayumBundle
Releases · Payum/PayumBundle
Release 2.6.0
What's Changed
- Fixed typo in deprecation notice. by @kkevindev in #553
- Fixed a typo in the deprecation notice. by @kkevindev in #554
- feat: support symfony 7 by @Chris53897 in #555
- feat: clean up README.md by @Chris53897 in #546
- chore: fix ci deprecations by @Chris53897 in #558
- Move classes from Payum\Core\Bridge\Symfony into PayumBundle by @pierredup in #557
- feat: allow doctrine orm > 3.0 by @Chris53897 in #559
- feat: merge symfony bridge (symfony 7) by @Chris53897 in #560
- Fix documentation URL in README.md by @sovetski in #561
New Contributors
- @kkevindev made their first contribution in #553
- @sovetski made their first contribution in #561
Full Changelog: 2.5.2...2.6.0
Release 2.5.2
What's Changed
- Set the
payum.builder
service as a private andpayum
service as lazy by @pierredup in #551
Full Changelog: 2.5.1...2.5.2
Release 2.5.1
What's Changed
- add ci tests for php8.2, bump github action versions by @Chris53897 in #547
- Add storages when constructing extension by @pierredup in #548
Full Changelog: 2.5.0...2.5.1
Release 2.5.0: Symfony 6 Support 🎉
🎉🎉 This release includes full Symfony 6 support! 🎉🎉
What's Changed
- docs: fix typo in example for config yaml by @Chris53897 in #534
- Feature/update phpunit 8 to 9 by @Chris53897 in #536
- feat: add typehints for factories by @Chris53897 in #538
- feat: php 7.4 features and typehints by @Chris53897 in #537
- trans: add german language (de) by @Chris53897 in #542
- fix: symfony/phpunit-bridge version constraint by @Chris53897 in #544
- docs: update to symfony 4 flex and fix wrong links, small improvements by @Chris53897 in #543
- Feat: support symfony6 by @Chris53897 in #541
New Contributors
- @Chris53897 made their first contribution in #534
Full Changelog: 2.4.2...2.5.0
Release 2.4.2
What's Changed
- Update translations by @bghosts in #498
- Update payum/core dependency by @RealAestan in #519
- Add support for PHP 8 by @pierredup in #524
- Migrate from Travis to Github Actions by @pierredup in #525
- Add missing dev package to fix tests by @pierredup in #526
- Fixed compliance with psr-4 autoloading standard for test classes by @encreinformatique in #516
- Symfony 5 Controller dependency injection by @davidmpaz in #517
- Register payum service in PayumController by @pierredup in #527
New Contributors
- @bghosts made their first contribution in #498
- @RealAestan made their first contribution in #519
- @pierredup made their first contribution in #524
- @encreinformatique made their first contribution in #516
- @davidmpaz made their first contribution in #517
Full Changelog: 2.4.1...2.4.2
2.4.1: Merge pull request #505 from Tetragramat/tests
fixed compatibility with symfony 5
2.4.0: Merge pull request #501 from DomasA/symfony-5-compatibility
2.3.4: Merge pull request #492 from malarzm/fix-routing-deprecations
Use FQCN::method notation
2.3.3: Merge pull request #487 from hacfi/symfony-4.2
Fix Symfony 4.2 deprecations
2.3.2: Merge pull request #485 from winzou/post-redirect
Allow sessionTokenAction to POST redirect