|
1 | 1 | # Drupal VM Changelog |
2 | 2 |
|
| 3 | +## 4.1.0 "Anthem" (2016-12-30) |
| 4 | + |
| 5 | +### Breaking Changes |
| 6 | + |
| 7 | + * N/A |
| 8 | + |
| 9 | +### New/changed variables in default.config.yml |
| 10 | + |
| 11 | + * There's a new `apache_vhost_php_fpm_parameters` variable that defines the PHP-FPM handler Apache uses per-virtualhost. The old `extra_parameters` pre-4.1.0 will continue to work, but the new `SetHandler` technique is better for most scenarios than using `ProxyPassMatch`. |
| 12 | + * The Dashboard entry in `nginx_hosts` now has `is_php: true`. |
| 13 | + |
| 14 | +### Improvements |
| 15 | + |
| 16 | + * #617: Switch to `SetHandler` instead of `ProxyPassMatch` (fixes #617, #876, #945, #1055). |
| 17 | + * #1090: Update docs to reference `SetHandler`. |
| 18 | + * #1047: Add docs on Drupal Console remote command execution. |
| 19 | + * #1076: Update PHP XDebug role to latest version |
| 20 | + * #1067: Configure hostname for environments other than VMs. |
| 21 | + * #1068: Add php-yaml extension. |
| 22 | + * #1078: Move Ansible version check to Vagrantfile for better UX. |
| 23 | + * #1071: Improve docs for SSL under Apache and Nginx. |
| 24 | + * #455: Move prod readme to docs instead of README file. |
| 25 | + |
| 26 | +### Bugfixes |
| 27 | + |
| 28 | + * #1076: Fix PHP modules not re-compiling on PHP version changes. |
| 29 | + * #1061: Allow user defined post-provision-tasks to use tags. |
| 30 | + * #1060: Fix bug where dashboard assumes optional vhost docroot is defined. |
| 31 | + * #1062: Allow post-provision tasks to use the item variable. |
| 32 | + * #1059: Fix hostsupdater trying to add wildcard aliases. |
| 33 | + * #1054: Update Solr role to prevent permissions error. |
| 34 | + |
| 35 | + |
3 | 36 | ## 4.0.0 "We've Got Company" (2016-12-10) |
4 | 37 |
|
5 | 38 | ### Breaking Changes |
|
10 | 43 |
|
11 | 44 | ### New/changed variables in default.config.yml |
12 | 45 |
|
13 | | - * TODO |
| 46 | + * `drush` is now a default item in `installed_extras`. |
| 47 | + * `upload-progress` is now an optional item in `installed_extras`. |
| 48 | + * `drush_version` now defaults to `8.x` (`master` was causing issues with Drupal < 8). |
| 49 | + * `php_install_recommends` was removed from the default set of variables. |
| 50 | + * `solr_version` was bumped to `5.5.3` (was `5.5.2`). |
14 | 51 |
|
15 | 52 | ### Improvements |
16 | 53 |
|
|
0 commit comments