Skip to content

Commit d8b662f

Browse files
committed
release: Bump version to 26.0.0
Signed-off-by: Julius Härtl <[email protected]>
1 parent 56f0a14 commit d8b662f

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 26.0.0
4+
5+
6+
### Added
7+
8+
- Nextcloud 26 compatibility
9+
10+
### Fixed
11+
12+
- fix(webdav): allow the lock owner to overrule the webdav lock @juliushaertl [#109](https://github.com/nextcloud/files_lock/pull/109)
13+
- Use user display name cache @juliushaertl [#87](https://github.com/nextcloud/files_lock/pull/87)
14+
- Improve locks PROPFIND @CarlSchwan [#86](https://github.com/nextcloud/files_lock/pull/86)
15+
- Ensure that we stay backward compatible when getting the display name @juliushaertl [#94](https://github.com/nextcloud/files_lock/pull/94)
16+
- Fix type of param for creation column @tcitworld [#99](https://github.com/nextcloud/files_lock/pull/99)
17+
- Lock.php: fix creation date fetch @meonkeys [#118](https://github.com/nextcloud/files_lock/pull/118)
18+
319
## 24.0.1
420

521
### Fixed

appinfo/info.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Allow your users to temporary lock their files to avoid conflicts while working
99
1010
]]>
1111
</description>
12-
<version>24.0.1</version>
12+
<version>26.0.0</version>
1313
<licence>agpl</licence>
1414
<author>Maxence Lange</author>
1515
<namespace>FilesLock</namespace>
@@ -43,6 +43,6 @@ Allow your users to temporary lock their files to avoid conflicts while working
4343
</sabre>
4444

4545
<dependencies>
46-
<nextcloud min-version="24" max-version="25"/>
46+
<nextcloud min-version="24" max-version="26"/>
4747
</dependencies>
4848
</info>

0 commit comments

Comments
 (0)