Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-15 00:39:22 +0300
committerJulius Härtl <jus@bitgrid.net>2022-04-29 11:55:52 +0300
commit015d1ed1d46cad104d73e56e6b4c973574a2d2f6 (patch)
treed552e86005a8634c74b1ec37c7200135d4bd591f
parentc9dd9b8b3a2bebd77e318aae4d483ee2d38aef8e (diff)
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/workflows/phpunit.yml2
-rw-r--r--appinfo/info.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 556c125..894d451 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -69,7 +69,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
- php-versions: ['7.3', '7.4']
+ php-versions: ['7.4']
databases: ['mysql']
server-versions: ['master']
diff --git a/appinfo/info.xml b/appinfo/info.xml
index be137f6..85d2a0e 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
<description>This application enables Nextcloud users to open, save and edit text files in the web browser. If enabled, an entry called "Text file" in the "New" button menu at the top of the web browser appears. When clicked, a new text file opens in the browser and the file can be saved into the current Nextcloud directory. Further, when a text file is clicked in the web browser, it will be opened and editable. If the privileges allow, a user can also edit shared files and save these changes back into the web browser.
More information is available in the text editor documentation.
</description>
- <version>2.14.0</version>
+ <version>2.15.0</version>
<licence>agpl</licence>
<author>Tom Needham, Björn Schießle</author>
<namespace>FilesTextEditor</namespace>
@@ -16,6 +16,6 @@ More information is available in the text editor documentation.
<bugs>https://github.com/nextcloud/files_texteditor/issues</bugs>
<repository type="git">https://github.com/nextcloud/files_texteditor.git</repository>
<dependencies>
- <nextcloud min-version="20" max-version="24" />
+ <nextcloud min-version="20" max-version="25" />
</dependencies>
</info>