FAQ Off v0.4 is the most ambitious release yet. A lot of work has been done since v0.3.1, so let's dive right into what's new/different.
- Fixed: When an account is created, their Public ID is generated on-the-fly.
- Fixed: The ordering of the follow-ups to an entry is now deterministic rather than dependent on whatever random order PostgreSQL returns data in.
- The default theme is now prettier: More element padding, serif fonts for headers, etc. The navigation bar is less stupid in small devices, and the footer becomes abbreviated so it doesn't spill over onto multiple lines and break the sticky footer aesthetic.
- We moved from Zend\Mail to Laminas\Mail!
- Added: #12 - Question Boxes
- Authenticated users can now leave questions (with or without attribution to their account) on other people's collections/entries.
- We noodled over making this open to the public, but ultimately, we decided it wasn't a good trade-off. (Spam sucks, and the invite-only mode of FAQ Off prevents spam accounts from joining.)
- Added: #13 - OpenGraph/Twitter Cards
- You can now include an OpenGraph image for collections or entries, and it will show up when you link to an entry on social media.
- All entries now have a permanent URL with a randomly generated Unique ID.
- Administrators can now remove an account's invitation privileges without banning them.