Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
-->
# Changelog

## 31.0.3

### Fixed

- [stable31] Fix deletion of expired locks [#900](https://github.com/nextcloud/files_lock/pull/900)
- [stable31] Fix lock checks and response error of read only shares [#902](https://github.com/nextcloud/files_lock/pull/902)

### Other

- chore(ci): fix auto merge in ocp workflow @max-nextcloud [#614](https://github.com/nextcloud/files_lock/pull/614)
- [stable31] ci(actions): Update workflow actions [#876](https://github.com/nextcloud/files_lock/pull/876)

## 31.0.2

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Allow your users to temporary lock their files to avoid conflicts while working

]]>
</description>
<version>31.0.2</version>
<version>31.0.3</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>FilesLock</namespace>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "files_lock",
"version": "31.0.2",
"version": "31.0.3",
"license": "AGPL-3.0-or-later",
"private": true,
"type": "module",
Expand Down
Loading