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

Commit

Permalink
Issue #1098: Update CHANGELOG for 4.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Dec 30, 2016
1 parent 620a0bc commit aaabd2a
Showing 1 changed file with 38 additions and 1 deletion.
39 changes: 38 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Drupal VM Changelog

## 4.1.0 "Anthem" (2016-12-30)

### Breaking Changes

* N/A

### New/changed variables in default.config.yml

* 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`.
* The Dashboard entry in `nginx_hosts` now has `is_php: true`.

### Improvements

* #617: Switch to `SetHandler` instead of `ProxyPassMatch` (fixes #617, #876, #945, #1055).
* #1090: Update docs to reference `SetHandler`.
* #1047: Add docs on Drupal Console remote command execution.
* #1076: Update PHP XDebug role to latest version
* #1067: Configure hostname for environments other than VMs.
* #1068: Add php-yaml extension.
* #1078: Move Ansible version check to Vagrantfile for better UX.
* #1071: Improve docs for SSL under Apache and Nginx.
* #455: Move prod readme to docs instead of README file.

### Bugfixes

* #1076: Fix PHP modules not re-compiling on PHP version changes.
* #1061: Allow user defined post-provision-tasks to use tags.
* #1060: Fix bug where dashboard assumes optional vhost docroot is defined.
* #1062: Allow post-provision tasks to use the item variable.
* #1059: Fix hostsupdater trying to add wildcard aliases.
* #1054: Update Solr role to prevent permissions error.


## 4.0.0 "We've Got Company" (2016-12-10)

### Breaking Changes
Expand All @@ -10,7 +43,11 @@

### New/changed variables in default.config.yml

* TODO
* `drush` is now a default item in `installed_extras`.
* `upload-progress` is now an optional item in `installed_extras`.
* `drush_version` now defaults to `8.x` (`master` was causing issues with Drupal < 8).
* `php_install_recommends` was removed from the default set of variables.
* `solr_version` was bumped to `5.5.3` (was `5.5.2`).

### Improvements

Expand Down

0 comments on commit aaabd2a

Please sign in to comment.