CoinGate_For_Magento - Version 1.0.0

Version Notes

First stable release for Magento

Download this release

Release Info

Developer CoinGate
Extension CoinGate_For_Magento
Version 1.0.0
Comparing to
See all releases


Version 1.0.0

Files changed (1) hide show
  1. package.xml +20 -0
package.xml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <package>
3
+ <name>CoinGate_For_Magento</name>
4
+ <version>1.0.0</version>
5
+ <stability>stable</stability>
6
+ <license uri="https://github.com/coingate/magento-plugin/blob/master/LICENSE.md">MIT</license>
7
+ <channel>community</channel>
8
+ <extends/>
9
+ <summary>Accept payments through the Bitcoin payment network in euros and US dollars in your Megento with CoinGate.com</summary>
10
+ <description>Bitcoin is an innovative payment network and a new kind of money. It uses peer-to-peer technology to operate with no central authority or banks. Bitcoin is open-source; its design is public, nobody owns or controls Bitcoin and everyone can take part.&#xD;
11
+ &#xD;
12
+ CoinGate is a bitcoin payment processor, which allows businesses to receive payments in euros and US dollars through the Bitcoin payment network, seamlessly connecting innovations of Bitcoin with comfort of familiar currencies and user-friendly interface.</description>
13
+ <notes>First stable release for Magento</notes>
14
+ <authors><author><name>CoinGate</name><user>CoinGate</user><email>info@coingate.com</email></author></authors>
15
+ <date>2015-07-08</date>
16
+ <time>11:02:39</time>
17
+ <contents></contents>
18
+ <compatible/>
19
+ <dependencies><required><php><min>5.5.0</min><max>6.0.0</max></php><extension><name>curl</name><min>7.37.1</min><max/></extension></required></dependencies>
20
+ </package>