Skip to content

Commit c9f1f8a

Browse files
committed
Bump version to 24.0.1
Signed-off-by: Julius Härtl <[email protected]>
1 parent f6e91bb commit c9f1f8a

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

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)
318

419
## 24.0.0
520

appinfo/info.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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">
43
<id>files_lock</id>
54
<name>Temporary files lock</name>
65
<summary>Temporary lock your files</summary>
@@ -10,7 +9,7 @@ Allow your users to temporary lock their files to avoid conflicts while working
109
1110
]]>
1211
</description>
13-
<version>24.0.0</version>
12+
<version>24.0.1</version>
1413
<licence>agpl</licence>
1514
<author>Maxence Lange</author>
1615
<namespace>FilesLock</namespace>

0 commit comments

Comments
 (0)