Skip to content

Commit

Permalink
Merge pull request #192 from nextcloud/release/2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Apr 22, 2020
2 parents 96c6c10 + 5126552 commit 2384cb5
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 26 deletions.
20 changes: 20 additions & 0 deletions .nextcloudignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
src
.git
tests
node_modules
.codecov.yml
composer.json
composer.lock
_config.yml
.drone.yml
.travis.yml
.eslintignore
.eslintrc.yml
.gitignore
issue_template.md
krankerl.toml
Makefile
mkdocs.yml
run-eslint.sh
webpack.*
img/screenshots
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 2.11.0

- Compatibility with Nextcloud 17 and 18
- Dependency bumps


4 changes: 1 addition & 3 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ More information is available in the text editor documentation.
<licence>AGPL</licence>
<author>Tom Needham, Björn Schießle</author>
<version>2.11.0</version>
<shipped>true</shipped>
<default_enable/>
<dependencies>
<nextcloud min-version="19" max-version="19" />
<nextcloud min-version="17" max-version="19" />
</dependencies>
<namespace>FilesTextEditor</namespace>
</info>
23 changes: 0 additions & 23 deletions krankerl.toml
Original file line number Diff line number Diff line change
@@ -1,27 +1,4 @@
[package]
exclude = [
"src",
".git",
"tests",
"node_modules",
".codecov.yml",
"composer.json",
"composer.lock",
"_config.yml",
".drone.yml",
".travis.yml",
".eslintignore",
".eslintrc.yml",
".gitignore",
"issue_template.md",
"krankerl.toml",
"Makefile",
"mkdocs.yml",
"run-eslint.sh",
"webpack.*",
"img/screenshots"
]

before_cmds = [
"npm ci",
"npm run build"
Expand Down

0 comments on commit 2384cb5

Please sign in to comment.