Releases: symfony/maker-bundle
cve-2021-21424 Prevent user enumeration for Symfony 3.4
security #cve-2021-21424 Prevent user enumeration (jrushlow) - implemented for a version compatible with Symfony 3.4
cve-2021-21424 Prevent user enumeration
CHANGELOG
security #cve-2021-21424 Prevent user enumeration (chalasr)
make:entity UX Turbo Support, Symfony 5.3 support, more PHP 8 support
Hi Makers!
This release contains a large number of enhancements, especially related to supporting Symfony 5.3 features and PHP 8 in more places:
Features:
#864 - [make:command] template: add void return type to configure method - @duboiss
#862 - [make:user] implement getUserIdentifier if required - @jrushlow
#860 - Add support for Symfony UX Turbo - @dunglas
#859 - use attributes for API Platform when using PHP 8+ - @dunglas
#855 - [reset-password] allow anyone to access check email - @jrushlow
#853 - [make:voter] generate type hints - @jrushlow
#849 - [make:user] user entities implement PasswordAuthenticatedUserInterface - @jrushlow
#826 - Add autocomplete html tag to forms - @duboiss
#822 - [make:command] lets use attributes if possible - @jrushlow
Diff: v1.30.2...v1.31.0
Happy making!
make:entity - one more fix for DoctrineBundle 2.3 and greater
Hi Makers!
This release contains one MORE small fix for make:entity
when used with DoctrineBundle 2.3 and higher. This fixes #845 where, in some cases, the fix from version 1.30.1 was incomplete.
See #847 for the fix.
Diff: v1.30.1...v1.30.2
Happy making!
make:entity Fix for DoctrineBundle 2.3 and greater
Hi Makers!
This release contains one small fix for make:entity
when used with DoctrineBundle 2.3 and higher.
See #844 for the fix and #841 for more details.
Diff: 1.30.0...v1.30.1
Happy making!
make:crud Customizable controller name
Hi Makers!
This release contains a few small features - both for make:crud:
-
[make:crud] Ask a new question - controller name - to allow that to
be customized - #840 thanks to @weaverryan -
[make:crud] Make the delete form submit via a normal POST request
instead of delete - #825 thanks to @jrushlow
Diff: 1.29.1...v1.30.0
Happy making!
Tiny bug fix with generated variable casing
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
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
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
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!