Skip to content

Commit 2384cb5

Browse files
authored
Merge pull request #192 from nextcloud/release/2.11.0
2 parents 96c6c10 + 5126552 commit 2384cb5

File tree

4 files changed

+29
-26
lines changed

4 files changed

+29
-26
lines changed

.nextcloudignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
src
2+
.git
3+
tests
4+
node_modules
5+
.codecov.yml
6+
composer.json
7+
composer.lock
8+
_config.yml
9+
.drone.yml
10+
.travis.yml
11+
.eslintignore
12+
.eslintrc.yml
13+
.gitignore
14+
issue_template.md
15+
krankerl.toml
16+
Makefile
17+
mkdocs.yml
18+
run-eslint.sh
19+
webpack.*
20+
img/screenshots

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 2.11.0
4+
5+
- Compatibility with Nextcloud 17 and 18
6+
- Dependency bumps
7+
8+

appinfo/info.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ More information is available in the text editor documentation.
88
<licence>AGPL</licence>
99
<author>Tom Needham, Björn Schießle</author>
1010
<version>2.11.0</version>
11-
<shipped>true</shipped>
12-
<default_enable/>
1311
<dependencies>
14-
<nextcloud min-version="19" max-version="19" />
12+
<nextcloud min-version="17" max-version="19" />
1513
</dependencies>
1614
<namespace>FilesTextEditor</namespace>
1715
</info>

krankerl.toml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,4 @@
11
[package]
2-
exclude = [
3-
"src",
4-
".git",
5-
"tests",
6-
"node_modules",
7-
".codecov.yml",
8-
"composer.json",
9-
"composer.lock",
10-
"_config.yml",
11-
".drone.yml",
12-
".travis.yml",
13-
".eslintignore",
14-
".eslintrc.yml",
15-
".gitignore",
16-
"issue_template.md",
17-
"krankerl.toml",
18-
"Makefile",
19-
"mkdocs.yml",
20-
"run-eslint.sh",
21-
"webpack.*",
22-
"img/screenshots"
23-
]
24-
252
before_cmds = [
263
"npm ci",
274
"npm run build"

0 commit comments

Comments
 (0)