What's Changed
Full Changelog: v0.2.0...v0.3.0
Update instructions
If you are running Servas without Docker, you will need to run php artisan migrate
after the update to perform the new database migrations.
The group link count is now stored in the database. You will need to manually update the counts once, after that they will be updated automatically.
To update the counts, run php artisan group:update-link-count
. Or docker exec -it servas php artisan group:update-link-count
if you are running servas with Docker.