Fix excerpts on blog posts
This commit is contained in:
parent
429c373db7
commit
ff9f0a7b0b
124 changed files with 187 additions and 604 deletions
|
@ -1,13 +1,8 @@
|
|||
---
|
||||
title: Drupal VM Generator 2.9.1 Released
|
||||
excerpt: I’ve released some new versions of the Drupal VM Generator.
|
||||
tags: ['drupal-vm-generator', releases]
|
||||
use: [posts]
|
||||
---
|
||||
{% block excerpt %}
|
||||
I spent some time yesterday working on the [Drupal VM Generator][0], and have released versions 2.8.1, 2.9.0 and 2.9.1.
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
The main updates are:
|
||||
|
||||
- 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.
|
||||
|
@ -19,7 +14,6 @@ The main updates are:
|
|||
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.
|
||||
|
||||
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.
|
||||
{% endblock %}
|
||||
|
||||
[0]: http://www.drupalvmgenerator.com
|
||||
[1]: https://github.com/opdavies/drupal-vm-generator/tree/master/tests/Command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue