davwheat 0.1.1 Fixes compatibility issue caused by URLGenerator being resolved too early (thanks @clarkwinkelmann, @Darkle) Updating composer update blomstra/fontawesome:"*" php flarum cache:clear php flarum assets:publish
PGXx PHP7.4 Composer version 2.0.14 [InvalidArgumentException] Package blomstra/fontawesome at version * has a PHP requirement incompatible with your PHP version, PHP extensions and Composer version
davwheat 0.1.2 Resolve assets URL from filesystem disk instead of UrlGenerator (@SychO) Updating composer update blomstra/fontawesome:"*" php flarum cache:clear php flarum assets:publish
IanM 0.1.3 fix an issue where double slashes were generated within the preload assets url blomstra/flarum-ext-fontawesome3 Updating composer require blomstra/fontawesome:"*" php flarum cache:clear php flarum assets:publish
Darkle Just a curious thing, why do you think the search icon goes up a bit? it seems that removing line-height: 1; from that particular icon fixes it.
VidhunNagarajan IanM This is the reason I will not be using this extension anymore as I have extensions that use FA 5 icons.
Darkle VidhunNagarajan Some extensions use an even older class that is not compatible with FA 6, for Polls in particular there is a PR (FriendsOfFlarum/polls59), so this will be fixed soon.
davwheat essesoul This is because Michael Belgium's discussion views extension doesn't use the icon() helper provided by Flarum. The icon is shown using CSS instead and is hardcoded. You could use https://github.com/flarumite/simple-discussion-views instead, but it has fewer features.
essesoul davwheat could use https://github.com/flarumite/simple-discussion-views instead I failed to install this ,with some warnings like : "but it does not match your minimum-stability "
davwheat essesoul You need to remove michaelbelgium's extension first. composer remove michaelbelgium/flarum-discussion-views
davwheat 0.1.5 Fix search field icon vertically misaligned Updating composer require blomstra/fontawesome:"*" php flarum cache:clear php flarum assets:publish