Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@michalsn michalsn released this 14 Jul 10:28
· 12 commits to develop since this release
2d1b217

What's Changed

Fixed Bugs

  • fix: escape string to prevent XSS attack by @warcooft in #1148
  • fix: add missing args to lang('Auth.invalidEmail') by @kenjis in #1159
  • fix: chain filter does not update last_active by @kenjis in #1160
  • fix: Shield ignores AuthToken::$authenticatorHeader config by @alxjzx100 in #1169
  • fix: cannot override emailer() function by @FrancoisChaumont in #1174
  • fix: shield:user create does not assign a default group by @kenjis in #1162
  • fix: add missing validation for group name to shield:user addgroup/removegroup by @kenjis in #1176
  • fix: confusing lang message invalidEmail by @kenjis in #1175
  • fix: CSP error in debugbar by @emaceda in #1242

Enhancements

  • feat: Updated email templates with user information by @pmagictech in #1125
  • feat: [Magic Link Login] add placeholder to invalidEmail to return user email. by @warcooft in #1145
  • feat: add -g option to shield:user create by @kenjis in #1164
  • feat: add UserModel::createNewUser() and RegisterController uses it by @kenjis in #1196
  • feat: Add expiration date to access token & hmac keys by @CosDiabos in #1219
  • feat: Add user relations loading methods for groups and permissions by @michalsn in #1257

Translations

New Contributors

Full Changelog: v1.1.0...v1.2.0