-
Notifications
You must be signed in to change notification settings - Fork 259
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(deps): Add Nextcloud 31 support #10000
Conversation
91d3bf3
to
1c0e259
Compare
Lowered min-version to 30 |
appinfo/info.xml
Outdated
@@ -34,7 +34,7 @@ The rating depends on the installed text processing backend. See [the rating ove | |||
|
|||
Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/). | |||
]]></description> | |||
<version>4.0.0-alpha.3</version> | |||
<version>5.0.0-dev.0</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check with Christoph if we want to go with 5.0.0 or 4.1.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4.1 as long as we keep 30 as min
Signed-off-by: Joas Schilling <[email protected]>
1c0e259
to
bd306d8
Compare
@@ -34,7 +34,7 @@ The rating depends on the installed text processing backend. See [the rating ove | |||
|
|||
Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/). | |||
]]></description> | |||
<version>4.0.0-beta.2</version> | |||
<version>4.1.0-dev.0</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we use alpha? I think the versions are sorted alphabetically. If we start with dev we can only go to RC and not to alpha or beta
Signed-off-by: Joas Schilling [email protected]