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

Commit

Permalink
3.2.1 Release (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
phenaproxima authored Oct 9, 2018
1 parent b9e3dcf commit 61fdd59
Show file tree
Hide file tree
Showing 12 changed files with 234 additions and 213 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ php:
- 7.0
env:
- VERSION=HEAD
- VERSION=3.2.0
- VERSION=3.2.1
# The final CI slot should be used to test the update path from the oldest
# available database fixture.
- VERSION=3.0.0
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ The current version of media includes the following functionality:
* Images
* Drag-and-drop bulk image uploads.
* Image cropping.
* Support for creating slideshows and carousels of media assets.
* Ability to create new media through the media library (/media/add)
* Ability to embed tweets, Instagrams, and YouTube/Vimeo videos directly into
CKEditor by pasting the video URL
Expand Down Expand Up @@ -131,7 +132,7 @@ to request features or bug fixes.
replicated to the image field. This is due to a limitation of Entity Browser's
API.
* Some of the Lightning contributed media module listed above might not yet be
compatible with the Core Media entity.
compatible with the core Media module.
* Using the bulk upload feature in environments with a load balancer might
result in some images not being saved.

Expand Down
12 changes: 12 additions & 0 deletions UPDATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,18 @@ 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.2.0 to 3.2.1
* Install the Media Library module (in the "Core (Experimental)" group). Then,
for each media type, create a new display, called "Media library", containing
only the thumbnail image, displayed using the thumbnail image style.
* Install the new "Media Slideshow" module (in the "Lightning" group).
* Install the Moderation Dashboard module. By default, this will cause users to
be redirected to their moderation dashboard upon logging in. To disable this
behavior, run the following Drush command:
```
drush config:set moderation_dashboard.settings redirect_on_login 0
```

### 3.1.7 to 3.2.0
* If you have any sub-profiles (regardless of whether or not they extend
Lightning), you must change their info files to work with Drupal 8.6.0:
Expand Down
2 changes: 1 addition & 1 deletion build-lightning.make
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ includes[] = drupal-org-core.make
projects[lightning][type] = profile
projects[lightning][download][type] = git
projects[lightning][download][branch] = 8.x-3.x
projects[lightning][download][tag] = 8.x-3.x-dev
projects[lightning][download][tag] = 8.x-3.201
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@
},
"require": {
"cweagans/composer-patches": "^1.6.4",
"drupal/lightning_api": "2.x-dev",
"drupal/lightning_core": "3.x-dev",
"drupal/lightning_layout": "1.x-dev",
"drupal/lightning_media": "3.x-dev",
"drupal/lightning_workflow": "3.x-dev",
"drupal/lightning_api": "^2.7",
"drupal/lightning_core": "^3.1",
"drupal/lightning_layout": "^1.4",
"drupal/lightning_media": "^3.1",
"drupal/lightning_workflow": "^3.1",
"drupal-composer/drupal-scaffold": "^2.0.0",
"oomphinc/composer-installers-extender": "^1.1"
},
Expand Down
375 changes: 197 additions & 178 deletions composer.lock

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion drupal-org-core.make
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ projects[drupal][type] = core
projects[drupal][download][type] = git
projects[drupal][download][url] = https://git.drupal.org/project/drupal.git
projects[drupal][download][branch] = 8.6.x
projects[drupal][download][tag] = 8.6.1
projects[drupal][patch][] = https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/2885441-2.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-09-24/2815221-109.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-07-09/2815221-105.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-07-12/1356276-473.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-07-09/2914389-8-do-not-test.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-08-16/2952390-53.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-07-27/2955065-17.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-05-03/2968110-3.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-08-20/2976148-31.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-09-28/3003104.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/2246725-24.patch
27 changes: 5 additions & 22 deletions drupal-org.make
Original file line number Diff line number Diff line change
Expand Up @@ -37,30 +37,15 @@ projects[jsonapi][version] = 1.23
projects[libraries][type] = module
projects[libraries][version] = 3.0-alpha1
projects[lightning_api][type] = module
projects[lightning_api][download][type] = git
projects[lightning_api][download][url] = https://git.drupal.org/project/lightning_api
projects[lightning_api][download][branch] = 2.x
projects[lightning_api][download][revision] = 4bcafd8eee18e5d116894080de867cfd20abea8a
projects[lightning_api][version] = 2.7
projects[lightning_core][type] = module
projects[lightning_core][download][type] = git
projects[lightning_core][download][url] = https://git.drupal.org/project/lightning_core
projects[lightning_core][download][branch] = 3.x
projects[lightning_core][download][revision] = ff6a153b1c946b1ab878edbbcda52be24d2d8c20
projects[lightning_core][version] = 3.1
projects[lightning_layout][type] = module
projects[lightning_layout][download][type] = git
projects[lightning_layout][download][url] = https://git.drupal.org/project/lightning_layout
projects[lightning_layout][download][branch] = 1.x
projects[lightning_layout][download][revision] = 3317411b5d4e1ace1a17cbd63d6b92ec46f5c66e
projects[lightning_layout][version] = 1.4
projects[lightning_media][type] = module
projects[lightning_media][download][type] = git
projects[lightning_media][download][url] = https://git.drupal.org/project/lightning_media
projects[lightning_media][download][branch] = 3.x
projects[lightning_media][download][revision] = deb48dfd6487b4e4695747904d0f3a5c1a71dcf9
projects[lightning_media][version] = 3.1
projects[lightning_workflow][type] = module
projects[lightning_workflow][download][type] = git
projects[lightning_workflow][download][url] = https://git.drupal.org/project/lightning_workflow
projects[lightning_workflow][download][branch] = 3.x
projects[lightning_workflow][download][revision] = f2290da7471851c322bc6bef1e54bacc1b6c7d99
projects[lightning_workflow][version] = 3.1
projects[media_entity_instagram][type] = module
projects[media_entity_instagram][patch][] = https://www.drupal.org/files/issues/2917454-2.patch
projects[media_entity_instagram][version] = 2.0-alpha1
Expand All @@ -87,8 +72,6 @@ projects[panelizer][type] = module
projects[panelizer][patch][] = https://www.drupal.org/files/issues/2018-08-13/panelizer-multilingual-2778565-38.patch
projects[panelizer][version] = 4.1
projects[panels][type] = module
projects[panels][patch][] = https://www.drupal.org/files/issues/panels-ipe-2878684-3.patch
projects[panels][patch][] = https://www.drupal.org/files/issues/panels-ipe-propogate-errors-2825034-5.patch
projects[panels][version] = 4.3
projects[pathauto][type] = module
projects[pathauto][version] = 1.3
Expand Down
4 changes: 2 additions & 2 deletions lightning.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lightning
core: 8.x
type: profile
description: 'A fast and feature-rich Drupal distribution.'
version: '8.x-3.x-dev'
version: '8.x-3.201'
distribution:
name: Lightning
install:
Expand Down Expand Up @@ -62,4 +62,4 @@ themes:
- bartik
- seven
project: lightning
datestamp: '1536191369'
datestamp: '1539105303'
Binary file added tests/fixtures/3.2.1.sql.gz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ type: module
hidden: true
dependencies:
- test_ced013a5
version: '8.x-3.x-dev'
version: '8.x-3.201'
2 changes: 1 addition & 1 deletion tests/modules/view_mode_test/view_mode_test.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ hidden: true
dependencies:
- lightning_core
- node
version: '8.x-3.x-dev'
version: '8.x-3.201'

0 comments on commit 61fdd59

Please sign in to comment.