Skip to content

Releases: symfony/maker-bundle

bug fixes for "reset password" and "verify email" expiration dates

18 Dec 17:11
Compare
Choose a tag to compare

Hi Makers!

This release includes a bug fix in #770 (thanks to @jrushlow) for the generated code in the "verify email" and "reset password" email templates. Each library fixed a timezone bug, and MakerBundle now generates code that takes advantage of that fix.

Changes: v1.26.0...v1.26.1

Cheers!

Support for Symfony 5.2 "authenticators" in make:auth

17 Dec 20:01
Compare
Choose a tag to compare

Hi makers!

This release updates the make:auth command to automatically generate the "new style" authenticators if you have the new authenticator-based security enabled (enable_authenticator_manager: true).

Thanks to @jrushlow in #736 for this

Changes: v1.25.0...v1.26.0

Have fun!

Allowing doctrine/inflector v2

07 Dec 14:49
Compare
Choose a tag to compare

Hi Makers!

This release re-adds support for doctrine/inflector v2 (v1 is still supported) and contains
some bug fixes.

Highlights:

  • Add support for doctrine/inflector v2 (v1 is still allowed) - #758 thanks to @jrushlow!
  • [make:entity] Fixed setting a null value for OneToMany - #755 thanks to @Kocal!

Differences:

v1.24.2...v1.25.0

Happy making!

Fixing typo for PostgreSQL in make:docker:database

27 Nov 17:50
Compare
Choose a tag to compare

Hi Makers!

This release contains one bug fix if you're using make:docker:database with PostgreSQL:

  • fixed typo in postgres extension name #749 - thanks to @jrushlow

Happy Making!

Fixing bad version of dependency

25 Nov 17:21
Compare
Choose a tag to compare

Hi Makers!

This fixed a bad dependency version of symfony/deprecation-contracts - see #746.

Cheers!

Support for PHP 8 Route Attributes

25 Nov 14:25
Compare
Choose a tag to compare

Hi Makers!

This release adds support for generating routes with PHP 8's Route attributes instead of the @Route annotation if you're using PHP 8:

  • Use PHP 8 Route attributes when using PHP 8 - #725 thanks to @jrushlow!
  • Improve version detection by reading config.platform.php - #728 thanks to @jrushlow!

Happy making!

Added PHP 8 support

28 Oct 15:38
Compare
Choose a tag to compare

Hi Makers!

This is release adds support for php 8! And

  • Added experimental PHP 8 support. The bundle now allows php 8 and all
    maker commands (whose dependencies allow PHP 8) now having passing tests.
    Thanks to @fabot in #699

See v1.22.0...v1.23.0 for changes

Happy making!

Optimized remove*() make:entity methods + many nice bug fixes

23 Oct 01:02
Compare
Choose a tag to compare

Hi Makers!

This is release mostly contains numerous minor bug fixes, but also 2 nice features:

  • [make:entity] Optimized how the removeXXXX() methods are generated
    for relationships - #675 thanks to @mhabibi!

  • [make:serializer:normalizer] Generated a better template, trying to
    guess the class you might be normalizing - #672 thanks to @BatsaxIV

See v1.21.1...v1.22.0 for changes

Happy making!

Bug fix for doctrine/persistence 2

29 Aug 18:07
Compare
Choose a tag to compare

Hi Makers!

This is a tiny release that contains one more bug fix to support doctrine/persistence 2 - see #668

Happy making!

Bug fix for new DoctrineBundle, various new features

25 Aug 21:17
1a32023
Compare
Choose a tag to compare

Hi Makers!

This release contains a bug fix that caused a problem with make:entity when using DoctrineBundle > 2.1.1 - see #667. The release also comes with several new features:

  • [make:docker:database] When using MySQL, a "main" database is now created automatically for you - #656 thanks to @robmeijer!

  • [make:voter] Better generated entity "guess" - #658 thanks to @yahyaerturan!

  • [make:command] Use the new Command::SUCCESS when available - #664 thanks to @Chi-teck!

Happy making!