Skip to content

Commit

Permalink
#48 release: make changes for Nextcloud 29
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Apr 2, 2024
1 parent 95fb661 commit df1d44a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# QOwnNotesAPI Change Log

## 23.4.0
- enabled and tested app for Nextcloud 29 (for [#48](https://github.com/pbek/qownnotesapi/issues/48))

## 23.12.0
- enabled and tested app for Nextcloud 28 (for [#46](https://github.com/pbek/qownnotesapi/issues/46))
- updated the deprecated variable `$AppName` to `$appName`
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<description><![CDATA[QOwnNotesAPI is the Nextcloud/ownCloud API for [QOwnNotes](http://www.qownnotes.org), the open source notepad for Linux, macOS and Windows, that works together with the notes application of Nextcloud/ownCloud.
The only purpose of this App is to provide API access to your Nextcloud/ownCloud server for your QOwnNotes desktop installation, you cannot use this App for anything else, if you don't have QOwnNotes installed on your desktop computer!]]></description>
<version>23.12.0</version>
<version>24.4.0</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="http://www.bekerle.com/">Patrizio Bekerle</author>
<namespace>QOwnNotesAPI</namespace>
Expand All @@ -30,6 +30,6 @@ The only purpose of this App is to provide API access to your Nextcloud/ownCloud
<!-- dependencies -->
<dependencies>
<owncloud min-version="8.2" max-version="10" />
<nextcloud min-version="22" max-version="28" />
<nextcloud min-version="22" max-version="29" />
</dependencies>
</info>
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# https://hub.docker.com/_/nextcloud/
#FROM nextcloud:26-apache
#FROM nextcloud:27-apache
#FROM nextcloud:28-apache
#FROM ghcr.io/pbek/nextcloud-docker-pre-apache:latest
FROM ghcr.io/digital-blueprint/nextcloud-docker-pre-apache:latest

Expand Down

0 comments on commit df1d44a

Please sign in to comment.