Skip to content

Releases: symfony/maker-bundle

Tiny bug fix with generated variable casing

10 Feb 19:23

Choose a tag to compare

Hi Makers!

This release contains one bug fix for make:auth with an upper case variable name - see #812 - thanks @jrushlow

Diff: 1.29.0...v1.29.1

Happy making!

New Command: make:test

07 Feb 01:05

Choose a tag to compare

Hi Makers!

This release contains various minor fixes and a new make:test command!

  • [make:test] Added a new command that interactively asks you between
    several different styles of test classes. See #807 thanks to @dunglas.

Diff: 1.28.0...v1.29.0

Happy making!

Fix for make:reset-password & Various Enhancements

15 Jan 18:24

Choose a tag to compare

Hi Makers!

This release contains a number of small features or bug fixes:

  • #785 [make:reset-password] Addresses an issue with the wrong "token expires in DATETIME" being rendered on the confirmation page - thanks to @jrushlow
  • #784 Sort entity auto-completion in various commands - thanks to @zorn-v
  • #787 [make:registration-form] Fix for generated controller with anonymous email verification

Diff: 1.27.0...v1.28.0

Happy making!

make:registration-form: allow email verification without log in

08 Jan 18:17

Choose a tag to compare

Hi Makers!

This release includes a new feature related to "email verification" during registration.

HIGHLIGHTS

  • [make:registration-form] Added a new question to generate code that will allow
    users to click on the "verify email" link in their email without needing to be
    authenticated - #776 thanks to @jrushlow!

Changes: v1.26.1...v1.27.0

Happy making!

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

18 Dec 17:11

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

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

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

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

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

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!