Skip to content

Latest commit

 

History

History
256 lines (224 loc) · 12.2 KB

CHANGELOG.md

File metadata and controls

256 lines (224 loc) · 12.2 KB

Changelog

This project adheres to Semantic Versioning.

5.1.6 (2023-05-03)

Fixed issues:

  • #5989 Hide fields that are not to be displayed in the undo details (leofeyer)

5.1.5 (2023-05-02)

Fixed issues:

  • #6000 Add a double encoding setting to the HtmlAttributes class (ausi)
  • #5980 Unwrap response exceptions thrown while rendering a template (m-vo)
  • #5981 Use the title instead of the filename in the download component (m-vo)

5.1.4 (2023-04-25)

Fixed issues:

  • #5988 Harden the file manager against directory traversal attacks (ausi)

5.1.3 (2023-04-19)

Fixed issues:

  • #5963 Correctly count the skipped recipients (leofeyer)
  • #5964 Add the header.svg and settings.svg icons again (leofeyer)
  • #5946 Load the default language when generating the calendar feeds (leofeyer)
  • #5960 Prevent double slashes in version URLs (leofeyer)
  • #5949 Add the "adjustDca" load callback to tl_news_archive again (leofeyer)
  • #5941 Do not treat sub-directories of Twig namespace roots as template paths (m-vo)
  • #5922 Correctly pass null values in findBy queries (ausi)

5.1.2 (2023-04-04)

Fixed issues:

  • #5921 Fix bug in Hybrid::generate() with missing ID (ausi)
  • #5919 Add a unit test for invalid files to the ImagesController (m-vo)
  • #5916 Filter non-image files in the ImagesController (leofeyer)
  • #5906 Handle null in the html.html.twig template (fritzmg)
  • #5897 Handle basic entities in the SERP preview (leofeyer)
  • #5900 Allow using basic entities in texts (heimseiten)
  • #5895 Allow using basic entities in headlines (leofeyer)
  • #5804 Add the missing data container permission checks (aschempp)
  • #5885 Always allow toggling a field that is not excluded (aschempp)

5.1.1 (2023-03-16)

Fixed issues:

5.1.0 (2023-02-16)

Fixed issues:

5.1.0-RC3 (2023-02-09)

5.1.0-RC2 (2023-01-27)

Fixed issues:

5.1.0-RC1 (2023-01-13)

New features:

Fixed issues:

  • #5683 Fix the skippable cronjobs (fritzmg)
  • #5680 Add isRequired() for desired_size and max settings on workers (Toflar)
  • #5679 Add a default value for the worker "min" configuration (Toflar)
  • #5670 Do not add the request token to idempotent actions (leofeyer)
  • #5666 Skip cron execution for minutely cron and messenger cron in web scope (Toflar)
  • #5653 Fix the tree indentation (leofeyer)
  • #5652 Only hide the dark/light theme icons via CSS (leofeyer)
  • #5647 Ensure Doctrine connections are closed after message handling (Toflar)
  • #5646 Use enumNode instead of custom validation (Toflar)
  • #5597 Correctly open and close tree nodes if there is a filter (leofeyer)
  • #5593 Fix the aria-hidden attribute in the tips.js file (leofeyer)