2.5.1
This release includes numerous security updates and should be installed as soon as possible. Make sure you run bundle exec rake db:migrate
as this release also includes a new feature for tracking the availability of agents that requires the addition of a new attribute to the User model.
Overall, this version includes:
- Added new status attribute to users to describe availability of agents
- Added new API endpoint for setting the availability of agents
- Scope assignment dropdowns to only include 'available' agents
- Improvement to the French translation
- Fixed a bug with updating ticket views in version 2.5.0
- Updated many dependencies