Skip to content
Snippets Groups Projects
Commit cbebd60a authored by daffie's avatar daffie
Browse files

Issue #3522547 by daffie: Update module for Drupal 11.1.5

parent 88d37a6d
Branches 3.x
Tags 3.1.6
1 merge request!48Update module for Drupal 11.1.6
Pipeline #488039 failed
This diff is collapsed.
......@@ -83,7 +83,7 @@ When entity instances are revisionable, translatable and/or have field data atta
## Install Drupal on MongoDB (for Drupal Core [11.1.5](https://www.drupal.org/project/drupal/releases/11.1.5))
## Install Drupal on MongoDB (for Drupal Core [11.1.6](https://www.drupal.org/project/drupal/releases/11.1.6))
This install guide uses the DDEV development environment.
......@@ -97,7 +97,7 @@ This install guide is based on the following DDEV [guide](https://ddev.readthedo
```ddev start```
```ddev composer create drupal/recommended-project:11.1.5```
```ddev composer create drupal/recommended-project:11.1.6```
```ddev config --update```
......@@ -115,7 +115,7 @@ This install guide is based on the following DDEV [guide](https://ddev.readthedo
### 5. Drupal Core needs to be patched to make it all work.
```cd web```
```git apply -v modules/contrib/mongodb/patches/drupal-core-11.1.5.patch```
```git apply -v modules/contrib/mongodb/patches/drupal-core-11.1.6.patch```
```cd ..```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment