Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.1.0 release #168

Merged
merged 3 commits into from
Jul 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update composer.json
  • Loading branch information
finnlewis authored Jul 2, 2024
commit 612e7f4a4b656c599eec7c2757a50fd17a68d65c
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@
"[web-root]/sites/development.services.yml": "assets/composer/development.services.yml"
}
},
"patches-ignore": {
"drupal/core": {
"node_access filters out accessible nodes when node is left joined (1349080)" : "^10.3"
}
},
"installer-paths": {
"web/core": ["type:drupal-core"],
"web/libraries/{$name}": ["type:drupal-library"],
Expand Down
Loading