Skip to content

Major version with Laravel 6 support

Compare
Choose a tag to compare
@pacoorozco pacoorozco released this 25 Mar 08:16
v2.0.0
055d09a

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 and test-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