Skip to content

Commit

Permalink
Add changes to CHANGELOG.md, fix typos in README.md, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrupp committed Mar 11, 2020
1 parent 6c9acf4 commit 360484d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 1.0.2

* Improves Readme (thanks to [@mmattel](https://github.com/mmattel))

## Version 1.0.1

* Fixes ownCloud max-version and sets it to 10 (for any feature- and minor-updates)
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@ Minimal clipboard feature for the files application. Allows to copy and move fil

Installation via Marketplace
----------------------------
The easiest way installing this app is via the ownCloud [marketplace](https://marketplace.owncloud.com). To do so, enter the browser of your ownCloud instance, select the marketplace app, search for the Files Clipboard app and click install. Please note that your app directory must be writable by your instance. Post installing, you have to enable the app via your owncloud settings page to use it. Because this app is signed, no furter actions are required.
The easiest way installing this app is via the ownCloud [marketplace](https://marketplace.owncloud.com).
To do so, enter the browser of your ownCloud instance, select the marketplace app, search for the Files Clipboard app and click install.
Please note, that your app directory must be writable by your instance. Post installing, you have to enable the app in your ownCloud settings page to use it.

Because this app is signed, no further actions are required.

Manual Installation
-------------------
Extract the [release](https://github.com/felixrupp/owncloud-files_clipboard/releases/latest) in your `apps` directory and rename it to `files_clipboard`. Post extracting, grant the correct rights and permissions and enable the app either via a occ command or the settings page in your browser. Because this method is installing an unsigned app, you have to add a config parameter to your config.php file of your instance to avoid complains about a missing signature .
Extract the [release](https://github.com/felixrupp/owncloud-files_clipboard/releases/latest) in your `apps` directory and rename it to `files_clipboard`. Post extracting, grant the correct rights and permissions and enable the app either with an occ command or in the settings page in your browser.

Because this method is installing an unsigned app, you have to add a config parameter to your config.php file of your instance to avoid complains about a missing signature .

```
'integrity.ignore.missing.app.signature' =>
Expand All @@ -27,7 +33,7 @@ License
Authors
-------

Current Version, since 1.0.1:
Current Version, since 1.0.0:
* Felix Rupp - [github.com/felixrupp](https://github.com/felixrupp)

Older Versions:
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Files clipboard</name>
<summary>Clipboard operations for the files application</summary>
<description>Minimal clipboard feature for the files application. Allows to copy and move files between directories.</description>
<version>1.0.1</version>
<version>1.0.2</version>
<licence>AGPL</licence>
<author>Felix Rupp</author>

Expand Down

0 comments on commit 360484d

Please sign in to comment.