File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 28.0.7
4+
5+ ### Added
6+
7+ - fix: Use icons instead of avatar for locking indication [ #474 ] ( https://github.com/nextcloud/files_lock/pull/474 )
8+
9+ ### Fixed
10+
11+ - Allow force unlock of automated client locks [ #439 ] ( https://github.com/nextcloud/files_lock/pull/439 )
12+ - fix: Use proper user when unlocking an app locked file with occ [ #467 ] ( https://github.com/nextcloud/files_lock/pull/467 )
13+
14+ ### Other
15+
16+ - fix(ci): litmus test with current upload-artifact [ #369 ] ( https://github.com/nextcloud/files_lock/pull/369 )
17+
318## 28.0.6
419
520### Changed
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
99
1010]]>
1111 </description >
12- <version >28.0.6 </version >
12+ <version >28.0.7 </version >
1313 <licence >agpl</licence >
1414 <author >Maxence Lange</author >
1515 <namespace >FilesLock</namespace >
Original file line number Diff line number Diff line change 11{
22 "name" : " files_lock" ,
3- "version" : " 28.0.6 " ,
3+ "version" : " 28.0.7 " ,
44 "license" : " AGPL-3.0-or-later" ,
55 "private" : true ,
66 "type" : " module" ,
5555 "node" : " ^20" ,
5656 "npm" : " ^9"
5757 }
58- }
58+ }
You can’t perform that action at this time.
0 commit comments