An eclectic variety of features and bug fixes
Hi Makers!
This release handles several bug fixes within MakerBundle and adds support for translating ResetPasswordBundle Exception messages, using constants instead of strings with make:voter
, improved types for Collection
getter methods in Entities, and support for attributes in make:registration
!
Diff: v1.36.4...v1.37.0
Happy making!
CHANGELOG
v1.37.0
February 16th, 2022
Feature
- #1062 - [MakeRegistration] add support for verify email attributes - @jrushlow
- #1059 - [make:reset-password] Translate exception reasons provided by ResetPasswordBundle - @bocharsky-bw
- #1057 - [Voter] Refactor attributes - @mdoutreluingne
- #1040 - [make:entity] Changing getter PHPDoc return type on Collection - @mehdibo
Bug Fix
- #1060 - Add missing Passport use statement - @bocharsky-bw
- #1032 - [reset-password] Coding standards - Twig - @seb-jean
- #1031 - [verify-email] Coding standards - Twig - @seb-jean
- #1027 - Fixing wrong messaging in make:auth about checking password in final steps - @weaverryan
- #985 - [make:auth] fix security controller attributes - @jrushlow