Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Commit

Permalink
3.4.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
phenaproxima committed Dec 18, 2019
1 parent a648e09 commit 8d9e9cf
Show file tree
Hide file tree
Showing 9 changed files with 312 additions and 462 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.4.1
* Security updated Drupal core to 8.8.1.

## 3.4.0
* Updated Lightning Core to 5.0:
* Updated Drupal core to 8.8.0.
Expand Down
3 changes: 3 additions & 0 deletions UPDATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ are currently running 2.2.0 and are trying to update to 2.2.6, you will need to
follow the instructions for updating from 2.2.0 to 2.2.1, then from 2.2.1 to
2.2.2, in that order.

## 3.4.0 to 3.4.1
There are no manual update steps for this version.

## 3.3.4 to 3.4.0
There are no manual update steps for this version.

Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,21 @@
"require": {
"ext-dom": "*",
"cweagans/composer-patches": "^1.6.4",
"drupal-composer/drupal-scaffold": "^2.0.0",
"drupal/core": "~8.8.1",
"drupal/lightning_api": "^4.1",
"drupal/lightning_core": "^5.0",
"drupal/lightning_layout": "^1.8",
"drupal/lightning_media": "^3.8",
"drupal/lightning_workflow": "^3.6",
"oomphinc/composer-installers-extender": "^1.1"
"drupal/lightning_workflow": "^3.6"
},
"require-dev": {
"drupal-composer/drupal-scaffold": "^2.0.0",
"drupal/drupal-extension": "^3.4",
"drupal/facets": "^1.2",
"drupal/media_entity_generic": "1.x-dev",
"drupal/schema_metatag": "^1.3",
"drush/drush": "^9.7",
"oomphinc/composer-installers-extender": "^1.1",
"vijaycs85/drupal-quality-checker": "^1.2",
"webflo/drupal-core-require-dev": "*"
},
Expand Down
Loading

0 comments on commit 8d9e9cf

Please sign in to comment.