You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,32 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
5
5
6
6
## Unreleased
7
7
8
+
## 4.0.0 - 2023-02-26
9
+
10
+
> NOTE: This release has **non-backwards compatible** changes. It may include some changes in the database tables.
11
+
>
12
+
### Added
13
+
- Optimizing user's profile, badge and level image size thanks to the [spatie/medialibrary](https://spatie.be/docs/laravel-medialibrary/v10/introduction).
14
+
15
+
### Changed
16
+
-**Important**: The required minimum version of PHP is v8.1.
17
+
-**Important**: This application has been upgraded to [Laravel 10.x](https://laravel.com/docs).
18
+
-**Important**: Database schema has been modified in a **non-backwards compatible way**.
19
+
- The `password_resets` table renamed to `password_resets_tokens`.
20
+
- Removed `avatar` column in `user_profiles` table. Using `spatie/medialibrary` package instead.
21
+
- Removed `image_url` column in `levels` table. Using `spatie/medialibrary` package instead.
22
+
- Removed `image_url` column in `badges` table. Using `spatie/medialibrary` package instead.
23
+
- Test running against a real database instead of memory (SQLite).
24
+
- Use of `coderflexx/laravel-presenter` as Presenter.
25
+
- Use of `spatie/medialibrary` instead of `qcod/imageup` as Image Manager.
26
+
27
+
### Fixed
28
+
- Bug when creation User's response with invalid score.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
[](https://github.com/pacoorozco/gamify-laravel/actions/workflows/run-tests.yml)
0 commit comments