This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
2.1.0
Changes
- Now requires version >= 1.2.0, < 2.0 of the drupalbox, instead of allowing v1.1.1. See palantir/drupalbox on Vagrant Cloud for the box changelogs.
- Removed VMware support for the >1.2.0 drupalbox
- Find
drushrc.php
in a project'sdrush/
directory as well as in theconf/
directory
Fixes
- Updated README
- Removed debug message from provisioning
- Removed duplicate solr flag setting in the Vagrantfile template
Updating from 2.0.1
After updating to this release:
- Review your
Vagrantfile
and verify that there is only one copy of the solr configuration line (see 682fad) - In your project, run
vagrant box update
to ensure that you have the 1.2.0 version of the drupalbox Vagrant base box. If this downloads a new box, you will need to destroy and re-create your box:vagrant destroy
vagrant up
- Otherwise, if you are already using drupalbox v1.2.0, you may re-provision
vagrant up --provision
orvagrant reload --provision
to apply thedrushrc.php
changes