Skip to content

Commit d50a31c

Browse files
authored
Release [1.0.2]: #154 (#156)
1 parent 325a431 commit d50a31c

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ENV=development
2-
NC_VERSION=30
2+
NC_VERSION=31
33
APP_URL=localhost
44
API_URL=https://hejbit.local
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This plugin integrates [Swarm](https://www.ethswarm.org/) (a decentralized, bloc
2121

2222
Before using the plugin, ensure you have the following:
2323

24-
- An active Nextcloud instance (version 30, 31 or 32)
24+
- An active Nextcloud instance (version 31 or 32)
2525
- A valid Access Key and URL to activate the service
2626
- [Get Your Free Trial for the Nextcloud Swarm Plugin](https://app.hejbit.com)
2727

appinfo/info.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This plugin integrates [Swarm](https://www.ethswarm.org/) (a decentralized, bloc
2626
2727
Before using the plugin, ensure you have the following:
2828
29-
- An active Nextcloud instance (version 30, 31 or 32)
29+
- An active Nextcloud instance (version 31 or 32)
3030
- A valid Access Key and URL to activate the service
3131
- [Get Your Free Trial for the Nextcloud Swarm Plugin](https://app.hejbit.com)
3232
@@ -89,7 +89,7 @@ Experience the future of data storage with 5GB of free, decentralized storage on
8989
This program is licensed under the AGPLv3 or later.
9090
9191
]]></description>
92-
<version>1.0.1</version>
92+
<version>1.0.2</version>
9393
<licence>agpl</licence>
9494
<author>MetaProvide</author>
9595
<namespace>Files_External_Ethswarm</namespace>
@@ -104,7 +104,7 @@ This program is licensed under the AGPLv3 or later.
104104
<repository type="git">https://github.com/MetaProvide/nextcloud-swarm-plugin.git</repository>
105105
<screenshot>https://raw.githubusercontent.com/MetaProvide/nextcloud-swarm-plugin/main/assets/images/swarm_Files.png</screenshot>
106106
<dependencies>
107-
<nextcloud min-version="30" max-version="32"/>
107+
<nextcloud min-version="31" max-version="32"/>
108108
</dependencies>
109109
<settings>
110110
<admin>OCA\Files_External_Ethswarm\Settings\Admin</admin>

lib/AppInfo/Telemetry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
trait Telemetry {
1414
public const TELEMETRY_URL = 'https://c46a60056f22db1db257c1d99fa99e5f@sentry.metaprovide.org/2';
15-
public const TELEMETRY_MINIMUM_SUPPORTED_NEXTCLOUD_VERSION = '30.0.0';
15+
public const TELEMETRY_MINIMUM_SUPPORTED_NEXTCLOUD_VERSION = '31.0.0';
1616

1717
protected function loadTelemetry(): void {
1818
// Register autoloader of sentry

vendor-bin/sentry/composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)