Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ENV=development
NC_VERSION=30
NC_VERSION=31
APP_URL=localhost
API_URL=https://hejbit.local

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This plugin integrates [Swarm](https://www.ethswarm.org/) (a decentralized, bloc

Before using the plugin, ensure you have the following:

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

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This plugin integrates [Swarm](https://www.ethswarm.org/) (a decentralized, bloc

Before using the plugin, ensure you have the following:

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

Expand Down Expand Up @@ -104,7 +104,7 @@ This program is licensed under the AGPLv3 or later.
<repository type="git">https://github.com/MetaProvide/nextcloud-swarm-plugin.git</repository>
<screenshot>https://raw.githubusercontent.com/MetaProvide/nextcloud-swarm-plugin/main/assets/images/swarm_Files.png</screenshot>
<dependencies>
<nextcloud min-version="30" max-version="32"/>
<nextcloud min-version="31" max-version="32"/>
</dependencies>
<settings>
<admin>OCA\Files_External_Ethswarm\Settings\Admin</admin>
Expand Down
2 changes: 1 addition & 1 deletion lib/AppInfo/Telemetry.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

trait Telemetry {
public const TELEMETRY_URL = 'https://c46a60056f22db1db257c1d99fa99e5f@sentry.metaprovide.org/2';
public const TELEMETRY_MINIMUM_SUPPORTED_NEXTCLOUD_VERSION = '30.0.0';
public const TELEMETRY_MINIMUM_SUPPORTED_NEXTCLOUD_VERSION = '31.0.0';

protected function loadTelemetry(): void {
// Register autoloader of sentry
Expand Down
12 changes: 6 additions & 6 deletions vendor-bin/sentry/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.