5 days later
luceos changed the title to Flarum v1 Release Announcements .

We just tagged v1.1.1 for core, it fixes a performance issue with very large communities.
Thanks to @rafaucau for reporting and helping determine the source of the issue.

25 days later

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
12 days later

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

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
2 months later
2 months later
2 months later
7 days later

Quick update to flarum/nicknames: v1.3.1

Fixed


To update run

$ composer update flarum/nicknames
    16 days later

    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

    Fixed

    2 months later

    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

    Hello people,

    We've released v1.4.1 for flarum/core:

    Fixes

    You can update with:

    composer update flarum/core

    You can confirm the version inside your admin area Dashboard.

    3 months later

    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

    6 months later
    GreXXL unstickied the discussion .