Merge branch 'master' into phpdoc-events

This commit is contained in:
Antonio Ramirez
2018-09-27 19:18:09 +02:00
committed by GitHub
14 changed files with 64 additions and 26 deletions

View File

@ -17,7 +17,9 @@
- Enh: Add controller module class reference (TonisOrmisson)
- Enh: Replace the deprecated InvalidParamException in ClassMapHelper (TonisOrmisson)
- Fix #242: Add POST filter for `admin/force-password-change` action (bscheshirwork)
- Fix #252: Delete check for unexpected property `allowPasswordRecovery` for resend email by admin (bscheshirwork)
- Enh #253: Add PHPDoc for events class (bscheshirwork)
- Fix #254: Rename `GDPR` properties to `lowerCamelCase` style (bscheshirwork)
## 1.1.4 - February 19, 2018
- Enh: Check enableEmailConfirmation on registration (faenir)