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