Skip to content

Releases: symfony/maker-bundle

Bug fix for make:entity and older ManagerRegistry

21 Apr 19:20

Choose a tag to compare

Hi friends!

Version 1.15.0 introduced a bug where make:entity may generate an invalid Repository class when using DoctrineBundle 1.11 or lower.

  • bug #591 Fixing a bug where the wrong ManagerRegistry was sometimes used in repositories - thanks to @weaverryan
  • bug #588 fixed missing doctrine dependency - thanks to @jrushlow

Happy making!

New Makers: make:reset-password, make:message & more!

05 Apr 10:55

Choose a tag to compare

Hi friends!

This new release packs in 3 new Maker commands that I'm very excited about:

  • [make:reset-password] New make:reset-password to generate an
    entire "reset password" controller, forms, template setup - #567
    thanks to @jrushlow and @romaricdrigon

  • [make:message] New make:message command to generate a
    Messenger messaage & handler class - #338 thanks to @nikophil

  • [make:messenger-middleware] New make:messenger-middleware
    command to generate a middleware for Messenger

Enjoy and happy making!

Bug fix make:subscriber and some event class names

04 Mar 13:58

Choose a tag to compare

Hi!

Our last shiny bug fix release uncovered one other bug that we've now squashed:

  • #552 Fixing bug where passing the full class name as the event didn't return same string (thank to @weaverryan)

Happy making!

Bug fix for make:subscriber

04 Mar 13:25

Choose a tag to compare

Hi!

This release fixes one bug for make:subscriber:

Happy making!

Bug fix for security.yaml updating

02 Mar 15:28
b06ebe5

Choose a tag to compare

Hi!

This release contains several bug fixes, including an important one related to updating security.yaml:

  • bug #546 Fix SecurityConfigUpdater (thanks to @nikophil)
  • bug #493 Use ManagerRegistry interface from doctrine ( thanks to @hason)
  • bug #487 Yaml source manipulator - fix access control (thanks to @weaverryan)
  • bug #529 Fix user class name on upgradePassword method of user repository (thanks to @pyrech)

Happy making!

Fixing make:functional-test with Symfony 5

07 Nov 00:57

Choose a tag to compare

Hi friends!

A tiny fix to make sure make:functional test works correctly with Symfony5 - see #490 from @fabpot.

Happy making!

Removing unnecessary Panther dependency

04 Nov 13:54

Choose a tag to compare

Hi!

A very tiny tweak to make functional tests smoother:

  • #484 Removed Panther dependency from the functional test maker - thanks to @javiereguiluz

Happy making!

Removing deprecated json_array & fixing accessibility in login form

01 Nov 19:41

Choose a tag to compare

Hiya!

A very small release:

Happy Making!

Adding Symfony 5 Support

24 Oct 13:37

Choose a tag to compare

Hi Makers!

An exciting... but mostly boring release. v1.14 adds no new features and doesn't fix any bugs. But it does allow MakerBundle to be used with Symfony 5. Woo!

Happy making!

Various small bug fixes

18 Oct 01:43

Choose a tag to compare

Hi friends!

This release comes with several minor bug fixes to make sure the things that you make keep making you happy.

Changes: v1.13.0...v1.13.1

Happy Making!