Any notable changes to Laravel Achievements
will be documented in this file.
- Fix formatting in
composer.json
- Add Laravel 10 support
- Add Laravel 9 support
- Add PHP 8 support
- Add Laravel 8 support
- Add ramsey/uuid ^4.0 support
- Add support for unlocking achievement without an Achievement instance
- Add support for unlocking achievement with specified data
- Add support for
Laravel 7
- Add
hasAchievement
method toAchiever
trait
- Release
- Add
Laravel 6
support
- Fix achievement contract
- Add
getIconAsAsset
as attribute to achievement model - Change data on achievements to be nullable
- Fix achievement contract
- Change
getIcon
into a simple getter - Add
getIconAsAsset
to retrieve icon with a path
- Add missing icon attribute
- Add way of getting name when no variable has been set
- Fix missing haystack
- Update README
- Require Laravel 5.8
- Add icon var and method
- Add functions to get achievement classes
- Update README
- Update keywords in composer
- Add name and description accessors to model
- Fixed date and version for v0.1.0 in CHANGELOG
- Pre-release