Add support for Nextcloud 24
This commit is contained in:
parent
2ac01444bc
commit
7bbaf24d2c
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## 3.3.0 - 2022-05-03
|
||||
- Add support for Nextcloud 24
|
||||
|
||||
## 3.2.0 - 2021-12-09
|
||||
### Changed
|
||||
- Ignore subscriptions that have no url
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
</documentation>
|
||||
<dependencies>
|
||||
<php min-version="7.4"/>
|
||||
<nextcloud min-version="20" max-version="23"/>
|
||||
<nextcloud min-version="20" max-version="24"/>
|
||||
</dependencies>
|
||||
<repair-steps>
|
||||
<post-migration>
|
||||
|
|
Loading…
Reference in New Issue