Skip to content

Commit 6bf951b

Browse files
authored
Release 1.0.0: PRs 147, 148 (#149)
1 parent b6a7ee2 commit 6bf951b

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Before using the plugin, ensure you have the following:
2323

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

2828
## Setup and Installation
2929

@@ -100,7 +100,7 @@ For detailed guidance on using the integrated features, please refer to the [Met
100100

101101
Experience the future of data storage with 5GB of free, decentralized storage on the Ethereum Swarm network. This offer is available as a 14-day free trial, allowing you to explore the capabilities of our plugin without any commitment. HejBit seamlessly integrates with your existing Nextcloud interface, providing true data sovereignty without the complexity. Enjoy the benefits of decentralized storage and take control of your data today!
102102

103-
[Get your Free Trial here!](https://metaprovide.org/hejbit/start)
103+
[Get your Free Trial here!](https://app.hejbit.com)
104104

105105
## License
106106

appinfo/info.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Before using the plugin, ensure you have the following:
2828
2929
- An active Nextcloud instance (version 30 or 31)
3030
- A valid Access Key and URL to activate the service
31-
- [Get Your Free Trial for the Nextcloud Swarm Plugin](https://metaprovide.org/hejbit/start)
31+
- [Get Your Free Trial for the Nextcloud Swarm Plugin](https://app.hejbit.com)
3232
3333
## Setup and Installation
3434
@@ -82,14 +82,14 @@ For detailed guidance on using the integrated features, please refer to the [Met
8282
## HejBit Free Trial
8383
8484
Experience the future of data storage with 5GB of free, decentralized storage on the Ethereum Swarm network. This offer is available as a 14-day free trial, allowing you to explore the capabilities of our plugin without any commitment. HejBit seamlessly integrates with your existing Nextcloud interface, providing true data sovereignty without the complexity. Enjoy the benefits of decentralized storage and take control of your data today!
85-
[Get your Free Trial here!](https://metaprovide.org/hejbit/start)
85+
[Get your Free Trial here!](https://app.hejbit.com)
8686
8787
## License
8888
8989
This program is licensed under the AGPLv3 or later.
9090
9191
]]></description>
92-
<version>0.6.3</version>
92+
<version>1.0.0</version>
9393
<licence>agpl</licence>
9494
<author>MetaProvide</author>
9595
<namespace>Files_External_Ethswarm</namespace>

src/app/feedback.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const feedback = {
5858
success: "We Appreciate Your Feedback!",
5959
failedTitle: "Oops, an error occurred!",
6060
failedMessage:
61-
"Please try again. If this keeps happening, try to send an email to feedback@hejbit.com instead.",
61+
"Please try again. If this keeps happening, try to send an email to support@hejbit.com instead.",
6262
position: "right",
6363
});
6464
feedbackInstance.renderButton();

src/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ document.addEventListener("DOMContentLoaded", () => {
33
const targetElement = document.querySelector(".settings-hint");
44
if (targetElement) {
55
const link =
6-
'<a href="https://metaprovide.org/hejbit/start" target="_blank" style="text-decoration: underline">metaprovide.org/hejbit/start</a>';
6+
'<a href="https://app.hejbit.com" target="_blank" style="text-decoration: underline">app.hejbit.com</a>';
77
const el = document.createElement("p");
88
el.style.marginBottom = "10px";
99
el.innerHTML = `To get <strong>Swarm</strong> external storage access key, please visit ${link}`;

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)