Add support for Nextcloud 24

This commit is contained in:
Jonathan Flueren 2022-05-03 22:15:05 +02:00 committed by thrillfall
parent 2ac01444bc
commit 7bbaf24d2c
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Changelog # Changelog
## 3.3.0 - 2022-05-03
- Add support for Nextcloud 24
## 3.2.0 - 2021-12-09 ## 3.2.0 - 2021-12-09
### Changed ### Changed
- Ignore subscriptions that have no url - Ignore subscriptions that have no url

View File

@ -18,7 +18,7 @@
</documentation> </documentation>
<dependencies> <dependencies>
<php min-version="7.4"/> <php min-version="7.4"/>
<nextcloud min-version="20" max-version="23"/> <nextcloud min-version="20" max-version="24"/>
</dependencies> </dependencies>
<repair-steps> <repair-steps>
<post-migration> <post-migration>