Version Notes
This version is properly tested on the following Magento CE versions: 1.5, 1.6, 1.6.1, 1.6.2.0.
This version also supports for PHP V5.4.5
Download this release
Release Info
Developer | Rave Infosys |
Extension | First_Data_Gateway_Integration |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
- package.xml +3 -3
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>First_Data_Gateway_Integration</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
@@ -14,8 +14,8 @@ The customer is not required to leave the Magento store for making the payment.
|
|
14 |
This version also supports for PHP V5.4.5</notes>
|
15 |
<authors><author><name>Rave Infosys</name><user>raveinfo</user><email>lpext@raveinfosys.com</email></author><author><name>Rahul Dongre</name><user>rahuldongre</user><email>rdongre@raveinfosys.com</email></author><author><name>Mayank Sharma</name><user>mayank3008</user><email>mynk.sharma@gmail.com</email></author></authors>
|
16 |
<date>2012-07-23</date>
|
17 |
-
<time>
|
18 |
<contents><target name="magecommunity"><dir name="Raveinfosys"><dir name="Linkpoint"><dir name="Model"><file name="Linkpoint.php" hash="f8d8f6d8b90fbdee945068da741db51c"/><file name="Observer.php" hash="693ae2128bea852549c719b53aa5d3f8"/></dir><dir name="etc"><file name="config.xml" hash="8809b7589fdab005fbae48aca7d2e9d4"/><file name="system.xml" hash="d1727b5f1a15e19adc00d8c3581b3ec8"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Raveinfosys_Linkpoint.xml" hash="87645041b22e2b0adf581b54991c6ee1"/></dir></target></contents>
|
19 |
<compatible/>
|
20 |
-
<dependencies><required><php><min>5.2.0</min><max>5.4.5</max></php><
|
21 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>First_Data_Gateway_Integration</name>
|
4 |
+
<version>1.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
14 |
This version also supports for PHP V5.4.5</notes>
|
15 |
<authors><author><name>Rave Infosys</name><user>raveinfo</user><email>lpext@raveinfosys.com</email></author><author><name>Rahul Dongre</name><user>rahuldongre</user><email>rdongre@raveinfosys.com</email></author><author><name>Mayank Sharma</name><user>mayank3008</user><email>mynk.sharma@gmail.com</email></author></authors>
|
16 |
<date>2012-07-23</date>
|
17 |
+
<time>09:27:05</time>
|
18 |
<contents><target name="magecommunity"><dir name="Raveinfosys"><dir name="Linkpoint"><dir name="Model"><file name="Linkpoint.php" hash="f8d8f6d8b90fbdee945068da741db51c"/><file name="Observer.php" hash="693ae2128bea852549c719b53aa5d3f8"/></dir><dir name="etc"><file name="config.xml" hash="8809b7589fdab005fbae48aca7d2e9d4"/><file name="system.xml" hash="d1727b5f1a15e19adc00d8c3581b3ec8"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Raveinfosys_Linkpoint.xml" hash="87645041b22e2b0adf581b54991c6ee1"/></dir></target></contents>
|
19 |
<compatible/>
|
20 |
+
<dependencies><required><php><min>5.2.0</min><max>5.4.5</max></php><extension><name>curl</name><min>7.21.4</min><max>7.26.0</max></extension></required></dependencies>
|
21 |
</package>
|