Skip to content

Commit

Permalink
Merge pull request #355 from itk-dev/feature/upgrade-drupal-core-10.3.1
Browse files Browse the repository at this point in the history
Feature/upgrade drupal core 10.3.1
  • Loading branch information
martinyde authored Jul 9, 2024
2 parents 1dd17ad + 5dd074c commit 50a4d88
Show file tree
Hide file tree
Showing 3 changed files with 626 additions and 664 deletions.
27 changes: 12 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [develop]

- Upgrade drupal core (10.3.1)
- Switch to dompdf
- Upgrade drupal core (9.5.10)
- Upgrade contrib module
- Change code analysis tool
drupal-check -> phpstan for more configuration options
- Update custom modules with phpcs and phpstan tools.
- Update configuration to match drupal upgrade.
- Upgrade docker setup to use php 8.1
- [PR-354](https://github.com/itk-dev/os2loop/pull/354)
1712: Added “Expand all steps” link on step by step
- [PR-353](https://github.com/itk-dev/os2loop/pull/353):
Expand All @@ -17,21 +28,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- [PR-351](https://github.com/itk-dev/os2loop/pull/351):
Updated tasks
- [PR-341](https://github.com/itk-dev/os2loop/pull/341):
Notify of collection changed when document is changed.

## [feature/update-drupal-and-php] - 2023-08-25

- Switch to dompdf
- Upgrade drupal core (9.5.10)
- Upgrade contrib module
- Change code analysis tool
drupal-check -> phpstan for more configuration options
- Update custom modules with phpcs and phpstan tools.
- Update configuration to match drupal upgrade.
- Upgrade docker setup to use php 8.1

## [develop]

Notify of collection changed when document is changed.
- [LOOP-862](https://jira.itkdev.dk/browse/LOOP-862): Added documentation for
modules and hooks.
- [LOOP-947](https://jira.itkdev.dk/browse/LOOP-947): Styling user profile page
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"ergebnis/composer-normalize": "^2.42",
"kint-php/kint": "^5.0",
"mglaman/phpstan-drupal": "^1.2",
"os2loop/os2loop_fixtures": "*",
"os2loop/os2loop_fixtures": "dev-develop",
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-deprecation-rules": "^1.1",
Expand Down Expand Up @@ -186,7 +186,7 @@
},
"patches": {
"drupal/core": {
"Disable forced configuration langcode (https://www.drupal.org/project/drupal/issues/3150540)": "https://www.drupal.org/files/issues/2024-01-25/3150540-40.patch",
"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",
"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"
},
"drupal/devel": {
Expand Down
Loading

0 comments on commit 50a4d88

Please sign in to comment.