From 015d1ed1d46cad104d73e56e6b4c973574a2d2f6 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 14 Apr 2022 23:39:22 +0200 Subject: Update version on master Signed-off-by: Joas Schilling --- .github/workflows/phpunit.yml | 2 +- appinfo/info.xml | 4 ++-- 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 @@ 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. - 2.14.0 + 2.15.0 agpl Tom Needham, Björn Schießle FilesTextEditor @@ -16,6 +16,6 @@ More information is available in the text editor documentation. https://github.com/nextcloud/files_texteditor/issues https://github.com/nextcloud/files_texteditor.git - + -- cgit v1.2.3