Skip to content
This repository was archived by the owner on Mar 25, 2020. It is now read-only.

Releases: edno/kleis

1.2

11 Feb 16:27
Compare
Choose a tag to compare

New:

  • Installation wizard (#42)
  • German translation (de) (#51)

Fix:

  • Footer display (#49)
  • Field Group displayed whilst creating Super Admin (#48)
  • Profile's password update (#46)
  • Error on page Profile (#43)

Change:

  • Login page UI (#54)
  • 'Forgotten Password' feature removed (#53)

And other minor code and tests improvements.

UPGRADE INSTRUCTIONS
Add the following environment parameter to your .env file:

KLEIS_INSTALLER_ENABLED = 0

This will disable the installation wizard that has been introduced with the release 1.2.

v1.1

23 Oct 15:03
Compare
Choose a tag to compare

New features:

  • Command line for disabling expired accounts php artisan update:accounts (#36)
  • Enhanced rules for expiry date for accounts management (#29, #30, #31)
  • Localisation available (French fr, English en) using environment variable APP_LOCALE (#32)
  • Optional company logo can be displayed on the app using environment variable KLEIS_LOGO_ORG (#34)
  • Optional message section on homepage using environment variable KLEIS_ANNOUNCE (#33)

Visual identity updated.

Add minor fixes.

v 1.0

16 Oct 16:10
Compare
Choose a tag to compare

Initial release (minor fixes)