Skip to content
Merged
Changes from all commits
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
feat: add support for nextcloud 32
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
st3iny committed Aug 19, 2025
commit b9405f65f5c19fd46020bc481fa84409b0f7b2b6
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/main/screenshots/week_sidebar.png</screenshot>
<dependencies>
<php min-version="8.1" max-version="8.4" />
<nextcloud min-version="30" max-version="31" />
<nextcloud min-version="30" max-version="32" />
<backend>caldav</backend>
</dependencies>
<background-jobs>
Expand Down
Loading