Major version with Laravel 6 support
2.0.0 - 2020-03-25
Note: This application has been updated to use Laravel 6.x. It's still backwards compatibility, but database needs to be updated too. Some tests have been added but coverage is still very low.
Added
- Ensure that users select at least one answer before proceeding. (#79)
- Two composer commands:
test
andtest-coverage
.
Changed
- Important: This application has been upgraded to Laravel 6. A lot of refactors has been done in order to adopt Laravel 6.x best practices.
(#66) - Refactors to reduce the number of queries.
- Change the editor from TinyMCE to Bootstrap-wysihtml5. (#36)
- Reputation is handled by Events. Added
experience
attribute to the User model. (#72, #73) - Repository name has been changed to
gamify-laravel
, current URL is https://github.com/pacoorozco/gamify-laravel.
Fixed
- Database migration / seed on fresh installation. (#77)
docker-compose build
was throwing an error, so docker was not working. (#61)
Removed
- Dusk tests. They were not working properly.
See more at CHANGELOG