Skip to content

v0.4.2

Pre-release
Pre-release

Choose a tag to compare

@xam-ps xam-ps released this 09 Jul 18:33
· 82 commits to main since this release

Caution: This release requires a php version >=8.2

Failing CI is related to nunomaduro/collision#306 and will hopefully be fixed soon. Built passed all tests.

This update is not changing anything but is only updating Laravel to v11 and vite to v4.5.3. For the update run:
composer update
php artisan cache:clear
php artisan config:clear
php artisan view:clear
and
npm install
npm run build