2016-12-30 19:06:23 +00:00
|
|
|
|
---
|
|
|
|
|
title: Drupal VM Generator 2.9.1 Released
|
2020-03-08 14:32:13 +00:00
|
|
|
|
date: 2016-12-30
|
2018-12-31 12:13:05 +00:00
|
|
|
|
excerpt: I’ve released some new versions of the Drupal VM Generator.
|
2016-12-30 19:06:23 +00:00
|
|
|
|
tags: ['drupal-vm-generator', releases]
|
|
|
|
|
---
|
2020-03-08 17:52:59 +00:00
|
|
|
|
|
2016-12-30 19:06:23 +00:00
|
|
|
|
The main updates are:
|
|
|
|
|
|
2020-03-08 17:52:59 +00:00
|
|
|
|
- Fixed an `InvalidResponseException` that was thrown from within the
|
|
|
|
|
`boolean_as_string` Twig filter from the opdavies/twig-extensions library when
|
|
|
|
|
the `config:generate` command was run in non-interactive mode.
|
|
|
|
|
- Adding a working test suite for the existing commands, using PhpUnit and
|
|
|
|
|
Symfony’s Process component. This is now linked to [Travis CI][2], and the
|
|
|
|
|
tests are run on each commit and pull request.
|
|
|
|
|
- The version requirements have been changed to allow 2.7 versions of the used
|
|
|
|
|
Symfony Components, as well as the 3.x versions. This was done to resolve a
|
|
|
|
|
conflict when also installing Drush globally with Composer.
|
2016-12-30 19:06:23 +00:00
|
|
|
|
|
|
|
|
|
## Next Steps
|
|
|
|
|
|
2020-03-08 17:52:59 +00:00
|
|
|
|
Currently the project is based on Drupal VM 3.0.0 which is an outdated version
|
|
|
|
|
([4.1.0][3] was released today). Adding updates and supporting the newer
|
|
|
|
|
versions is a high priority, as well as keeping in sync with new releases. This
|
|
|
|
|
will be easier with the test suite in place.
|
2016-12-30 19:06:23 +00:00
|
|
|
|
|
2020-03-08 17:52:59 +00:00
|
|
|
|
My initial thoughts are that version 2.10.0 will support Drupal VM 4.0.0, and if
|
|
|
|
|
needed, 2.11.0 will ship shortly afterwards and support Drupal VM 4.1.0.
|
2016-12-30 19:06:23 +00:00
|
|
|
|
|
|
|
|
|
[0]: http://www.drupalvmgenerator.com
|
|
|
|
|
[1]: https://github.com/opdavies/drupal-vm-generator/tree/master/tests/Command
|
|
|
|
|
[2]: https://travis-ci.org/opdavies/drupal-vm-generator
|
|
|
|
|
[3]: https://github.com/geerlingguy/drupal-vm/releases/tag/4.1.0
|