Summary
Nextcloud recently released Hub 26 Spring (version 34) (released 2026-06-09). The app currently caps its supported Nextcloud version below that, so it can't be installed on the latest release without bumping the constraint.
Current state
appinfo/info.xml declares:
<nextcloud min-version="31" max-version="32"/>
This excludes both Nextcloud 33 and the latest 34.
Request
Please update the app to support the latest Nextcloud version:
- Bump
max-version in appinfo/info.xml to 34 (covering 33 and 34).
- Test the dashboard widget against Nextcloud 33 and 34 to confirm the
contact_birthdays calendar integration still works.
- Update CI matrix / release artifacts if they pin specific Nextcloud versions.
References
Thanks for maintaining this widget!
Summary
Nextcloud recently released Hub 26 Spring (version 34) (released 2026-06-09). The app currently caps its supported Nextcloud version below that, so it can't be installed on the latest release without bumping the constraint.
Current state
appinfo/info.xmldeclares:This excludes both Nextcloud 33 and the latest 34.
Request
Please update the app to support the latest Nextcloud version:
max-versioninappinfo/info.xmlto34(covering 33 and 34).contact_birthdayscalendar integration still works.References
Thanks for maintaining this widget!