Skip to content

Commit

Permalink
0.18.10
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
  • Loading branch information
ArtificialOwl committed Nov 13, 2020
1 parent a72ddb7 commit 08c0d5c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

### 0.18.10

- better maintenance of circles and shares


### 0.18.9
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=stable18
version+=0.18.9
version+=0.18.10

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 @@ -23,7 +23,7 @@ Users won't be able to find this Circle using Nextcloud search engine.
]]>
</description>
<version>0.18.9</version>
<version>0.18.10</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<documentation>
Expand Down
1 change: 0 additions & 1 deletion lib/ShareByCircleProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ private function editShareEntry($data) {
$this->miscService->getDisplayName($data['circle_owner']), $data['share_with']
);


return $data;
}

Expand Down

0 comments on commit 08c0d5c

Please sign in to comment.