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

feat: update gin to recommended version #808

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from

Conversation

millnut
Copy link
Member

@millnut millnut commented Jan 17, 2025

What does this change?

Update gin to versions recommended by the maintainer

Comment on lines +17 to +19
"drupal/gin": "^4.0",
"drupal/gin_login": "^2.0.3",
"drupal/gin_toolbar": "^1.0@beta",
"drupal/gin_toolbar": "^2.0",
Copy link
Contributor

@andybroomfield andybroomfield Jan 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe

"drupal/gin": "^3.0 || ^4.0",
"drupal/gin_login": "^2.0.3",
"drupal/gin_toolbar": "^1.0 || ^2.0",

As some themes might have breaking changes in the major version bump.
(Gin Tweaks type modules using the old variable names is one that we encountered).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @andybroomfield I'll add that in. I believe the only changes are dropping D9 support but I'll update just incase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants