Skip to content

Commit e9f8b6d

Browse files
committed
0.6.0
1 parent d9a37ca commit e9f8b6d

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Changelog
22

3+
### 0.6.0
4+
5+
First release

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cert_dir=$(HOME)/.nextcloud/certificates
1010
codecov_token_dir=$(HOME)/.nextcloud/codecov_token
1111
github_account=nextcloud
1212
branch=master
13-
version+=0.5.0
13+
version+=0.6.0
1414

1515
all: appstore
1616

appinfo/info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Allow your users to temporary locks their files to avoid conflicts while working
1010
1111
]]>
1212
</description>
13-
<version>0.5.0</version>
13+
<version>0.6.0</version>
1414
<licence>agpl</licence>
1515
<author>Maxence Lange</author>
1616
<namespace>FilesLock</namespace>

lib/Storage/LockWrapper.php

-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ protected function checkPermissions($path, $permissions): bool {
5454
return true;
5555
}
5656

57-
\OC::$server->getLogger()
58-
->log(3, '---- ' . $permissions);
5957
switch ($permissions) {
6058
case Constants::PERMISSION_DELETE:
6159
case Constants::PERMISSION_UPDATE:

0 commit comments

Comments
 (0)