Please read the release notes before upgrading: https://docs.mayan-edms.com/releases/3.4.17.html
Package locations
Docker image available at: https://hub.docker.com/r/mayanedms/mayanedms
Python packages available at: https://pypi.org/project/mayan-edms/3.4.17/ and installed via:
Code: Select all
pip install mayan-edms==3.4.17
Changes
Document indexing
The document indexing API is now feature complete and matches the capabilities of the indexing app views. The API now properly exposes the index templates as well as the index instances.
Translations
The translation processing script was updated and optimized. The list of apps is detected automatically as well as the list of languages. This change towards automation will prevent future apps from being excluded by mistake for translation.
An additional translation check script was added to make sure all apps have a corresponding entry in the Transifex configuration file.
The translation files and resources entries were added or fixed for the indexing, navigation, statistics, web links, and redactions apps.
Other
Add documentation note about breaking changes in django-storages version 1.10 regarding default_acl.
Removals
- None
Backward incompatible changes
- None
Issues closed
- viewtopic.php?t=3009 Translation of the redaction application
- viewtopic.php?t=3010 Rest API function: indexes_template_list
- viewtopic.php?t=3011 Rest API: no children attribute in IndexInstanceNode