Skip to content

Commit

Permalink
build: bump 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jnweiger committed Sep 24, 2024
1 parent 86bfcc1 commit 6f2baec
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
29 changes: 27 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
owncloud-notes (2.0.6)
# Changelog

## [2.0.7] - 2024-09-23

### Fixed
* [#488](https://github.com/owncloud/notes/pull/488) - Fix: ensure that notes are not stored inside a shared folder
* Dependencies updated:
- [#398](https://github.com/owncloud/notes/pull/398)
- [#399](https://github.com/owncloud/notes/pull/399)
- [#400](https://github.com/owncloud/notes/pull/400)
- [#401](https://github.com/owncloud/notes/pull/401)
- [#402](https://github.com/owncloud/notes/pull/402)
- [#403](https://github.com/owncloud/notes/pull/403)
- [#486](https://github.com/owncloud/notes/pull/486)
* Dropped support for PHP 7.2 in [#404](https://github.com/owncloud/notes/pull/404)


## owncloud-notes [2.0.6]

* Fixing [App only visible for admins](https://github.com/owncloud/notes/issues/314)

owncloud-notes (2.0.5)
--

owncloud-notes [2.0.5]
* Ready for ownCloud 10.2+

owncloud-notes (2.0.4)
Expand Down Expand Up @@ -48,3 +68,8 @@ owncloud-notes (0.2)
* Move to App Framework and AngularJS
* Remember last note
* Fixed various bugs

[Unreleased]: https://github.com/owncloud/notes/compare/v2.0.7...master
[2.0.7]: https://github.com/owncloud/notes/compare/v2.0.6...v2.0.7
[2.0.6]: https://github.com/owncloud/notes/compare/v2.0.5...v2.0.6
[2.0.5]: https://github.com/owncloud/notes/compare/v2.0.4...v2.0.5
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Notes</name>
<licence>AGPL</licence>
<author>Bernhard Posselt, Jan-Christoph Borchardt, Hendrik Leppelsack</author>
<version>2.0.6</version>
<version>2.0.7</version>
<namespace>Notes</namespace>
<category>tools</category>
<summary>Distraction-free notes and writing</summary>
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Organization and project keys are displayed in the right sidebar of the project homepage
sonar.organization=owncloud-1
sonar.projectKey=owncloud_notes
sonar.projectVersion=1.0
sonar.projectVersion=2.0.7
sonar.host.url=https://sonarcloud.io

# =====================================================
Expand Down

0 comments on commit 6f2baec

Please sign in to comment.