Fat Free CRM v0.18.0 Release Notes

Release Date: 2018-04-21 // almost 6 years ago
  • Important changes

    ๐Ÿ’Ž Mininium ruby version

    ๐Ÿ†“ #665 Support for Ruby 2.3 has been dropped, with test coverage for 2.4 and 2.5 enabled.

    Swap to FactoryBot

    โฌ†๏ธ If you consume fat free crm as an engine and re-use any factories, you'll need to upgrade to FactoryBot.

    โœ‚ Removed methods

    Lead.update_with_permissions is removed, use user_ids and group_ids inside attributes instead and call lead.update_with_account_and_lead_counters
    FatFreeCRM::Permissions.save_with_permissions is removed, use user_ids and group_ids inside attributes and call save
    FatFreeCRM::Permissions.update_with_permissions is removed, use user_ids and group_ids inside attributes and call update_attributes

    Other changes

    • CVE-2018-8048 (loofah gem)
    • ๐Ÿš… CVE-2018-3741 (rails-html-sanitizer gem)
    • ๐Ÿ†“ #768 Fix comment creation on entities
    • ๐Ÿ†“ #762 #764 Fix bug in select menu
    • ๐Ÿ†“ #759 Improve zero revenue display
    • ๐Ÿ†“ #753 Opportunities sort by weighted amount
    • ๐Ÿ†“ #749 Fix unsafe reflection and mass assignment