Skip to content

Commit 42f7642

Browse files
juliusknorrluka-nextcloud
authored andcommitted
chore: Bump minimum supported versions to 28
Signed-off-by: Julius Härtl <[email protected]>
1 parent 1733a81 commit 42f7642

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appinfo/info.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description><![CDATA[
77
The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](https://github.com/nextcloud/notes/blob/master/docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/nextcloud/notes-android), [iOS](https://github.com/nextcloud/notes-ios) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites.
88
]]></description>
9-
<version>4.10.0</version>
9+
<version>4.11.0-dev.0</version>
1010
<licence>agpl</licence>
1111
<author>Kristof Hamann</author>
1212
<author>Bernhard Posselt</author>
@@ -21,8 +21,8 @@ The Notes app is a distraction free notes taking app for [Nextcloud](https://www
2121
<repository type="git">https://github.com/nextcloud/notes.git</repository>
2222
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes-thumbnail.jpg">https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes.png</screenshot>
2323
<dependencies>
24-
<php min-version="7.4" max-version="8.3"/>
25-
<nextcloud min-version="25" max-version="30"/>
24+
<php min-version="8.0" max-version="8.3"/>
25+
<nextcloud min-version="28" max-version="30"/>
2626
</dependencies>
2727
<repair-steps>
2828
<post-migration>

0 commit comments

Comments
 (0)