Is it safe to update, I have about 15 extensions, or should I check each one if it's OK?
Flarum 1.1.0 Released
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
jordanjay29 Thanks! will try that
- Edited
For some reason, it stopped reading the font.
body {
font-family: poppins,sans-serif;
font-size: 0.90rem;
font-weight: 400;
line-height: 1.5;
I know you have to put an additional font, some where. And I did. But I don't remember now things I did months ago. Don't remember which file I edited. What file could Ive possibly edit to achieve my font, but got replaced during upgrade???
I found where I placed the link....
lol
vendor\flarum\core\views\frontend\app.blade.php
- Edited
Anonymous43 editing Flarum files directly is a bad practice, as they will get overwritten during each update that changes that file (as you have already experienced, I assume). If it's just a simple CSS snippet, then you can paste it into the "Custom CSS" under "Appearance" section in the administration area - this will ensure that the CSS is stored in your database and it stays there even if you upgrade to a newer version of Flarum
Thanks to everyone's efforts, I always believe that Flarum is a very good project.
But there are still a few issues that are seriously affecting my productivity, so I hope you can fix it in the foreseeable future if you can, thanks!
- add search support for Asian languages (maybe you can imagine the search results are always empty)
- add URL support for Asian languages (the links are usually incomplete titles, so I'm still afraid to do any SEO optimization)
Thanks!
- Edited
thedawn add search support for Asian languages (maybe you can imagine the search results are always empty)
The extension I am working on which runs on elastic will be able to handle it perfectly. It should allow 1 character and UTF-8 characters right?
thedawn add URL support for Asian languages (the links are usually incomplete titles, so I'm still afraid to do any SEO optimization)
This is possible as using a different slug handler can be set up. It just need someone to add it.