Add support for Nextcloud 24
This commit is contained in:
parent
2ac01444bc
commit
7bbaf24d2c
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue