FriendsOfFlarum / mason

Add custom fields to discussions
https://discuss.flarum.org/d/7028
MIT License
20 stars 14 forks source link

Flarum 1.3 compat and other fixes #34

Closed clarkwinkelmann closed 2 years ago

clarkwinkelmann commented 2 years ago

Fixes #33 Fixes #31

Changes proposed in this pull request: Fixes various issues with the extension as well as add compatibility with Flarum 1.3. This was tested extensively on Flarum 1.3.1

This introduces a breaking change, the renaming of all_answers and suggested_answers to allAnswers and suggestedAnswers in the REST API and javascript models. I don't think backward compatibility is needed for this, I'm not aware of anyone building anything that reads those values. I'll still make it clear in the release notes.

Screenshot No visual changes

Confirmed