Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.5.1 source code.tar.gz | 2019-07-22 | 17.4 MB | |
2.5.1 source code.zip | 2019-07-22 | 18.5 MB | |
README.md | 2019-07-22 | 660 Bytes | |
Totals: 3 Items | 35.9 MB | 0 |
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