A new patch release is available and has been deployed to our production servers at 19:00 UTC on Monday, 20 October 2023:
2.023.37i , which fixes the project search (kpi#4694).
Other changes include:
-
kpi#4658, Support animated pictures on drap&drop upload with Admin markdown editor (Backport PR from beta branch).
-
kpi#4688, Clarify that OrderCustom supports CharField only.
-
kobocat#850, Expunge
UserProfile.created_by
. -
kobocat#902, Improve
soft_delete_orphan_attachments
management command speed. Only process edited submissions. -
kobocat#903, Fix 500 error when fetching data with a date range.
/api/v1/data/<pk>.<format>
is deprecated./api/v2/assets/<uid>/data.<format>
should be used instead.