Thredded v0.14.0 Release Notes

  • โž• Added

    • 0๏ธโƒฃ Messageboard locking. By default, only moderators can create new topics in locked messageboards. Posting to the existing topics is not affected. #635

    • German localization. ๐Ÿ‡ฉ๐Ÿ‡ช #666

    ๐Ÿ›  Fixed

    • ๐Ÿ‘‰ thredded_user_details and thredded_user_preferences now use unique user_id indices. #609
    • Mention completion now works in IE11. yuku-t/textcomplete#125

    NB: If updating to this version from 0.13.x, you must copy and run the upgrade migration after updating the gem:

    cp "$(bundle show thredded)"/db/upgrade_migrations/20170811090735_upgrade_thredded_v0_13_to_v_014.rb db/migrate
    rake db:migrate
    

    ๐Ÿ‘€ See the full list of changes here: https://github.com/thredded/thredded/compare/v0.13.8...v0.14.0.