aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo/info.xml
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2022-06-10 17:07:38 +0200
committerGitHub <noreply@github.com>2022-06-10 17:07:38 +0200
commit2ee948e8d1a836696c514657c78804d1942f0d7b (patch)
tree1f2e2389dfa7ae94a946a89d37fccdc3b1d85152 /apps/dav/appinfo/info.xml
parent804ee11803a1fd7a5ac88793e77bd6b56a31bea0 (diff)
parentbd8b2137e20a4d70bd643c32653c618ade685941 (diff)
downloadnextcloud-server-2ee948e8d1a836696c514657c78804d1942f0d7b.tar.gz
nextcloud-server-2ee948e8d1a836696c514657c78804d1942f0d7b.zip
Merge pull request #30368 from nextcloud/dav-allow-object-properties
Allow DAV Object properties
Diffstat (limited to 'apps/dav/appinfo/info.xml')
-rw-r--r--apps/dav/appinfo/info.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml
index 10f78d8332a..deb99b1c33b 100644
--- a/apps/dav/appinfo/info.xml
+++ b/apps/dav/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>WebDAV</name>
<summary>WebDAV endpoint</summary>
<description>WebDAV endpoint</description>
- <version>1.23.0</version>
+ <version>1.24.0</version>
<licence>agpl</licence>
<author>owncloud.org</author>
<namespace>DAV</namespace>
@@ -39,6 +39,7 @@
<step>OCA\DAV\Migration\RemoveOrphanEventsAndContacts</step>
<step>OCA\DAV\Migration\RemoveClassifiedEventActivity</step>
<step>OCA\DAV\Migration\RemoveDeletedUsersCalendarSubscriptions</step>
+ <step>OCA\DAV\Migration\RemoveObjectProperties</step>
</post-migration>
<live-migration>
<step>OCA\DAV\Migration\ChunkCleanup</step>