Skip to content

Releases: assada/laravel-achievements

v2.7.0

27 May 09:36
19f6cb2
Compare
Choose a tag to compare

Updated to Laravel 9

2.6.0

28 Aug 14:53
c37d4b8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.6.0

Migrations improvements

06 Sep 10:57
68fc31a
Compare
Choose a tag to compare
  • Fix #18
  • Create migration file with actual date in name

Laravel 9 and bugfixes

01 Jul 19:41
Compare
Choose a tag to compare
v2.4.0

Updated to Laravel 9

Updated dependencies

19 Aug 12:50
e3bd23e
Compare
Choose a tag to compare

Resolving #7

"require": {
    "ramsey/uuid": "^3 || ^4"
},

Laravel 8 Support

21 Jul 14:34
6c0d841
Compare
Choose a tag to compare
  • Fix migration table name variables. Issue #4

v2.3.1

21 Jul 14:22
9e162e3
Compare
Choose a tag to compare
  • Update typehint in stubs #5

2.3.0

06 Mar 12:29
c9c7151
Compare
Choose a tag to compare

Added

  • New method for Achiever - notInProgressAchievements returns all achievements without progress.

achievements:load Command

06 Mar 11:32
02c6406
Compare
Choose a tag to compare

Added

  • New command achievements:load Load all Achievements classes to database

Laravel 7 Support

05 Mar 13:11
2e904e0
Compare
Choose a tag to compare

Changes

  • Now assada/laravel-achievements working with Laravel 6 and Laravel 7!