File tree 3 files changed +33
-4
lines changed
3 files changed +33
-4
lines changed Original file line number Diff line number Diff line change 1
- owncloud-notes (2.0.6)
1
+ # Changelog
2
+
3
+ ## [ Unreleased]
4
+
5
+
6
+
7
+ ## [ 2.0.7] - 2024-09-23
8
+
9
+ ### Fixed
10
+ * [ #488 ] ( https://github.com/owncloud/notes/pull/488 ) - Fix: ensure that notes are not stored inside a shared folder
11
+ * Dependencies updated:
12
+ - [ #398 ] ( https://github.com/owncloud/notes/pull/398 )
13
+ - [ #399 ] ( https://github.com/owncloud/notes/pull/399 )
14
+ - [ #400 ] ( https://github.com/owncloud/notes/pull/400 )
15
+ - [ #401 ] ( https://github.com/owncloud/notes/pull/401 )
16
+ - [ #402 ] ( https://github.com/owncloud/notes/pull/402 )
17
+ - [ #403 ] ( https://github.com/owncloud/notes/pull/403 )
18
+ - [ #486 ] ( https://github.com/owncloud/notes/pull/486 )
19
+ * Dropped support for PHP 7.2 in [ #404 ] ( https://github.com/owncloud/notes/pull/404 )
20
+
21
+
22
+ ## owncloud-notes [ 2.0.6]
23
+
2
24
* Fixing [ App only visible for admins] ( https://github.com/owncloud/notes/issues/314 )
3
25
4
- owncloud-notes (2.0.5)
26
+ --
27
+
28
+ owncloud-notes [ 2.0.5]
5
29
* Ready for ownCloud 10.2+
6
30
7
31
owncloud-notes (2.0.4)
@@ -48,3 +72,8 @@ owncloud-notes (0.2)
48
72
* Move to App Framework and AngularJS
49
73
* Remember last note
50
74
* Fixed various bugs
75
+
76
+ [ Unreleased ] : https://github.com/owncloud/notes/compare/v2.0.7...master
77
+ [ 2.0.7 ] : https://github.com/owncloud/notes/compare/v2.0.6...v2.0.7
78
+ [ 2.0.6 ] : https://github.com/owncloud/notes/compare/v2.0.5...v2.0.6
79
+ [ 2.0.5 ] : https://github.com/owncloud/notes/compare/v2.0.4...v2.0.5
Original file line number Diff line number Diff line change 4
4
<name >Notes</name >
5
5
<licence >AGPL</licence >
6
6
<author >Bernhard Posselt, Jan-Christoph Borchardt, Hendrik Leppelsack</author >
7
- <version >2.0.6 </version >
7
+ <version >2.0.7 </version >
8
8
<namespace >Notes</namespace >
9
9
<category >tools</category >
10
10
<summary >Distraction-free notes and writing</summary >
Original file line number Diff line number Diff line change 1
1
# Organization and project keys are displayed in the right sidebar of the project homepage
2
2
sonar.organization =owncloud-1
3
3
sonar.projectKey =owncloud_notes
4
- sonar.projectVersion =1.0
4
+ sonar.projectVersion =2.0.7
5
5
sonar.host.url =https://sonarcloud.io
6
6
7
7
# =====================================================
You can’t perform that action at this time.
0 commit comments