File tree 2 files changed +18
-4
lines changed
2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 24.0.1
4
+
5
+ ### Fixed
6
+
7
+ - Avoid checking viewer id if not relevant @juliushaertl [ #82 ] ( https://github.com/nextcloud/files_lock/pull/82 )
8
+ - ignore exception on empty session @ArtificialOwl [ #75 ] ( https://github.com/nextcloud/files_lock/pull/75 )
9
+ - Fix types of ExtendedQueryBuilder @CarlSchwan [ #77 ] ( https://github.com/nextcloud/files_lock/pull/77 )
10
+
11
+ ### Dependencies
12
+
13
+ - Bump psalm/phar from 4.22.0 to 4.24.0 @dependabot [ bot] [ #79 ] ( https://github.com/nextcloud/files_lock/pull/79 )
14
+ - Bump phpunit/phpunit from 9.5.20 to 9.5.21 @dependabot [ bot] [ #78 ] ( https://github.com/nextcloud/files_lock/pull/78 )
15
+
16
+ ### Other
17
+ - Add psalm and php-cs-fixer @juliushaertl [ #65 ] ( https://github.com/nextcloud/files_lock/pull/65 )
3
18
4
19
## 24.0.0
5
20
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" ?>
2
- <info xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : noNamespaceSchemaLocation =" https://apps.nextcloud.com/schema/apps/info.xsd" >
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <info xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://apps.nextcloud.com/schema/apps/info.xsd" >
4
3
<id >files_lock</id >
5
4
<name >Temporary files lock</name >
6
5
<summary >Temporary lock your files</summary >
@@ -10,7 +9,7 @@ Allow your users to temporary lock their files to avoid conflicts while working
10
9
11
10
]]>
12
11
</description >
13
- <version >24.0.0 </version >
12
+ <version >24.0.1 </version >
14
13
<licence >agpl</licence >
15
14
<author >Maxence Lange</author >
16
15
<namespace >FilesLock</namespace >
You can’t perform that action at this time.
0 commit comments