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

2.1.2 "We've Got Company"

Compare
Choose a tag to compare
@geerlingguy geerlingguy released this 04 Dec 15:59
· 1481 commits to master since this release

This release is aptly named—up until 2.1.1, I've been developing and testing Drupal VM on only a Mac OS X workstation, so many issues that were found on Linux and Windows-based workstations had to be fixed by the community, and I couldn't test the fixes myself! Now I have a Lenovo T420 with three SSDs, with Windows 10, Fedora 23, and Ubuntu 15.10, so I can test across four platforms myself!

New variables in config.yml

None.

Improvements

  • #234: Added ansible task which copies known_hosts file from host to guest.
  • #279: Updates to examples and syntax highlighting fixes in docs.
  • #281: Better documentation of rsync options for synced folders.
  • #290, #291, #297: Vast improvements to Windows docs (Jeff finally has a Windows laptop to test with!)
  • #308: Add .idea and .project configs for editors to .gitignore.
  • #331: Update docs based on the fact that PHP 7.0.0 has been released!

Bugfixes

  • #273: Minor grammatical error fixes.
  • #247: Fix problem that can cause Apache installation to fail.
  • #301, #245: Fix some issues that caused Linux host usage (Fedora/Ubuntu) to have issues.
  • #77: Fix PHP config so Xdebug works better out of the box.
  • #329: Docs cleanup for synced folders.