Skip to content

Releases: symfony/maker-bundle

Bug fix for security.yaml updating

02 Mar 15:28
b06ebe5
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Hiya!

A very small release:

Happy Making!

Adding Symfony 5 Support

24 Oct 13:37
Compare
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
Compare
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!

Minor improvements and a host of bug fixes

18 Aug 17:49
Compare
Choose a tag to compare

Hi friends!

This release comes with a huge number of minor improvements and bug fixes powered by the community!
Highlights:

Happy Making!

1.12.0 Various improvements & bug fixes (including for 4.3)

09 Jul 22:22
Compare
Choose a tag to compare

Hey friends!

This, quite big release, comes with a large number of nice improvements and bug fixes, powered by the entire community. Thanks to everyone that keeps pushing and improving MakerBundle ❤️ Highlights:

  • Use [make:*-test] Use the new WebTestAssertionsTrait methods in the generated
    functional tests - #381 thanks to @adrienlucas

  • Add a agree terms checkbox to make:registration-form - #394
    thanks to @ismail1432

  • Template generation respects twig.default_path - #346
    thanks to @LeJeanbono

  • [Serializer] Normalizer now implements CacheableSupportsMethodInterface
    with condition - #399 thanks to @jojotjebaby

  • Deprecate Argon2i encoder used in make:user and use
    auto instead - #398 thanks to @nicolas-grekas

  • [make:auth] Added logout support and help for logged in user -
    in #406 thanks to @St0iK

  • Use new event class names instead of strings in make:event-subscriber -
    in #403 thanks to @jojotjebaby

Happy making!

Fix null handling of generated validators & "0" as a string

19 Apr 18:00
Compare
Choose a tag to compare

Just a small release to bring a few minor bug fixes:

  • #367 - Question helper return zero as string - thanks to @LeJeanbono
  • #376 - [make:validator] Custom constraints should ignore null and empty values - thanks to @voronkovich

Small phpdoc fix for make:validator

11 Mar 15:56
Compare
Choose a tag to compare

Small bug fix release for a php doc issue - see #370.

Have fun!