Skip to content

Commit 1cffca3

Browse files
authored
Drop NC 30 Compatibility (#154)
* Drop NC 30 Compatibility * chore: fix code style --------- Co-authored-by: JoaoSRaposo <[email protected]>
1 parent 5f123c7 commit 1cffca3

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.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: 2 additions & 2 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
@@ -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://[email protected]/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)