-
Notifications
You must be signed in to change notification settings - Fork 36
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 30 support #321
Conversation
appinfo/info.xml
Outdated
@@ -44,7 +44,7 @@ For this app to be effective, the ClamAV virus definitions should be kept up to | |||
<screenshot>https://raw.githubusercontent.com/nextcloud/files_antivirus/master/screenshots/1.png</screenshot> | |||
|
|||
<dependencies> | |||
<nextcloud min-version="25" max-version="28" /> | |||
<nextcloud min-version="25" max-version="29" /> |
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.
PR title says Nextcloud 30. Here is max version 29.. Is that on purpose?
Signed-off-by: Joas Schilling <coding@schilljs.com>
b6ac5f1
to
8b533cb
Compare
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.
Nice. It also have nextcloud 30 support now.
Whats the status of this PR? |
Let me rephrase the question: now that NC 30 is released, when are you planning to merge this PR so we can have AV functionality back in NC? |
I can still enable the plugin in NC30. And it does still seem to work. |
Thanks for the release. |
Fixed in d713fd0 |
Signed-off-by: Joas Schilling coding@schilljs.com