Released v1.1: https://discuss.flarum.org/d/29188
Flarum v1 Release Announcements
v1.1.1 of mentions was released, checkout the dev diary post:
https://discuss.flarum.org/d/29189-dev-diary-build-19/8
We've just released updates for two of our bundled extensions, flarum/mentions (v1.1.2) and flarum/emoji (v1.1.1)!
For more info on these releases, check out our Build 19 Dev Diary: https://discuss.flarum.org/d/29189-dev-diary-build-19/21.
To update, run:
composer update flarum/mentions flarum/emoji
- Edited
Another quick update for flarum/mentions, bumping it to v1.1.3.
Added
- chore: add missing compat exports and extensibility by @gianniguida in flarum/mentions76
Fixed
- fix: errors on texteditor re-use again by @davwheat in flarum/mentions78
- fix: allow mentions from non-post objects by @IanM in flarum/mentions79
Full Changelog: https://github.com/flarum/mentions/compare/v1.1.2...v1.1.3
This release fixes an incompatibility which prevented the use of mentions in some third-party extensions, such as FoF Moderator Notes and FoF Pages. If you use extensions which need mentions in any location outside of posts, you should update to v1.1.3.
To update, run:
composer update flarum/mentions
Flarum v1.2 is released: https://discuss.flarum.org/d/29893-flarum-120-released
We've just released Flarum v1.2.1, which is a (very) minor release that only includes a fix for the "single quote in title being escaped" bug reported in https://discuss.flarum.org/d/29914-utf-encoding-error-in-title/12.
Flarum v1.3.0 is released: https://discuss.flarum.org/d/30805-flarum-v130-released
Quick update to flarum/nicknames: v1.3.1
Fixed
regexp
nickname validation not working (flarum/framework#3416).
To update run
$ composer update flarum/nicknames
- Edited
We have released v1.3.1 for:
- core
- mentions
- nicknames (see SychO)
- subscriptions
- suspend
Update using:
composer update flarum/"*" --prefer-dist --no-dev -a
php flarum migrate
php flarum cache:clear
Full changelog:
Changed
- UserCard now has ItemList for easier extending (flarum/framework3436)
Fixed
- Button to go directly to all results page is hidden while API request for search hasn't completed (flarum/framework3431)
- Setting extender does not register modifications beyond first fluent call (flarum/framework3439)
- Link to font awesome icons list no longer works (flarum/framework
df1bdd2
) - Mentions: mentions with deleted authors not showing (flarum/framework3432)
- Nicknames: regex validation isn't functional (flarum/framework3430)
- Subscriptions: reply notifications not working (flarum/framework3445)
- Suspend: not providing suspension reason breaks mail (flarum/framework3433)
Hey everyone!
We've released a new version (v1.4.1) of flarum/statistics
to fix some performance issues loading the admin dashboard on very large communities.
You can update with:
composer update flarum/statistics:"*"
php flarum migrate
php flarum cache:clear
- Edited
Hello people,
We've released v1.4.1 for flarum/core:
Fixes
- Link extender uses PHP 8 return types (flarum/framework
b01b75e
), thanks @rob006 for reporting.
You can update with:
composer update flarum/core
You can confirm the version inside your admin area Dashboard.
Flarum v1.6.1 has been released as a patch release.
To address a JavaScript compilation problem, causing the mentioning dropdown to hide users, we have published a new v1.6.1 patch release. Please upgrade to v1.6.1, especially if you encounter any issues with your recently upgraded Flarum v1.6.0 community. New installations and upgrades to v1.6.0 will automatically pick up the latest version. For further support use our Support tag on discuss: https://discuss.flarum.org/t/support
You can easily upgrade by using the same upgrade instructions from the v1.6.0 release:
composer update --prefer-dist --no-plugins --no-dev -a --with-all-dependencies
php flarum migrate
php flarum cache:clear
See the upgrade guide documentation for in-depth instructions: https://docs.flarum.org/update#general-steps