Skip to content

Release v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 18:20
v4.0.0
9331d30

NOTE: This release has non-backwards compatible changes. It may include some changes in the database tables.

Added

Changed

  • Important: The required minimum version of PHP is v8.1.
  • Important: This application has been upgraded to Laravel 10.x.
  • Important: Database schema has been modified in a non-backwards compatible way.
    • The password_resets table renamed to password_resets_tokens.
    • Removed avatar column in user_profiles table. Using spatie/medialibrary package instead.
    • Removed image_url column in levels table. Using spatie/medialibrary package instead.
    • Removed image_url column in badges table. Using spatie/medialibrary package instead.
  • Test running against a real database instead of memory (SQLite).
  • Use of coderflexx/laravel-presenter as Presenter.
  • Use of spatie/medialibrary instead of qcod/imageup as Image Manager.

Fixed

  • Bug when creation User's response with invalid score.
  • Some flaky tests.

Removed

  • Unused fuitcake/cors dependency.

Review CHANGELOG to see changes.