- Edited
Hifihedgehog you should wait for when @Kyrne releases his update. Installing dev-master versions is not recommended.
Hifihedgehog you should wait for when @Kyrne releases his update. Installing dev-master versions is not recommended.
Ralkage True, but I formally accept the risks without any warranty. ? Minimally, how can I do it in composer? What parameter or arguments can I use to pull the beta? If I can figure that how, I know how to transfer extensions from one installation to another, and I check them locally before sending them to my active deployment.
EDIT: Found it myself! ?
composer require reflar/gamification 3.0.0-beta.2
Hifihedgehog that is the version that composer should be pulling itself currently when you do composer require reflar/gamification
as well as the version Bazaar pulls...
Ralkage Hmmm... Odd. Composer doesn’t do that. Like Bazaar, it also grabs the last stable release instead of the latest release. Should I submit this as a bug as well? Is this a general Flarum bug perhaps? I noticed this rare behavior with another extension as well (I can’t remember it off the top of my head at the moment; I believe it was both AutoImage and AutoVideo, come to think of it).
Hifihedgehog does Bazaar not install 3.0.0-beta.2? dev-master is the version above it aka master and not recommended to install.
@Kyrne could there be a way to hide to up and down vote buttons if the "reactions" extension is also installed? As the Thumps up/down are also counted as up and down votes this would reduce redundancy.
Also how about a Q&A function where a post can be marked as the "solution" and maybe duplicated just below the original post? A bit like Discourse does it. This could then also be reflected in the points a user has.
Ralkage does Bazaar not install 3.0.0-beta.2? dev-master is the version above it aka master and not recommended to install.
Correct. Both Bazaar and Composer grab the last stable release (v0.2.*) instead of the latest release. I was not after the dev-master given the heightened risks.
I would recommend just remove the thumbs up and down reaction.
Ralkage Here is what happens if I don't specify the version number when installing via Composer. This is a fresh local install of Flarum, excluding the initial installation of the correct latest version of Gamification. For some reason, version precedence is not resolving properly for just this extension. As can be seen below, the correct latest version is replaced by the last non-beta when no version parameter is specified.
Nothing new, just fix a Bazaar update problem
Thanks! Just what I needed. I’ll test it now and report back shortly. EDIT: Works like a charm. Thanks!
Please allow Bazaar 60 minutes to pull the update
Working nicely again. Thanks!
Thanks to @robinodds for discovering and reporting these issues.
Please run:
php flarum cache:clear
In your root Flarum dir
Clear your browser and Cloudflare (If Applicable) caches after updating. This will ensure the new localizations propagate
Please allow Bazaar 60 minutes to pull the update