Merge branch 'master' into issue_49

This commit is contained in:
Antonio Ramirez
2017-08-09 15:38:08 +02:00
committed by GitHub
7 changed files with 13 additions and 11 deletions

View File

@ -2,6 +2,8 @@
## 1.0.13 - Work in progress
- Fix #49: Fix wrong call of method make() for set attributes (MKiselev)
- Enh #46: Use safeUp()/safeDown() instead up()/down() in migrations (MKiselev)
- Fix #51: Typo fix rememberLoginLifeSpan to rememberLoginLifespan (MKiselev)
## 1.0.12 - August 6, 2017
- Bug Fix: Modify ResetPasswordService to forcely update password_hash field (tonydspaniard)