-
Notifications
You must be signed in to change notification settings - Fork 21
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
upgrade app to be compatible with Nextcloud 28 (issue #159) #166
upgrade app to be compatible with Nextcloud 28 (issue #159) #166
Conversation
Please approve this modification. |
@susnux Would you mind ✅'ing this PR? Thanks |
appinfo/info.xml
Outdated
@@ -24,7 +24,7 @@ | |||
<screenshot>https://raw.githubusercontent.com/nextcloud/files_downloadactivity/master/docs/screenshot.png</screenshot> | |||
|
|||
<dependencies> | |||
<nextcloud min-version="24" max-version="26" /> | |||
<nextcloud min-version="26" max-version="28" /> |
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.
Should add 29 then as well?
@nickvergessen Any chance this could be merged? This is spamming my logs. |
If anyone is interested in taking over maintainership we can do so. |
7325505
to
b0a5f43
Compare
b0a5f43
to
c5c70d7
Compare
Signed-off-by: Christian Baumann <[email protected]>
Signed-off-by: John Molakvoæ <[email protected]>
c5c70d7
to
6a37015
Compare
Upgrade of the app to the new event API to make it work with Nextcloud 28.
https://help.nextcloud.com/t/symfony-event-dispatcher-update-in-nextcloud-server-28-breaking-changes/167550