Skip to content

Commit

Permalink
nc20 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Sep 22, 2020
1 parent b39b6c5 commit 763dbb9
Show file tree
Hide file tree
Showing 4 changed files with 2,267 additions and 910 deletions.
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description><![CDATA[Markdown Editor extends the Nextcloud text editor with a live preview for markdown files.
A full list of features can be found [in the README](https:/icewind1991/files_markdown)]]></description>
<version>2.3.0</version>
<version>2.3.1</version>
<licence>agpl</licence>
<author>Robin Appelman</author>

Expand Down Expand Up @@ -44,6 +44,6 @@ A full list of features can be found [in the README](https:/icewind1
</screenshot>

<dependencies>
<nextcloud min-version="17" max-version="19"/>
<nextcloud min-version="18" max-version="20"/>
</dependencies>
</info>
2 changes: 2 additions & 0 deletions js/Nextcloud.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ declare namespace OC {
const PERMISSION_DELETE = 8;
const PERMISSION_SHARE = 16;
const PERMISSION_ALL = 31;

export const requestToken: string;
}

declare function t(app: string, string: string, vars?: { [key: string]: string }, count?: number, options?: EscapeOptions): string;
Expand Down
Loading

0 comments on commit 763dbb9

Please sign in to comment.