* Fix: Prevent multiple URLs from being combined into one when pasting links into a rich text input (Thibaud Colas) * Fix: Fix error on workflow settings view with multiple snippet types assigned to the same workflow on Postgres (Sage Abdullah)
5.2.6
~~~~~~~~~~~~~~~~~~
* Fix: CVE-2024-39317: Regular expression denial-of-service via search query parsing (Jake Howard) * Fix: Fix image preview when Willow optimizers are enabled (Alex Tomkins) * Maintenance: Remove django-pattern-library upper bound in testing dependencies (Sage Abdullah)
5.2.5
Not secure
~~~~~~~~~~~~~~~~~~
* Fix: Respect `WAGTAIL_ALLOW_UNICODE_SLUGS` setting when auto-generating slugs (LB (Ben) Johnston) * Fix: Use correct URL when redirecting back to page search results after an AJAX search (Sage Abdullah) * Fix: Provide `convert_mariadb_uuids` management command to assist with upgrading to Django 5.0+ on MariaDB (Matt Westcott)
5.2.4
Not secure
~~~~~~~~~~~~~~~~~~
* Fix: Prevent TitleFieldPanel from raising an error when the slug field is missing or read-only (Rohit Sharma) * Fix: Fix pagination links on model history and usage views (Matt Westcott) * Fix: Fix crash when accessing workflow reports with a deleted snippet (Sage Abdullah) * Fix: Prevent error on submitting an empty search in the admin under Elasticsearch (Maikel Martens)
5.2.3
Not secure
~~~~~~~~~~~~~~~~~~
* Fix: Prevent a ValueError with `FormSubmissionsPanel` on Django 5.0 when creating a new form page (Matt Westcott) * Fix: Specify telepath 0.3.1 as the minimum supported version, for Django 5.0 compatibility (Matt Westcott)
5.2.2
Not secure
~~~~~~~~~~~~~~~~~~
* Added support for Django 5.0 * Fix: Use a visible border and background color to highlight active formatting in the rich text toolbar (Cassidy Pittman) * Fix: Ensure image focal point box can be removed (Gunnar Scherf) * Fix: Ensure that Snippets search results correctly use the `index_results.html` or `index_results_template_name` override on initial load (Stefan Hammer) * Fix: Avoid error when attempting to moderate a page drafted by a now deleted user (Dan Braghis) * Fix: Ensure workflow dashboard panels work when the page/snippet is missing (Sage Abdullah) * Fix: Prevent custom controls from stacking on top of the comment button in Draftail toolbar (Ben Morse)