forked from Zwilla/Shopware_Payment_BitcoinCash
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
executable file
·68 lines (58 loc) · 3.02 KB
/
plugin.xml
File metadata and controls
executable file
·68 lines (58 loc) · 3.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../engine/Shopware/Components/Plugin/schema/plugin.xsd">
<label lang="de">BitcoinSV</label>
<label lang="en">BitcoinSV</label>
<version>1.0.3</version>
<copyright>LX and ZWILLA</copyright>
<license>MIT</license>
<link>https://github.com/zwilla/zwilla_shopware_bicoinsv_payment/</link>
<author>LX, Zwilla, and Claude Code</author>
<compatibility minVersion="5.2.9" />
<description lang="en" format="html">
<![CDATA[
<h2>Bitcoin SV (BSV) Payment Integration</h2>
<p>Accept Bitcoin SV payments in your Shopware shop with real-time price conversion via CoinGecko API and automated payment monitoring via WhatsOnChain blockchain API.</p>
<h3>Features:</h3>
<ul>
<li>Real-time BSV price conversion (100+ currencies)</li>
<li>Automated payment monitoring with 6 confirmations</li>
<li>Secure address pool management</li>
<li>Testnet support for safe testing</li>
<li>SQL injection protection</li>
</ul>
<p><strong>Requires:</strong> PHP 7.4+, Cronjob access, BSV wallet for receiving payments</p>
]]>
</description>
<description lang="de" format="html">
<![CDATA[
<h2>Bitcoin SV (BSV) Zahlungsintegration</h2>
<p>Akzeptieren Sie Bitcoin SV Zahlungen in Ihrem Shopware Shop mit Echtzeit-Preisumrechnung über CoinGecko API und automatischer Zahlungsüberwachung über WhatsOnChain Blockchain API.</p>
<h3>Funktionen:</h3>
<ul>
<li>Echtzeit BSV-Preisumrechnung (100+ Währungen)</li>
<li>Automatische Zahlungsüberwachung mit 6 Bestätigungen</li>
<li>Sichere Adressverwaltung</li>
<li>Testnet-Unterstützung für sicheres Testen</li>
<li>SQL-Injection-Schutz</li>
</ul>
<p><strong>Benötigt:</strong> PHP 7.4+, Cronjob-Zugriff, BSV Wallet zum Empfangen von Zahlungen</p>
]]>
</description>
<changelog version="1.0.0">
<changes lang="de">Veröffentlichung</changes>
<changes lang="en">Release</changes>
</changelog>
<changelog version="1.0.1">
<changes lang="de">Added plugin.xml</changes>
<changes lang="en">Added plugin.xml</changes>
</changelog>
<changelog version="1.0.2">
<changes lang="de">Bitcoin SV support</changes>
<changes lang="en">Bitcoin SV support</changes>
</changelog>
<changelog version="1.0.3">
<changes lang="de">Complete BSV Integration: CoinGecko Preis-API, WhatsOnChain Blockchain-API, Address Pool System, Payment Monitor Cronjob, SQL-Injection-Fixes, Frontend-UI-Verbesserungen</changes>
<changes lang="en">Complete BSV Integration: CoinGecko Price API, WhatsOnChain Blockchain API, Address Pool System, Payment Monitor Cronjob, SQL Injection Fixes, Frontend UI Improvements</changes>
</changelog>
</plugin>