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

Commit 60de566

Browse files
committed
4.1.1 Release
1 parent 201739b commit 60de566

File tree

10 files changed

+56
-51
lines changed

10 files changed

+56
-51
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 4.1.1
2+
* Security updated Drupal core to 8.8.1.
3+
* Claro is now the default administrative theme in new installations
4+
of Lightning.
5+
16
## 4.1.0
27
* Updated Lightning Workflow to 3.14:
38
* Made Lightning Workflow compatible any installation profile.

UPDATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ are currently running 2.2.0 and are trying to update to 2.2.6, you will need to
140140
follow the instructions for updating from 2.2.0 to 2.2.1, then from 2.2.1 to
141141
2.2.2, in that order.
142142

143+
### 4.1.0 to 4.1.1
144+
There are no manual update steps for this version.
145+
143146
### 4.1.0-beta1 to 4.1.0
144147
**IMPORTANT!!** This release includes Pathauto 1.6. If you are already using
145148
Pathauto 1.5 or lower, you MUST update Pathauto before updating to this release

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"ext-dom": "*",
88
"cweagans/composer-patches": "^1.6",
9-
"drupal/core": "~8.8.0",
9+
"drupal/core": "~8.8.1",
1010
"drupal/lightning_api": "^4.4",
1111
"drupal/lightning_core": "^5.0",
1212
"drupal/lightning_layout": "^2.4",

composer.lock

Lines changed: 37 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

drupal-org-core.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ projects[drupal][type] = core
44
projects[drupal][download][type] = git
55
projects[drupal][download][url] = https://git.drupal.org/project/drupal.git
66
projects[drupal][download][branch] = 8.8.x
7-
projects[drupal][download][tag] = 8.8.0
7+
projects[drupal][download][tag] = 8.8.1
88
projects[drupal][patch][] = https://www.drupal.org/files/issues/2019-12-16/3096566-23-combined-3096241-3.patch
99
projects[drupal][patch][] = https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch
1010
projects[drupal][patch][] = https://www.drupal.org/files/issues/2019-11-27/2815221-125.patch

drupal-org.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ projects[panels][version] = 4.4
9090
projects[pathauto][type] = module
9191
projects[pathauto][version] = 1.6
9292
projects[redirect][type] = module
93-
projects[redirect][version] = 1.4
93+
projects[redirect][version] = 1.5
9494
projects[schemata][type] = module
9595
projects[schemata][version] = 1.0-beta1
9696
projects[search_api][type] = module

logs/4.1.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 4.1.1
2+
* Security updated Drupal core to 8.8.1.
3+
* Claro is now the default administrative theme in new installations
4+
of Lightning.

make-fixture.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fi
1010
VERSION=${BRANCH#release/}
1111
# Ask git for the most recent semantic version tag, and use it as the version
1212
# from which to update.
13-
FROM=$(git tag --list 4.* --sort -creatordate | head -n 1)
13+
FROM=$(git tag --list "4.*" --sort -creatordate | head -n 1)
1414

1515
./install-drupal.sh
1616

releases.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
releases:
2+
'4.1.1':
3+
drupal_version: 8.x-4.101
4+
has_manual_updates: false
25
'4.1.0':
36
drupal_version: 8.x-4.100
47
has_manual_updates: true

tests/fixtures/4.1.1.php.gz

314 KB
Binary file not shown.

0 commit comments

Comments
 (0)