github ddev/ddev v0.11.0
v0.11.0: Refactoring, PHP version spec, Show domain

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

V0.11.0 is mostly a refactoring release, but these changes were made:

  • You can now specify a php version (5.6, 7.0, or 7.1) in your project's .ddev/config.yaml. Note that if you have an existing project, you need to delete the .ddev/docker-compose.yml (so it can be recreated) for this to work. The default is php 7.1. Syntax in the .ddev/config.yaml is php_version: "7.0" for example.
  • The "domain", currently always "ddev.local" is shown in ddev version

As always, we love to hear your suggestions, bugs, troubles, and even kudos, in the issue queue here, in the Drupal #ddev slack channel, or any other way you want to find us.

Commits/PRs:
9e62e33 (HEAD, upstream/master) Update maintained badge to 2018 (#591)
49e3c6a (cweagans/master) DDEV 251: readme and documentation updates (#587)
2f7eb6d Add postImportDBAction capability to apptype matrix (#589)
c41d649 Add generic apptype detection using apptype approach in #574 (#585)
b2db5b6 Add --continuous for ddev ui (#576)
1e8ec82 Update to support DDEV_PHP_VERSION in config and defaults (#554)
5e015d2 Generic multi-apptype support, for #535 (#574)
2e5fcee (tag: top_cms_is_based_on) Remove special windows handling for docker-compose.exe since it has a typo anyway (#582)
89988f3 Semantic Versioning in readthedocs, for drud/ddev #352 (#584)
7c8e198 Improve comments and signature on 'tail' options in ddev logs testing (#580)
b46e403 Surf build.sh needs to update any images that may be cached (#578)
e5c368d Refactor all config into the ddevapp, fixes #458 (#569)
d8ad513 Add the ddev domain to the output of ddev version (#566)
9cf4900 Refactor/remove platform plugin interface, for #458 (#561)
3d2451a Add automation of nightly build using CircleCi scheduling instead of api (#562)
06ef683 Update circle machine image for later docker (#563)
b64058e Don't report errors from ComposeNoCapture (#556)
f1106f3 Bump nginx-php-fpm-local version to v0.8.2 (#553)
3e98cb7 Check for docker-compose at install and run time, fixes #491 (#549)
863ac8d Use single quotes instead of backticks for user-facing messages (#550)
d1a65a6 Improve macOS surf install instructions (#544)

Don't miss a new ddev release

NewReleases is sending notifications on new releases.