Skip to content

Releases: emreakay/CodeIgniter-Aauth

v2.5.16

25 May 12:58
dcef4b2
Compare
Choose a tag to compare
Merge pull request #264 from emulsion-io/master

fix : PHP 8.0.x

v2.5.15

18 Nov 10:49
Compare
Choose a tag to compare

v2.5.14

26 Mar 07:55
Compare
Choose a tag to compare
  • fixed TOTP login bug (#206)
  • added error message for reset_password() if ver_code empty/invalid
  • added missing get_perm() & get_group()
  • added get_group_perms($group_par) & get_user_perms($user_id = FALSE)
  • added check if perm exists in is_allowed()

v2.5.13

05 Nov 17:03
282cb23
Compare
Choose a tag to compare
  • added list_group_perms($group_par), thanks @oniricosistemas
  • by default admin group have access to all permissions in is_group_allowed(), thanks @omkartapale
  • add missing some $lang, thanks @mylastof

v3.0.0-alpha1

06 Feb 10:39
Compare
Choose a tag to compare
v3.0.0-alpha1 Pre-release
Pre-release

First Pre-Release of v3.0.0 (alpha1)

This contains:

  • all base models with tests

v2.5.12

06 Nov 19:54
Compare
Choose a tag to compare
  • add sort parameter to list_users (#176)
  • is_allowed improvement (#166)

v2.5.11

15 Sep 16:40
Compare
Choose a tag to compare
  • 3 new Translations
    • Russian translations (thanks @mirivlad)
    • Persian translations (thanks @pars0097)
    • Swedish translations (thanks @perenstrom)
  • Correction of spanish phrases (@siarlex)
  • __contruct cleanup (@REJack)
    • moved any helper loader & email library loader to the function they use the helper/library.

v2.5.10

26 Jul 08:26
Compare
Choose a tag to compare

v2.5.9

22 Jul 16:34
Compare
Choose a tag to compare
  • fixed count_unread_pms (now its count no deleted pms)

v2.5.8

16 Jul 13:35
Compare
Choose a tag to compare
  • fixed email_config error (#158)
  • fixed sql error on create_user() with use_password_hash-config_var on true (#157)
  • updated config/aauth.php