Releases: MichaelBelgium/flarum-discussion-views
Releases · MichaelBelgium/flarum-discussion-views
v7.3
Changes
- Explicitily specified that the light version of discussion-views (
flarumite/simple-discussion-views
) is 100% a conflict: it's the one or the other. - Support added for
fof/merge-discussions
: when merging discussions, it'll move all views to the target discussion. - The eye icon will now be upgraded correctly when using font awesome 6 (
blomstra/fontawesome
)
Changes behind the scenes:
- Converted front end to typescript + using new front end extenders.
Full Changelog: v7.2.3...v7.3
v7.2
What's Changed
- Option to ignore bots/crawlers (#37)
- Added help texts to settings
Behind the scenes:
- Replaced deprecated
Migration::addSettings
- Updated js packages
- Edited/added translations
Full Changelog: v7.1.3...v7.2
v7.1.0 - Footer viewlist
Added features:
- footer viewlist (and setting) - an alternative to the sidebar viewlist
- Tracking guests is now an option/setting
- Quite some new translation keys have been added
Difference between the footer viewlist and sidebar viewlist
- does not display guests
- increasing the max viewlist items won't affect that much and neither use a lot of space like in the sidebar viewlist
- does not show multiple views per user - if a user viewed it 3 times, the user will only be displayed once
Flarum beta 16
Added support for beta 16 (and kinda 15 actually)
- Usage of new extenders
- Replaced deprecated functions with new ones
- General improvements
Flarum beta 14
- Update the extension to be compatible with Flarum version beta 14
- Updated the css
Flarum beta 13
This update gives compatibility and usage of the new model extender from beta 13. Also updates translation keys.
Add new permission
- Adds permission "can view discussion viewcount"
- Adds new translation key
- Edited other permission translationkey
Linked issue: #19
v3.1.0
Summary:
- Add list of latest visitors on a discussion page
- Add new settings: max viewlist items, enable the viewlist
- Add new translation keys
To update, execute:
composer update michaelbelgium/flarum-discussion-views
php flarum migrate
php flarum cache:clear
v3.0.1
- Fixes a bug when you navigate back to the discussion list if you directly browsed to a discussion or other page
- Adjust filter setting translation: sorting does not equal filtering
- Some refactoring and improvements
Settings, database changes, versioning update
A huge update which does this:
- Adds settings where u can choose between:
- the way of tracking: normal or unique by ip
- the way of displaying the count (abbr or full, eg 3000 vs 3K)
- if you wanna display the (un)popular filters or not
- Database changes
- Adds table discussion_views
- Adds default settings to settings table
- PSR-4 namespacing fixed and renamed
- Stepped down from the odd "v0.1.0-betax" versioning
- Added translation keys for the settings modal
Due the reversioning you need to reinstall this extension to be able to update.
composer require michaelbelgium/flarum-discussion-views
php flarum migrate