v4.2.0
What's Changed
- External project wireframe by @lukas-staab and @thsstll in #241
- now using fluxui.dev (licence needed for hosting)
- started rework:
- external applications
- hhp
- more options in config:
- number of characters in project description
- (Protocol/decision) link in project optional yes/no + renaming possible
- Optimised fields for legal bases
- new overview in start menu for open projects
- migrated legacy encryption to laravel (chat, iban)
- more testing e.g. for csv import, authentication
- fixed automated status booked
- Tabs on the start page are visible again, even if no committee is assigned to the account
- many small things fixed
The Env Variables CHAT_PUBLIC_KEY
, CHAT_PRIVATE_KEY
, IBAN_SECRET_KEY
are depreacted, please remove them from your .env
file after confirming the crypto migration with:
php artisan legacy:migrate-encryption
was successful. Make sure not to rotate the Laravel APP_KEY
secret, otherwise your encryption will be inaccessible.