Skip to content

Releases: nowo-tech/WalletQRBundle

Release v2.0.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 09:37

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

Choose a tag to compare

@github-actions github-actions released this 30 Jun 09:28

Release 1.1.0

Changelog

Added

  • DI integration tests for NowoWalletQrExtension.
  • Additional unit tests for NowoWalletQrBundle and WalletQrExtension.
  • Git pre-commit hooks (.githooks/pre-commit) installable via make 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/WalletQrBundle in 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/CODEOWNERS and .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

Full Changelog: v1.0.0...v1.1.0

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 13:45

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.
  • WalletQrService with Android/iOS pair generation.
  • Twig helpers wallet_qr_data_uri and wallet_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