Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtificialOwl committed Nov 22, 2019
1 parent d9a37ca commit e9f8b6d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Changelog

### 0.6.0

First release
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cert_dir=$(HOME)/.nextcloud/certificates
codecov_token_dir=$(HOME)/.nextcloud/codecov_token
github_account=nextcloud
branch=master
version+=0.5.0
version+=0.6.0

all: appstore

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Allow your users to temporary locks their files to avoid conflicts while working
]]>
</description>
<version>0.5.0</version>
<version>0.6.0</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>FilesLock</namespace>
Expand Down
2 changes: 0 additions & 2 deletions lib/Storage/LockWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ protected function checkPermissions($path, $permissions): bool {
return true;
}

\OC::$server->getLogger()
->log(3, '---- ' . $permissions);
switch ($permissions) {
case Constants::PERMISSION_DELETE:
case Constants::PERMISSION_UPDATE:
Expand Down

0 comments on commit e9f8b6d

Please sign in to comment.