Releases: MichaelBelgium/flarum-profile-views
Releases · MichaelBelgium/flarum-profile-views
Flarum beta 16
Flarum beta 14
Adds compatibility with beta 14
v2.1.6
- Fixes resetting migrations (
php flarum migrate:reset --extension michaelbelgium-profile-views
) - Change translation "last profile viewers" to "last visitors"
- Improved viewlist css styling
Versioning update + fix view order
I've stepped down from the odd "v0.1.0-betax" versioning for this extension.
Please reinstall the extension to prepare for upcoming releases
composer require michaelbelgium/flarum-profile-views
Adds last profile viewers
This release adds a new thing and an improvement:
- ability to watch last 5 viewers on your own profile
- improved the handling of saving a profileview
- no more based on ip
- added a field "visited_at" - which means it will use the same profile view (row) and update it instead of adding a new profile view (row)
Please follow the update instructions.
Flarum beta 8 support
To update execute:
composer update michaelbelgium/flarum-profile-views
php flarum migrate
php flarum cache:clear