Browse Source

updated CHANGES.md

v3-dev
REJack 7 years ago
parent
commit
baedf8f371
  1. 12
      CHANGES.md

12
CHANGES.md

@ -2,7 +2,14 @@
## LIBRARY ## LIBRARY
### ADDED
- $session
### RENAMED ### RENAMED
- $config_vars => $config
- flash_errors => $flashErrors
- flash_infos => $flashInfos
- create_user => createUser - create_user => createUser
- update_user => updateUser - update_user => updateUser
- delete_user => deleteUser - delete_user => deleteUser
@ -17,6 +24,8 @@
- clear_infos => clearInfos - clear_infos => clearInfos
### REMOVED ### REMOVED
- $CI
- $aauth_db
- get_login_attempts (replaced with LoginAttemptModel) - get_login_attempts (replaced with LoginAttemptModel)
- update_login_attempts (replaced with LoginAttemptModel) - update_login_attempts (replaced with LoginAttemptModel)
@ -74,6 +83,9 @@
## LANGUAGE ## LANGUAGE
### ADDED
- invalidUserBanned
### CHANGED ### CHANGED
- aauth_email_verification_subject => subjectVerification - aauth_email_verification_subject => subjectVerification
- aauth_email_reset_subject => subjectReset - aauth_email_reset_subject => subjectReset

Loading…
Cancel
Save