Skip to content

Releases: glewe/ci4-auth

CI4-Auth 3.6.0

04 Nov 19:57
Compare
Choose a tag to compare

Adjusted to CodeIgniter 4.5

CI4-Auth 3.5.1

18 Mar 14:13
Compare
Choose a tag to compare
  • Missing translation in Spanish language (thanks to @treborin )
  • Fixed Active/Banned switch in User Edit page

CI4-Auth 3.5.0

18 Mar 08:56
Compare
Choose a tag to compare
  • UI adjustments
  • Extended BS5 helper
  • Changed config variable name in Controllers top be more unique

CI4-Auth 3.4.0

23 Feb 09:18
Compare
Choose a tag to compare
  • CI 4.4 adjustments
  • Code review and maintenance

CI4-Auth 3.3.1

25 Sep 12:51
30dbc16
Compare
Choose a tag to compare
  • Merged PR fix for cookie handling in CI 4.4.0+

CI4-Auth 3.3.0

11 Sep 18:43
Compare
Choose a tag to compare
  • Tested with Codeigniter 4.4.1
  • Added Codeigniter version to About page

CI4-Auth 3.2.0

03 Jun 08:56
Compare
Choose a tag to compare

Bugfixes:

  • Fixed validation rule for permission names (only lower alpha characters and dots)
  • Fixed ban switch on user edit page
  • Removed extra slash from navbar links
  • Fixed vulnerability as documented here: CVE-2023-32692

CI4-Auth 3.1.1

15 May 06:31
Compare
Choose a tag to compare

Bugfix

Fixed navbar not opening in responsive mode

CI4-Auth 3.1.0

12 May 17:25
Compare
Choose a tag to compare

Improvement

  • Permissions renamed to a more proper naming convention
  • Permissions to manage permissions are not given to any user. They can be given to any user, group or role via the GUI.

CI4-Auth 3.0.0

08 May 15:21
Compare
Choose a tag to compare

Feature

  • Two factor authentication (2FA)
  • WhoAmI page
  • About page (incl. release info)
  • Icon PNGs

Improvement

  • Permissions display on Groups page
  • Permissions display on Roles page
  • Account status icons Users page
  • Split readme file for better usability