Skip to content

Releases: MichaelBelgium/flarum-profile-views

Flarum beta 16

20 Mar 12:35
Compare
Choose a tag to compare

Support for beta 16 added (and 15)

Full changelog

  • Usage of new extenders (back-end and front-end

Flarum beta 14

24 Oct 11:13
Compare
Choose a tag to compare

Adds compatibility with beta 14

v2.1.6

26 Jan 14:29
Compare
Choose a tag to compare
  • 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

17 Jan 13:45
Compare
Choose a tag to compare

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

17 Jan 13:27
453533a
Compare
Choose a tag to compare
Pre-release

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

17 Jan 13:27
Compare
Choose a tag to compare

To update execute:

composer update michaelbelgium/flarum-profile-views
php flarum migrate
php flarum cache:clear