Skip to content

Releases: Vatsim-Scandinavia/handover

v3.1.1

05 Jan 11:30
Compare
Choose a tag to compare
  • Added missing OAuth tables, as they had to be explicitly included in new Laravel

v3.1.0

29 Dec 11:49
Compare
Choose a tag to compare
  • Updated to Laravel 11
  • Updated dependecies
  • Replaced Webpack with Vite

v3.0.8

30 Nov 16:45
Compare
Choose a tag to compare
  • Added caching (Opcache)
  • Dependency updates

v3.0.7

28 Sep 09:08
Compare
Choose a tag to compare
  • Security updates

v3.0.6

28 Jul 17:44
Compare
Choose a tag to compare
  • Upgraded PHP version to 8.2
  • Applied security updates and updated dependecies
  • Added missing token_valid field in response read more here

v3.0.5

04 Feb 20:20
feb8045
Compare
Choose a tag to compare
  • Fixed banned message throwing 500 error

v3.0.4

18 Nov 14:41
Compare
Choose a tag to compare
  • Security updates

v3.0.3

03 Oct 09:04
Compare
Choose a tag to compare
  • Fixed custom theming not building correctly

v3.0.2

31 Aug 21:00
Compare
Choose a tag to compare
  • Fixed persistent storage & OAuth keys

Note
Prior to this patch, the OAuth keys would be remade on each container recreations, making the access tokens of your applications invalid.
If you want to persist your current OAuth key you need to

  1. Make a backup of your oauth keys in /app/storage
  2. Create and bind a storage volume as referenced in README
  3. Perform the container update
  4. Copy the previously backed up keys in to the /app/storage

v3.0.1

27 Aug 09:20
Compare
Choose a tag to compare

Hotfix

  • Fixed migration problem in production environment
  • Updated php extension installer