version 19.3
26th August 2022
Improved error handling and alert messages.
⚙️ Server ⚙️
Fix transaction rollback management in translations translate_pages, translate_pages_confirm, create_geo_object.
⚙️ Webapp build #63 ⚙️
Fix conflict between source and target warnings.
Fix memory leak within AnimatedCheck.
⚙️ Deployment ⚙️
Purge warnings on source text objects: update geo_objects set warnings = '[]' where package_type = 'source' and warnings is not null and warnings != '[]';