Skip to content

Latest commit

 

History

History
406 lines (376 loc) · 21.4 KB

CHANGELOG.md

File metadata and controls

406 lines (376 loc) · 21.4 KB

Changelog

This project adheres to Semantic Versioning.

5.3.1 (2024-03-08)

New features:

  • #6954 Register the dotenv:dump command by default in the Contao managed edition (Toflar)

Fixed issues:

  • #6982 Cache Image::getHtml() to speed up the tree view (Toflar)
  • #6963 Fix the newsfeed migration (aschempp)
  • #6916 Use Model::findById() instead of Model::findByPk() (leofeyer)
  • #6960 Show the route configuration in the news feed page (aschempp)
  • #6969 Fix the dotenv:dump command (aschempp)
  • #6979 Allow using insert tags in image alt and title attributes (leofeyer)
  • #6975 Deprecate inheriting CSS classes in nested elements (aschempp)
  • #6978 Use UrlUtil::makeAbsolute() when converting relative URLs (leofeyer)
  • #6961 Fix a type error in the login module (aschempp)
  • #6956 Use attrs().mergeWith() in Twig templates (leofeyer)
  • #6962 Make sure the .env.local.php is loaded correctly (Toflar)
  • #6953 Fix double inheritance of legacy templates in Twig (ausi)
  • #6950 Correctly register the AutoRefreshTemplateHierarchyListener (m-vo)
  • #6951 Fix that the guests migration only migrates one field at a time (aschempp)
  • #6943 Correctly generate the URLs to subscribe to comments (leofeyer)
  • #6946 Improve the performance of the database dumper (Toflar)
  • #6944 Correctly check if a "jump to" page is set when generating event feeds (leofeyer)
  • #6919 Make full authentication optional in the personal data module (leofeyer)
  • #6941 Handle unicode strings in insert tag flags (ausi)
  • #6938 Add a button to the "invalid request token" template (leofeyer)
  • #6939 Correctly implement the ImageFactoryInterface (leofeyer)
  • #6936 Fix the Twig loader infrastructure (m-vo)
  • #6927 Use files instead of data: resources to avoid breaking CSP (leofeyer)
  • #6925 Only make string URL absolute if it does not have a scheme (aschempp)
  • #6917 Fix two CSS issues (leofeyer)

5.3.0 (2024-02-16)

Fixed issues:

  • #6854 Handle routing exceptions during news and event URL generation (fritzmg)
  • #6900 Improve logging of request parameters (aschempp)
  • #6898 Add type="button" to the accordion toggler (fritzmg)
  • #6895 Fix the column name in the "remember me" migration (aschempp)
  • #6893 Move adding the schema.org data to the _download.html.twig component (leofeyer)
  • #6889 Correctly cache Contao translations that only exist as Symfony translations (fritzmg)
  • #6890 Always allow the "read" action in the front end modules voter (bezin)
  • #6880 Correctly handle dark icons in data-icon and data-icon-disabled (zoglo)

5.3.0-RC4 (2024-02-12)

New features:

  • #6814 Allow adding a source to multiple CSP directives at once (aschempp)
  • #6858 Remove the @internal flag from the backup manager (Toflar)

Fixed issues:

5.3.0-RC3 (2024-02-05)

New features:

  • #6819 Focus the first input/textarea after duplicating a wizard row (leofeyer)
  • #6436 Add a global Twig variable with Contao state (aschempp)
  • #6742 Add a basic entity for zero-width whitespaces (aschempp)

Fixed issues:

  • #6851 Rewrite Controller::getParentEntries() (ausi)
  • #6833 Handle dynamic parent tables in the Controller::getParentEntries() method (leofeyer)
  • #6843 Fix relative front end preview links (aschempp)
  • #6840 Keep login module errors (aschempp)
  • #6838 Fix the article content voter (aschempp)
  • #6841 Remove obsolete hardcoded configuration in the page registry (aschempp)
  • #6835 Do not require full authentication in the "change password" module (leofeyer)
  • #6803 Fix the referrer URL if elements are moved inside a nested element (leofeyer)
  • #6839 Fix routes with parameters in the SERP widget (aschempp)
  • #6831 Correctly set the target path in the login module (leofeyer)
  • #6830 Fix the order of the content elements (aschempp)
  • #6805 Correctly handle denied access in the firewall (aschempp)
  • #6815 Drop the custom "remember me" implementation (aschempp)
  • #6807 Improve the debug message for FigureBuilder link attributes (aschempp)
  • #6809 Mark $secret as sensitive parameter (aschempp)
  • #6794 Fix ptable for copyAll and cutAll (ausi)

5.3.0-RC2 (2024-01-26)

New features:

  • #6738 Add a Twig function to generate content URLs (aschempp)
  • #6719 Support CSP on WYSIWYG editors like TinyMCE (Toflar)

Fixed issues:

  • #6788 Use the content URL generator in the redirect page controller (aschempp)
  • #6775 Remove the @internal flag from the HTTP cache subscribers (leofeyer)
  • #6758 Improve how headlines can be adjusted in Twig (m-vo)
  • #6747 Increase the z-index of the jump targets (zoglo)
  • #6767 Use the inputUnit widget for the section headline field (leofeyer)
  • #6743 Use autoconfiguration where possible (leofeyer)
  • #6761 Limit the CSP header size to avoid server errors (Toflar)
  • #6760 Correctly set the link title and text in the downloads controller (fritzmg)
  • #6759 Normalize the Twig CSP method names (fritzmg)
  • #6744 Fix the "delete files" button in the file manager (aschempp)
  • #6740 Add the TemplateTrait::inlineStyle() method (fritzmg)
  • #6737 Properly assign parameters to contao.crawl.escargot.factory (zoglo)
  • #6736 Unify the deprecation messages (leofeyer)

5.3.0-RC1 (2024-01-18)

New features:

Fixed issues:

  • #6723 Introduce TemplateTrait to fix missing method in Widget (fritzmg)
  • #6718 Fix edit-all operation if records can only be deleted (aschempp)
  • #6714 Fix the missing icon for DCA operations again (aschempp)
  • #6708 Remove the contao.downloadable_files parameter (leofeyer)
  • #6707 Correctly set the ptable for copy and cut actions (ausi)
  • #6676 Use the _attributes suffix in the accordion template (leofeyer)
  • #6670 Fetch visible root trail record from database (aschempp)
  • #6665 Only check the first record to be restored (aschempp)
  • #6645 Move ptable logic from tl_content to DC_Table (ausi)
  • #6641 Fix missing ptabe for saveNcreate and saveNduplicate (ausi)
  • #6636 Vote on the current token in the voters (aschempp)
  • #6628 Fix DCA voters not checking module and parent update access (aschempp)
  • #6627 Fix favorites voter not voting on current record (aschempp)
  • #6595 Deprecate the PageModel::getPreviewUrl() method (aschempp)
  • #6600 Check for parameter existence (Toflar)
  • #6590 Move the ModelMetadataTrait to the correct namespace (leofeyer)
  • #6598 Do not smooth-scroll on devices with reduced motion (aschempp)
  • #6530 Also remove global operations in bundles (aschempp)