Skip to content

Latest commit

 

History

History
532 lines (507 loc) · 28.4 KB

CHANGELOG.md

File metadata and controls

532 lines (507 loc) · 28.4 KB

Changelog

This project adheres to Semantic Versioning.

4.13.1 (2022-03-15)

Fixed issues:

  • #4026 Fix multiple page controller routing issues (aschempp)
  • #4281 Add missing isSortable checks to the picker widget (MarkejN)
  • #4279 Fix bug with database query returing non-string types (ausi)
  • #4272 Add a help wizard if the canonical URL fields are disabled (leofeyer)
  • #4273 Adjust the "Recreate the XML files" description (leofeyer)
  • #4270 Only shorten the main headline elements if necessary (leofeyer)
  • #4275 Fix a potential PHP 8 incompatibility when generating a DCA column (qzminski)
  • #4274 Fall back to the section key if there is no label (leofeyer)
  • #4271 Correctly show all breadcrumb items (leofeyer)
  • #4197 Fix some dynamic routes handling (aschempp)
  • #4269 Use the correct web dir in the InstallWebDirCommand (leofeyer)
  • #4268 Fix the type hint of the MessageCatalogue::isContaoDomain() method (leofeyer)
  • #4267 Fix two minor issues in the install tool (leofeyer)
  • #4158 Set DB server version in install tool (ausi)
  • #4228 Improve the performance of contao:backup:create (Toflar)
  • #4261 Fix SQL error in purge expired data cron (ausi)
  • #4262 Fix SQL commands not supported in prepared statements (ausi)
  • #4264 Make search accent insensitive (ausi)
  • #4254 Fix infinite loop while loading of languages (rabauss)
  • #4202 Fix the remaining image size labels (fritzmg)
  • #4265 Use service_closure instead of lazy service (ausi)
  • #4259 Avoid error if the DATABASE_URL environment variable is an empty string (qzminski)
  • #4245 Decode equal sign when parsing query parameters of figure insert tag (m-vo)
  • #4244 Make sure tl_content.type has an index (Toflar)
  • #4216 Skip non-UTF-8 resources when syncing the DBAFS (m-vo)
  • #4230 Fix undefined array index warnings for content elements and forms (fritzmg)
  • #4224 Execute BackendTemplate#compile() when using the AbstractBackendController (m-vo)
  • #4221 Fix the FigureRendererTest (aschempp)
  • #4208 Lower max file size in Dbafs service (m-vo)
  • #4183 Clarify the backup command description (Mynyx)
  • #4162 Fix the widget height (leofeyer)

4.13.0 (2022-02-17)

New features:

  • #4123 Add a link to the Contao manual in the back end (MDevster)

Fixed issues:

  • #4151 Make the crontao.cron service lazy (aschempp)
  • #4149 Use static description for commands (m-vo)
  • #4133 Improve the preview links back end (aschempp)
  • #4141 Support symlinks in the upload directory (m-vo)
  • #4145 Fix time sensitive tests (ausi)
  • #4126 Check return type of generateLabelRecord method (bezin)
  • #4143 Do not use transactions for restoring backups (ausi)
  • #4139 Adjust labels for root page dependent modules (bytehead)
  • #4121 Show custom Twig templates in the back end dropdowns (m-vo)
  • #4140 Add feed image size property doc comment (bezin)
  • #4136 Increase the minimum version of the Composer runtime API (dmolineus)
  • #4117 Do not add the element name to the PHP attribute in the maker bundle (leofeyer)
  • #4134 Remove custom template option (bytehead)

4.13.0-RC3 (2022-02-11)

New features:

  • #3990 Fast manual file sync for the back end (m-vo)
  • #4004 Support virtual filesystem in CLI backup management (Toflar)
  • #4042 Enable SQL strict mode by default (m-vo)

Fixed issues:

4.13.0-RC2 (2022-02-08)

New features:

  • #4012 Allow filtering for files/directories when listing contents (m-vo)

Fixed issues:

4.13.0-RC1 (2022-01-17)

