Rename gdprdelete action to gdpr-delete

This commit is contained in:
bscheshirwork
2018-10-15 18:29:03 +03:00
parent c0afdd55c9
commit 10afb076c4
6 changed files with 9 additions and 7 deletions

View File

@ -19,6 +19,7 @@
- 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)
- Fix #254: Rename `GDPR` properties to `lowerCamelCase` style (bscheshirwork)
- Fix #258: Rename `GDPR` delete action to `lowerCamelCase`/`dash` style (bscheshirwork)
## 1.1.4 - February 19, 2018
- Enh: Check enableEmailConfirmation on registration (faenir)