Released: February 5, 2024
Status: Stable
This version includes the changes from version 4.4.12 plus the following:
Don't raise an error if a form view has no form defined. This can be the case for dynamic forms based on ACL where the current user has no access for any of the fields.
Updated dependency versions:
Updated the Docker image tags:
Completed the changes started in version 4.5 to normalize how the project/installation title and URL are calculated.
The deprecated setting COMMON_PROJECT_URL
has been removed as its
intended purpose is now performed by the settings
ORGANIZATIONS_INSTALLATION_URL
and ORGANIZATIONS_URL_BASE_PATH
.
This change also fixes the title of the REST API documentation showing
the text 'None' when the COMMON_PROJECT_TITLE
setting was left to
its default value.