Skip to content

Commit 50a4d88

Browse files
authored
Merge pull request #355 from itk-dev/feature/upgrade-drupal-core-10.3.1
Feature/upgrade drupal core 10.3.1
2 parents 1dd17ad + 5dd074c commit 50a4d88

File tree

3 files changed

+626
-664
lines changed

3 files changed

+626
-664
lines changed

CHANGELOG.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
## [develop]
12+
13+
- Upgrade drupal core (10.3.1)
14+
- Switch to dompdf
15+
- Upgrade drupal core (9.5.10)
16+
- Upgrade contrib module
17+
- Change code analysis tool
18+
drupal-check -> phpstan for more configuration options
19+
- Update custom modules with phpcs and phpstan tools.
20+
- Update configuration to match drupal upgrade.
21+
- Upgrade docker setup to use php 8.1
1122
- [PR-354](https://github.com/itk-dev/os2loop/pull/354)
1223
1712: Added “Expand all steps” link on step by step
1324
- [PR-353](https://github.com/itk-dev/os2loop/pull/353):
@@ -17,21 +28,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
1728
- [PR-351](https://github.com/itk-dev/os2loop/pull/351):
1829
Updated tasks
1930
- [PR-341](https://github.com/itk-dev/os2loop/pull/341):
20-
Notify of collection changed when document is changed.
21-
22-
## [feature/update-drupal-and-php] - 2023-08-25
23-
24-
- Switch to dompdf
25-
- Upgrade drupal core (9.5.10)
26-
- Upgrade contrib module
27-
- Change code analysis tool
28-
drupal-check -> phpstan for more configuration options
29-
- Update custom modules with phpcs and phpstan tools.
30-
- Update configuration to match drupal upgrade.
31-
- Upgrade docker setup to use php 8.1
32-
33-
## [develop]
34-
31+
Notify of collection changed when document is changed.
3532
- [LOOP-862](https://jira.itkdev.dk/browse/LOOP-862): Added documentation for
3633
modules and hooks.
3734
- [LOOP-947](https://jira.itkdev.dk/browse/LOOP-947): Styling user profile page

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"ergebnis/composer-normalize": "^2.42",
6868
"kint-php/kint": "^5.0",
6969
"mglaman/phpstan-drupal": "^1.2",
70-
"os2loop/os2loop_fixtures": "*",
70+
"os2loop/os2loop_fixtures": "dev-develop",
7171
"phpspec/prophecy-phpunit": "^2.0",
7272
"phpstan/extension-installer": "^1.3",
7373
"phpstan/phpstan-deprecation-rules": "^1.1",
@@ -186,7 +186,7 @@
186186
},
187187
"patches": {
188188
"drupal/core": {
189-
"Disable forced configuration langcode (https://www.drupal.org/project/drupal/issues/3150540)": "https://www.drupal.org/files/issues/2024-01-25/3150540-40.patch",
189+
"Disable forced configuration langcode (https://www.drupal.org/project/drupal/issues/3150540)": "https://www.drupal.org/files/issues/2024-07-03/drupal-3150540-42.patch",
190190
"Handle undefined index when using form states (https://www.drupal.org/project/drupal/issues/2700667)": "https://www.drupal.org/files/issues/2020-03-11/2700667-104.patch"
191191
},
192192
"drupal/devel": {

0 commit comments

Comments
 (0)