This version includes:
- Bug Fixes
- Internationalization support: Spanish is now fully supported. You can translate the extesion to your own language following the instructions given in the `README.md` file
- Improved search capabilities: users can now filter data requests using free text
- Completely new chat interface
- Updated documentation
- Selenium Integration tests
- API Changes:
- `datarequest_index` returns data requests in ascending order by default now. In previous versions, data requests were returned in descending order. If you still want data requests to be returned in descending order, please include the parameter `sort` with value `desc`.
- `datarequest_comment_list` returns comments in ascending order by default now. In previous versions, comments were returned in descending order. If you still want comments to be returned in descending order, please include the parameter `sort` with value `desc`.
**Note 1:** This version requires CKAN 2.5 or above. If you are using an older version of CKAN, you can use previous versions of this extension.
**Note 2:** This version has been deleted from PyPi as it does not work due to some problems related to the translation system. You can install this version manually.