File tree Expand file tree Collapse file tree 4 files changed +29
-26
lines changed
Expand file tree Collapse file tree 4 files changed +29
-26
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 2.11.0
4+
5+ - Compatibility with Nextcloud 17 and 18
6+ - Dependency bumps
7+
8+
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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-
252before_cmds = [
263 " npm ci" ,
274 " npm run build"
You can’t perform that action at this time.
0 commit comments