Skip to content

Commit f9e20d3

Browse files
committed
fix(nextcloud-plugin): add more removed API in Nextcloud 33
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 444e3c5 commit f9e20d3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/plugins/nextcloud/rules/no-removed-apis.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ const ocNested: Record<string, Record<string, string | undefined> | undefined> =
5454
scaleFixForIE8: '15.0.0',
5555
isIE8: '15.0.0',
5656
},
57+
Settings: {
58+
UserSettings: '33.0.0',
59+
},
5760
}
5861

5962
const oca: Record<string, string | undefined> = {
@@ -63,6 +66,12 @@ const oca: Record<string, string | undefined> = {
6366
}
6467

6568
const ocaNested: Record<string, Record<string, string | undefined> | undefined> = {
69+
Core: {
70+
ProfileSections: '33.0.0',
71+
},
72+
Files: {
73+
Sidebar: '33.0.0',
74+
},
6675
Sharing: {
6776
ExternalLinkActions: '33.0.0',
6877
},

0 commit comments

Comments
 (0)