Skip to content

Commit 7c07e5f

Browse files
authored
Merge pull request #496 from owncloud/release-2.0.7
Merge back Release 2.0.7
2 parents 86bfcc1 + a2c10e0 commit 7c07e5f

File tree

3 files changed

+33
-4
lines changed

3 files changed

+33
-4
lines changed

CHANGELOG.md

+31-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,31 @@
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+
224
* Fixing [App only visible for admins](https://github.com/owncloud/notes/issues/314)
325

4-
owncloud-notes (2.0.5)
26+
--
27+
28+
owncloud-notes [2.0.5]
529
* Ready for ownCloud 10.2+
630

731
owncloud-notes (2.0.4)
@@ -48,3 +72,8 @@ owncloud-notes (0.2)
4872
* Move to App Framework and AngularJS
4973
* Remember last note
5074
* 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

appinfo/info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

sonar-project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Organization and project keys are displayed in the right sidebar of the project homepage
22
sonar.organization=owncloud-1
33
sonar.projectKey=owncloud_notes
4-
sonar.projectVersion=1.0
4+
sonar.projectVersion=2.0.7
55
sonar.host.url=https://sonarcloud.io
66

77
# =====================================================

0 commit comments

Comments
 (0)