Skip to content

Flarum 1.3 compatibility and bugfixes

Compare
Choose a tag to compare
@clarkwinkelmann clarkwinkelmann released this 10 Jul 23:56
· 9 commits to master since this release
751b055
  • Fixed answers not loading correctly on Flarum 1.3
  • Updated to Webpack 5 for smaller javascript bundle size
  • Fixed phantom commas appearing next to fields

This update requires Flarum 1.2+

This updates includes a breaking change for custom integrations that directly interact with the REST API or javascript models. The suggested_answers field relationship has been renamed to suggestedAnswers and the all_answers field relationship has been renamed to allAnswers. This change applies to the REST API include name, the key in the JSON data and the relationship method in javascript.