Flarum 1.1.0 Released
- Edited
Thank you very much luceos.
Do you think this 1.1 can fix my js's error loading?
All extensions should be compatible, or they shouldn't break the forum anyway, right?
Gatsu it shouldn't make things worse. But to be honest, I suspect your issue is caused by the ads script not properly supporting SPA sites.
askvortsov
When I update I will let you know if my problem is still present or not.
Thank you very much.
The joys of stable. Easiest update yet.
Thank you dev team!
Thanks Im update to 1.1.0 today from 0.16
Perfect easy !
Is it safe to update, I have about 15 extensions, or should I check each one if it's OK?
majkimajki if you are on v1.0+ you should be able to upgrade without any issue.
Is there a full changelog?
streaps Is there a full changelog?
luceos For a full list of changes, check out our changelog and upgrade guide.
streaps For a full list of changes, fixes, etc. you can read the changelog on the github release https://github.com/flarum/core/releases/tag/v1.1.0
We're currently planning our kick-off meeting for build 19 (v1.2), as well as discussing future roadmaps and strategy ready for v2. Hopefully, we'll have a roadmap for v2.0 up soon!
Really looking forward to this flarum/core1643 in the final roadmap of v2.0
What about the right system, for administration? So that everyone can restrict the admin access...
good work!
Great job! Updated with a bunch of extensions, without a glitch.
Nice job
- Edited
Are there any docs for how to backup the database and all the other files needed by flarum? I don't see how to backup before updating in the flarum docs.
I need to migrate one of my flarum installs to a different webserver. Are there any guides on how to accomplish this?
Redmaus There are two automated solutions: r4nchy's script and datitisev's paid extension.
Manually, you just want:
-a database backup one answer on how-to here
-composer.json
-composer.lock
-config.php
-assets directory (for avatars)
-optional: storage directory if you have extensions that store files in there, like Upload, feel free to ignore these folders
-optional: extend.php if you have made any custom coding changes
- Edited