Skip to content

Release v0.0.3

Choose a tag to compare

@github-actions github-actions released this 27 Jan 07:20

fix: DoctrineBundle middleware configuration compatibility

  • Changed from using yamlMiddleware to always using middlewares for DoctrineBundle 2.x
  • yamlMiddleware is not reliably available across all DoctrineBundle 2.x versions
  • Fixes 'Unrecognized option yamlMiddleware' errors when installing the bundle
  • Updated documentation (CHANGELOG, UPGRADING, COMPATIBILITY)
  • Added tests for middleware configuration methods

Changelog

Fixed

  • DoctrineBundle middleware configuration - Fixed compatibility issue with yamlMiddleware option
    • Changed from using yamlMiddleware to always using middlewares for DoctrineBundle 2.x
    • yamlMiddleware is not reliably available across all DoctrineBundle 2.x versions
    • middlewares is more widely supported and works consistently across all 2.x versions
    • Fixes "Unrecognized option 'yamlMiddleware'" errors when installing the bundle
    • Updated documentation to reflect this change

Commits

  • fix: DoctrineBundle middleware configuration compatibility (8de3d24)