Skip to content

v4.2.0

Compare
Choose a tag to compare
@lukas-staab lukas-staab released this 02 Feb 18:14
· 60 commits to main since this release
f9a6275

What's Changed

  • 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.