All Versions
38
Latest Version
Avg Release Cycle
221 days
Latest Release
559 days ago

Changelog History
Page 3

  • v0.15.0-beta Changes

    December 07, 2016

    ๐Ÿš€ This release is aimed at getting as many dependencies as possible up to date without significant refactoring.

  • v0.14.2 Changes

    October 27, 2018

    ๐Ÿ›  Fixed XSS flaw in tags_helper

    Credit Antonin Steinhauser (steinhause) for discovery and responsible disclosure.

  • v0.14.1 Changes

    January 24, 2018

    Wed Jan 24, 2018 (0.14.1)

  • v0.14.0 Changes

    December 05, 2016
    • ๐Ÿ”’ Various security fixes
    • Enable CORS headers
    • ๐Ÿ’Ž Ruby 2.0 or less dropped from CI
  • v0.13.6 Changes

    February 12, 2015
    • Fixes #413 and #414 - bold tag being escaped on user profile.
    • Fix for CVE-2015-1585 - CSRF vulnerability.

    Full list: ๐Ÿ†“ https://github.com/fatfreecrm/fat_free_crm/compare/v0.13.5...v0.13.6

  • v0.13.5 Changes

    January 22, 2015
    • Update gems
    • Fixed #337 Added index on Versions created_at
    • [Security] Team section should not display opportunities current user is not allowed to see...
    • Update to rails 3.2.20
    • Fixed issue #347
    • Fixed issue #349
    • Fixed #351 - missing interpolation argument.
    • Fixed #353 - observes is a prototype function that is no longer used.
    • Fixed #283 - email max length is 254 according to IETF
    • Fix avatar issue in recent_activity
    • Merge pull request #354
    • Fixed custom field handling of html entities.
    • Merge pull request #355
    • Fixed issue #374 - global lists missing from UK translation file.
    • Fix #356 - default SMTP session should have no auth

    Full list: ๐Ÿ†“ https://github.com/fatfreecrm/fat_free_crm/compare/v0.13.4...v0.13.5

  • v0.13.4 Changes

    September 04, 2014
    • Fixed XSS vulnerability in helper method.
    • Use rails_autolink gem which contains updated XSS fixes.
    • Fixed XSS vulnerability if email data is manipulated.

    Full list: ๐Ÿ†“ https://github.com/fatfreecrm/fat_free_crm/compare/v0.13.3...v0.13.4

  • v0.13.3 Changes

    August 26, 2014
    • Fixed bug where starts_on was being used instead of ends_on. a0f69d7
    • fixes bug with toggling select/create account when converting lead 7c76b9c
    • Russian locale fixes.
    • Add entity_observer to list of observers when running as an engine.
    • Allow notification emails to be sent from a particular address. Many
    • Convert tag select box to Select2. We're deprecating Chosen
    • Enable fallback translations.
    • Fixed 'end of week' spec in tasks using Timecop.
    • Fixed bug with recent items box replacement.
    • #311 - problem with Thor being reference before it is loa
    • Fixed some bugs related to sorting custom fields.
    • #334 Added byebug for ruby2+. 5dca0ba
    • Update rails
    • Update gems
    • removes prototype-rails dependency
    • replaces prototype with jquery

    Full list: ๐Ÿ†“ https://github.com/fatfreecrm/fat_free_crm/compare/v0.13.2...v0.13.3

  • v0.13.2 Changes

    January 09, 2014
    • Fixed issue with secret token not being saved if DB does not exist.
  • v0.13.1 Changes

    January 07, 2014
    • Lock down routes.
    • Remove stub hook
    • Remove unneccessary function
    • Don't spam gmail by default
    • consider_all_requests_local should be off by default in production mode
    • Remove pysch by default (optimise for ruby 2 now)
    • Fixed regular expression logic to be more sensitive to newline attacks.
    • users_controller requires security on its actions.
    • Send emails to file in development mode
    • Don't show user list if not logged in.
    • Remove old 'rake acceptance' task 2d4411a
    • Refactored secret token generation code
    • Hide password related attributes from the logs.
    • File syntax layout tweak.
    • Escape autocomplete output safely.
    • Locked down available views in Task.
    • sanitize list.url
    • Don't generate secret token in test mode.
    • Don't raise secret token generation error during tests.

    Full list ๐Ÿ†“ https://github.com/fatfreecrm/fat_free_crm/compare/v0.13.0...v0.13.1