File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
19
## 24.0.1
4
20
5
21
### Fixed
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Allow your users to temporary lock their files to avoid conflicts while working
9
9
10
10
]]>
11
11
</description >
12
- <version >24 .0.1 </version >
12
+ <version >26 .0.0 </version >
13
13
<licence >agpl</licence >
14
14
<author >Maxence Lange</author >
15
15
<namespace >FilesLock</namespace >
@@ -43,6 +43,6 @@ Allow your users to temporary lock their files to avoid conflicts while working
43
43
</sabre >
44
44
45
45
<dependencies >
46
- <nextcloud min-version =" 24" max-version =" 25 " />
46
+ <nextcloud min-version =" 24" max-version =" 26 " />
47
47
</dependencies >
48
48
</info >
You can’t perform that action at this time.
0 commit comments