New features:

  • #3613 Add a root page dependent module selector (bytehead)
  • #3419 Add options to customize the layout inheritance for pages (SeverinGloeckle)
  • #3774 Add a DBAFS service and integrate Flysystem (m-vo)
  • #3872 Add front end preview links (aschempp)
  • #3702 Add a system logger service (SeverinGloeckle)
  • #3785 Show member groups for content elements when protected (fritzmg)
  • #3684 Use the metadata for the player caption (fritzmg)
  • #3180 Render be_main with custom back end controller (m-vo)
  • #2959 Add the back end attributes and badge title to the preview toolbar (rabauss)
  • #3498 Improve the undo module for better editor experience (bezin)
  • #3926 Add CSS definitions for info texts in widgets (leofeyer)
  • #3914 Show route path with regexp in page settings (aschempp)
  • #3883 Improve the maintenance mode command (aschempp)
  • #3848 Add file previews for downloads (ausi)
  • #3644 Allow MODE_PARENT without child_record_callback (fritzmg)
  • #3911 Support Typescript in the code editor (leofeyer)
  • #3630 Support image sizes in news and calendar feeds (bezin)
  • #3489 Add the "send newsletter" event (SeverinGloeckle)
  • #3888 Deprecate System::getTimeZones() (ausi)
  • #3843 Add route priority and allow the same page alias with different parameters (aschempp)
  • #3862 Add an "overview page" field (leofeyer)
  • #3889 Add generic toggle operation handling (aschempp)
  • #3793 Allow creating nested folders in the file manager (leofeyer)
  • #3737 Improve the system maintenance mode (Toflar)
  • #3850 Add a backup retention policy (Toflar)
  • #3729 Maintenance mode per root page (aschempp)
  • #3628 Make image width and height overwritable in the upload widget (doishub)
  • #3839 Remove page from index if "Do not search" is checked (aschempp)
  • #3819 Add comments to our interfaces and abstract classes (leofeyer)
  • #3812 Increase the length of URL fields (fritzmg)
  • #3797 Allow previewing unroutable pages (aschempp)
  • #3813 Replace ramsey/uuid with symfony/uid (m-vo)
  • #3804 Always show debug log and fetch crawl status earlier (Toflar)
  • #3798 Use unroutable pages types to limit queries (aschempp)
  • #3605 Do not generate routes for error pages (fritzmg)
  • #3660 Add Chosen to select menus in the backend DCA filters (qzminski)
  • #3674 Add a DCA option to collapse inactive checkbox groups (SeverinGloeckle)
  • #3604 Use the back end access voter instead of hasAccess() and isAllowed() (aschempp)
  • #3615 Add the maker bundle (sheeep)
  • #3727 Link parent elements in the back end breadcrumb trail (Toflar)
  • #3750 Make Symfony 5.4 the minimum requirement (leofeyer)
  • #3719 Forward error handling to routing controller (aschempp)
  • #3614 Add a nonce to all string placeholders (m-vo)
  • #3620 Deprecate the request_token insert tag (m-vo)
  • #3631 Backup management on CLI (Toflar)
  • #3611 Decorate the access decision manager (Toflar)
  • #3706 Add a service ID linter and adjust the service IDs (leofeyer)
  • #3686 Do not use FQCN service IDs for non-autowiring services (leofeyer)
  • #3458 Add deprecations (ausi)
  • #3603 Add a setting for allowed insert tags (ausi)
  • #3619 Add PHP8 attributes for our existing service annotations (aschempp)
  • #3659 Add a cache tag service for entity/model classes (m-vo)
  • #3638 Add an insert tags service (ausi)
  • #3622 Make replacing insert tags more granular (m-vo)
  • #3472 Make the backend path configurable (richardhj)
  • #3616 Support canonical URLs in the front end (Toflar)
  • #3207 Relay statement parameters to doctrine dbal (ausi)
  • #3617 Do not index documents if the canonical URL does not match (Toflar)
  • #3625 Add a template element and module (ausi)
  • #3609 Move the simple token parser into the String namespace (leofeyer)
  • #3602 Add the HtmlDecoder service (leofeyer)
  • #3606 Keep insert tags as chunked text and handle them in the HTML escaper (m-vo)
  • #2892 Add constants for the DCA sorting modes and flags (bezin)
  • #3535 Set the contao.web_dir parameter from composer.json (m-vo)
  • #3230 Add blank insert tag argument to open links in new window (ausi)
  • #3542 Support image formats AVIF, HEIC and JXL (ausi)
  • #3523 Upgrade to Doctrine 3 (ausi)
  • #3530 Replace patchwork/utf8 with symfony/string (leofeyer)
  • #3391 Always show the parent trails in the tree view (Toflar)
  • #3522 Optionally delete the home directory in the "close account" module (leofeyer)
  • #3524 Add an event count to the event list (leofeyer)
  • #3379 Add "Do Not Track" option to the Vimeo content element (MarkejN)
  • #3445 Allow to pass the actual 40x page to the page type (aschempp)
  • #3442 Change all occurrences of master (request) to main (aschempp)
  • #3439 Use the PHP 7.4 syntax (leofeyer)
  • #3436 Drop the contao/polyfill-symfony package (leofeyer)
  • #3191 Use v2 of league/commonmark (Toflar)
  • #3434 Update the dependencies and remove the BC layers (leofeyer)

Fixed issues: