Skip to content

Commit 6f2baec

Browse files
committed
build: bump 2.0.7
1 parent 86bfcc1 commit 6f2baec

3 files changed

Lines changed: 29 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
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

727
owncloud-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

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)