Skip to content

Latest commit

 

History

History
142 lines (106 loc) · 7.45 KB

CHANGELOG.md

File metadata and controls

142 lines (106 loc) · 7.45 KB

Contao core bundle change log

4.5.14 (2018-08-28)

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

4.5.13 (2018-08-27)

  • Do not merge the session cookie header (see #11, #29).
  • Update the list of countries (see #12).

4.5.11 (2018-08-13)

4.5.10 (2018-06-26)

  • Make the session listener compatible with Symfony 3.4.12.

4.5.9 (2018-06-18)

4.5.8 (2018-04-18)

  • Fix an XSS vulnerability in the system log (see CVE-2018-10125).
  • Correctly highlight all keywords in the search results (see contao/core-bundle#1461).
  • Log unknown insert tag (flags) in the system log (see contao/core-bundle#1182).

4.5.7 (2018-04-04)

4.5.6 (2018-03-06)

4.5.5 (2018-03-06)

4.5.4 (2018-02-14)

4.5.3 (2018-01-23)

4.5.2 (2018-01-12)

4.5.1 (2018-01-04)

  • Set the correct CSS classes in the back end navigation (see contao/core-bundle#1278).
  • Correctly handle authentication through the Symfony firewall entry point (see contao/core-bundle#1275).
  • Make services public that we need to access directly.
  • Check all innodb_large_prefix requirements in the install tool (see contao/installation-bundle#80).
  • Use the table options instead of the default table options to compare engine and collation.

4.5.0 (2017-12-28)

  • Apply the schema filter in the DCA schema provider.

4.5.0-RC1 (2017-12-12)

  • Use the Symfony security component for authentication (see contao/core-bundle#685).
  • Check the MySQL version and the configured database options.

4.5.0-beta3 (2017-12-04)

  • Use InnoDB as default storage engine (see contao/core-bundle#188).
  • Use "utf8mb4" as default charset for MySQL (see contao/core-bundle#113).
  • Add roles and ARIA landmarks in the back end (see contao/core-bundle#768).
  • Add all the player options to the YouTube element (see contao/core-bundle#938).
  • Add the toggle icon of the parent record in parent view (see contao/core#2266).
  • Decrease the number of DB queries by reusing the page model (see contao/core-bundle#1090).
  • Add the "event address" field and update the microdata tags (see contao/calendar-bundle#18).
  • Fix the length of the e-mail field in the dynamic comments form.
  • Also check the table engine and collation during database migration.
  • Improve the microdata support.
  • Standardize the length of the e-mail fields.

4.5.0-beta2 (2017-11-24)

4.5.0-beta1 (2017-11-06)