github ddev/ddev v1.15.2
v1.15.2: Bug-fix release (PHPStorm Xdebug)

latest releases: v1.23.0, v1.23.0-rc2, v1.23.0-rc1...
3 years ago

DDEV-Local v1.15.2 is a bug-fix and documentation release, all the important changes are in v1.15.0 , which has lots of reading for you.

All that actually changes here is fixing a regression with PHPStorm and Xdebug.

Installation/Upgrade

See the installation instructions for details, but it's easy:

  • Please stop all projects first, this does no harm: ddev poweroff
  • If you have custom configuration, especially pinned image specifications in your .ddev/config.yaml, please remove it for now.
  • macOS Homebrew and Linux Linuxbrew: brew tap drud/ddev && brew install ddev or just brew upgrade ddev ). (You may need a brew update for homebrew to find the new release.)
  • Windows: Use choco upgrade -y ddev , or download the ddev_windows_installer below. Note that the Windows installer is not needed or used for WSL2 installs.
  • And anywhere, you can just download the tarball or zipball, untar or unzip it, and place the executable in your path where it belongs.

Key issues fixed in v1.15.2

  • ddev exec to non-ddev containers didn't work
  • Improved documentation and user experience for Windows WSL2 installation
  • There was an error with the .ddev/.gitignore when global homeadditions was used.
  • On Drupal 8/9 the "sync" directory was being created in the wrong place.

Commits since v1.15.1

0adbf77 Bump ddev-webserver version to v1.15.2 (#2426)
1e6ec33 [DOCS] Improvements and typo fixes (#2396)
fcc3a3e PHP_IDE_CONFIG must not be set for php-fpm (#2424)
80b92ea Fix wrong --source flag for import-db in faq doc (#2425) [skip ci][ci skip]

Don't miss a new ddev release

NewReleases is sending notifications on new releases.