This repository was archived by the owner on Mar 25, 2020. It is now read-only.
Releases: edno/kleis
Releases · edno/kleis
1.2
New:
Fix:
- Footer display (#49)
- Field Group displayed whilst creating Super Admin (#48)
- Profile's password update (#46)
- Error on page Profile (#43)
Change:
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
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
, Englishen
) using environment variableAPP_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.