Skip to content

Latest commit

 

History

History
145 lines (115 loc) · 7.71 KB

CHANGELOG.md

File metadata and controls

145 lines (115 loc) · 7.71 KB

Change log

4.6.14 (2019-01-24)

  • Correctly cancel the 2FA process (see #292).
  • Check the database configuration the install tool (see #285).
  • Validate the primary key when registering or saving a model (see #230).
  • Exempt the "page" insert tag from caching (see #284).
  • Correctly sort the tree view records if there is an active filter (see #269).
  • Fix two routing issues (see #263, #264).

4.6.13 (2019-01-16)

  • Support comma separated values in Model::getRelated() (see #257).
  • Do not check the user's file permissions in the template editor (see #224).
  • Do not show pretty errors if "text/html" is not accepted (see #249).
  • Return null in Model::findMultipleByIds() if there are no models (see #266).
  • Restore compatibility with Doctrine DBAL 2.9 (see #256).

4.6.12 (2018-12-19)

  • Fix another compatibility issue with Doctrine DBAL 2.9 (see #238).
  • Correctly check the permission to move child records as non-admin user (see #247).
  • Do not parse form templates twice (see #214).

4.6.11 (2018-12-13)

  • Prevent information disclosure through incorrect access control in the back end (see CVE-2018-20028).

4.6.10 (2018-12-04)

  • Do not add a favicon.ico file by default (see #181).
  • Fix a compatibility issue with Doctrine DBAL 2.9 (see #212).

4.6.9 (2018-11-22)

  • Fix a BC break in the FileUpload class (see #188).
  • Do not convert line breaks in table cells if there are HTML block elements (see #159).
  • Automatically enable image sizes created by regular users (see contao/core#8836).
  • Handle unknown languages in the meta editor (see #127).

4.6.8 (2018-11-12)

  • Correctly redirect in the "close account" module (see #93).
  • Correctly rebuild the symlinks in the maintenance module (see #150).

4.6.7 (2018-10-31)

  • Correctly rebuild the symlinks in the maintenance module (see #150).
  • Hide members without login in the "rebuild search index" drop-down (see #91).
  • Check the member status when sending newsletters (see contao/core#8812).
  • Fix the schema.org markup of the breadcrumb menu (see contao/core-bundle#1561).
  • Allow to set the target directory when installing the web directory (see #142).
  • Correctly render the back end forms in Firefox (see #79).
  • Show the info messages in the DropZone uploader (see #83).

4.6.6 (2018-10-01)

  • Drop indexes when changing engine or collation (see #106).
  • Also check innodb_file_per_table in the DCA schema provider (see #103).

4.6.5 (2018-09-20)

  • Fix an error when creating new pages (see #63).

4.6.4 (2018-09-18)

  • Check wether the database supports dynamic rows in the install tool (see #59).
  • Correctly detect Chrome on iOS in the environment class (see #61).
  • Optimize generating sitemaps (see contao/core#6830).
  • Use min-height for .w50 widgets in the back end (see contao/core#8864).
  • Prevent arbitrary code execution through .phar files (see CVE-2018-17057).

4.6.3 (2018-09-05)

  • Make the contao.controller.backend_csv_import controller public (see #49).
  • Re-add the installation bundle commands (see #45).
  • Also check the row format when updating an InnoDB table.
  • Allow SwiftMailer 5 and 6 (see contao/core-bundle#1613).
  • Also add the youtubeStart and youtubeStop fields in the version 4.5 update (see #28).
  • Ignore the uncached and refresh insert tag flags in the unknown insert tags (see #48).
  • Make the ID of the subscription modules unique (see #40).
  • Use the correct table when handling root nodes in the picker (see #44).

4.6.2 (2018-08-28)

  • Replace the Set-Cookie header when merging HTTP headers (see #35).

4.6.1 (2018-08-28)

  • Restore compatibility with symfony/http-kernel in version 3.4 (see #34).
  • Do not merge the session cookie header (see #11, #29).
  • Update the list of countries (see #12).
  • Add the tl_content.youtubeOptions field in the version 4.5 update (see #28).

4.6.0-RC1 (2018-07-16)