Skip to content

Commit 9b99659

Browse files
committed
release 2.4.0
1 parent ed38f8c commit 9b99659

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,22 @@
77
<!-- The following paragraph should be kept synchronized with the description in appinfo/info.xml -->
88
The Notes app is a distraction free notes taking app. It 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 [RESTful API](https://github.com/nextcloud/notes/wiki/API-0.2) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes) and [iOS](https://github.com/owncloud/notes-iOS-App) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites and future versions will provide categories for better organization.
99

10-
![Screenshot of Nextcloud Notes](https://cloud.githubusercontent.com/assets/4741199/21027342/b70a6be2-bd90-11e6-9f12-eca46d6c505a.png)
10+
![Screenshot of Nextcloud Notes](https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes.png)
1111

1212
For further developer and user documentation please visit [the wiki](https://github.com/nextcloud/notes/wiki)
1313

1414
## :busts_in_silhouette: Maintainers
1515
- [Hendrik Leppelsack](https://github.com/Henni)
1616
- [Lukas Reschke](https://github.com/LukasReschke)
17+
- [Kristof Hamann](https://github.com/korelstar)
1718

1819
## :link: Requirements
1920
**Minimum PHP Version**
20-
* PHP >= 5.4
21+
* PHP >= 5.6
2122

2223
**Minimum Nextcloud / ownCloud Version**
23-
* Nextcloud >= 9.0
24-
* ownCloud >= 8.1
24+
* Nextcloud >= 12.0
25+
* ownCloud >= 9.1
2526

2627
**Supported Webservers**
2728
* Apache

appinfo/info.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@
77
<description><![CDATA[
88
The Notes app is a distraction free notes taking app. It 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 [RESTful API](https://github.com/nextcloud/notes/wiki/API-0.2) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes) and [iOS](https://github.com/owncloud/notes-iOS-App) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites and future versions will provide categories for better organization.
99
]]></description>
10-
<version>2.3.2</version>
10+
<version>2.4.0</version>
1111
<licence>agpl</licence>
12-
<author>Bernhard Posselt, Jan-Christoph Borchardt, Hendrik Leppelsack</author>
12+
<author>Bernhard Posselt</author>
13+
<author>Hendrik Leppelsack</author>
14+
<author>Jan-Christoph Borchardt</author>
15+
<author>Kristof Hamann</author>
1316
<namespace>Notes</namespace>
1417
<documentation>
1518
<user>https://github.com/nextcloud/notes/wiki</user>
@@ -23,7 +26,7 @@ The Notes app is a distraction free notes taking app. It supports formatting usi
2326
<repository type="git">https://github.com/nextcloud/notes.git</repository>
2427
<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>
2528
<dependencies>
26-
<owncloud min-version="8.1" max-version="10" />
27-
<nextcloud min-version="9" max-version="14" />
29+
<owncloud min-version="9.1" max-version="10" />
30+
<nextcloud min-version="12" max-version="14" />
2831
</dependencies>
2932
</info>

js/public/app.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/public/app.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)