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 <213943+nickvergessen@users.noreply.github.com>2022-06-03 15:18:49 +0300
committerGitHub <noreply@github.com>2022-06-03 15:18:49 +0300
commit2adcb18703527d1b78f7001514f64833bb2dfcbe (patch)
tree34cedda48e62ce06e369e324d60564377d5b57d5
parentc41647e1d1d5543228fae3ce3752e31c2a2e9807 (diff)
parent015d1ed1d46cad104d73e56e6b4c973574a2d2f6 (diff)
Merge pull request #563 from nextcloud/update-master-version
Update version on master
-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>