Releases: nowo-tech/WalletQRBundle
Releases · nowo-tech/WalletQRBundle
Release list
Release v2.0.0
Release 2.0.0
Changelog
Changed
- Breaking: minimum PHP raised to 8.2; minimum Symfony raised to 7.0 (
^7.0 || ^8.0). Symfony 6 and PHP 8.1 are no longer supported. - CI matrix aligned: PHP 8.2–8.5, Symfony 7.0 / 7.4 / 8.0 / 8.1.
- Documentation updated for new requirements (README, INSTALLATION, CONTRIBUTING, DEMO-FRANKENPHP).
Full Changelog: v1.1.0...v2.0.0
Release v1.1.0
Release 1.1.0
Changelog
Added
- DI integration tests for
NowoWalletQrExtension. - Additional unit tests for
NowoWalletQrBundleandWalletQrExtension. - Git pre-commit hooks (
.githooks/pre-commit) installable viamake setup-hooks. - CodeRabbit configuration and GitHub workflow.
Changed
- CI matrix extended with Symfony 7.4 and 8.1.
- Demo projects: Symfony 7 demo targets 7.4; Symfony 8 demos: 8.1.
- Repository URLs corrected to
nowo-tech/WalletQrBundlein README,composer.json, CONTRIBUTING, and Flex post-install message. - Documentation: Symfony Flex recipe section in INSTALLATION; expanded SPEC-DRIVEN-DEVELOPMENT.
Fixed
- Duplicate blocks removed from
.github/CODEOWNERSand.github/PULL_REQUEST_TEMPLATE.md.
What's Changed
- chore(ci): bump codecov/codecov-action from 5 to 7 by @dependabot[bot] in #4
- chore(ci): bump actions/checkout from 4 to 6 by @dependabot[bot] in #2
- chore(deps): bump friendsofphp/php-cs-fixer from 3.95.5 to 3.95.7 by @dependabot[bot] in #1
- chore(ci): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #3
New Contributors
- @dependabot[bot] made their first contribution in #4
Full Changelog: v1.0.0...v1.1.0
Release v1.0.0
Release 1.0.0: initial stable release with Google Wallet, Apple Wallet, and QR code support.
Changelog
Added
- Initial release: Google Wallet save links (JWT), Apple Wallet pass URL builder, QR data URI rendering.
WalletQrServicewith Android/iOS pair generation.- Twig helpers
wallet_qr_data_uriandwallet_qr_for_url. - Symfony configuration tree
nowo_wallet_qr. - Demo applications for Symfony 6, 7, and 8.
Full Changelog: https://github.com/nowo-tech/WalletQRBundle/commits/v1.0.0