File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 44-->
55# Changelog
66
7+ ## 31.0.3
8+
9+ ### Fixed
10+
11+ - [ stable31] Fix deletion of expired locks [ #900 ] ( https://github.com/nextcloud/files_lock/pull/900 )
12+ - [ stable31] Fix lock checks and response error of read only shares [ #902 ] ( https://github.com/nextcloud/files_lock/pull/902 )
13+
14+ ### Other
15+
16+ - chore(ci): fix auto merge in ocp workflow @max-nextcloud [ #614 ] ( https://github.com/nextcloud/files_lock/pull/614 )
17+ - [ stable31] ci(actions): Update workflow actions [ #876 ] ( https://github.com/nextcloud/files_lock/pull/876 )
18+
719## 31.0.2
820
921### Fixed
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Allow your users to temporary lock their files to avoid conflicts while working
1313
1414]]>
1515 </description >
16- <version >31.0.2 </version >
16+ <version >31.0.3 </version >
1717 <licence >agpl</licence >
1818 <author >Maxence Lange</author >
1919 <namespace >FilesLock</namespace >
Original file line number Diff line number Diff line change 11{
22 "name" : " files_lock" ,
3- "version" : " 31.0.2 " ,
3+ "version" : " 31.0.3 " ,
44 "license" : " AGPL-3.0-or-later" ,
55 "private" : true ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments