Skip to content

v1.0.0-beta.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@kenjis kenjis released this 09 Oct 05:51
5e4ebad

Important!

  • This version requires CodeIgniter 4.3.5 or later.
  • And it has breaking changes. See Upgrade Guide.

What's Changed

Breaking Changes

Fixed Bugs

  • fix: nothing personal validator error with bad email value by @GeorgKott in #723
  • fix: simplify extraction of email parts by @paulbalandan in #742
  • fix: Magic Link Login can be used even if $allowMagicLinkLogins is false by @datamweb in #778
  • fix: use short classname for config() by @kenjis in #796
  • fix: UserModel::assignIdentities() always produces a DB query by @michalsn in #806
  • fix: unauthorized users for groups and permissions are not redirected to the previous url by @sammyskills in #799
  • fix: property $table visibility in RegisterController by @kenjis in #825
  • fix: cannot register when you remove email from $validFields by @kenjis in #829
  • fix: [HMAC Auth] wrong header key by @kenjis in #844
  • fix: AccessTokens authenticator records all accesses to database by @kenjis in #843
  • fix: remove strong_password from shield:user validation rules by @kenjis in #853
  • fix: redirect inactive account to auth action page by @sammyskills in #869
  • fix: use named routes for redirects and form submission by @sammyskills in #883

New Features

Enhancements

Translations

Refactoring

  • fix: typo in getMaxLengthRule() method name by @bgeneto in #728
  • refactor: use ::class keyword in config() by @kenjis in #748
  • refactor: validation rules by @kenjis in #861
  • refactor: remove Composer autoloading of email helper by @kenjis in #872
  • refactor: update minimum CI4 version to 4.3.5 by @kenjis in #871
  • refactor: remove outdated code for CI 4.2 or before by @kenjis in #877

New Contributors

Full Changelog: v1.0.0-beta.6...v1.0.0-beta.7