Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

3.2.1

Compare
Choose a tag to compare
@geerlingguy geerlingguy released this 16 Aug 21:15
· 1058 commits to master since this release

Breaking changes

N/A

New/changed variables in default.config.yml

  • Default database defined in mysql_databases now uses utf8mb4 encoding and utf8mb4_general_ci collation.
  • selenium_version now defaults to 2.53.0

Improvements

  • #866: Use latest Selenium release.
  • #859: Only set mysql_enablerepo when not defined.
  • #856: Link Nginx CGI timeout time to PHP timeout time.
  • #846: Default to Drupal 8.1.8.
  • #839: Don't throw warning if VAGRANTFILE_API_VERSION is set twice.
  • (No issue): Bump required role versions to latest point releases.

Bugfixes

  • #853: Add /web to directory in Drupal Console instructions.