Version Notes
Updated PHP version range from 5.3.0 - 5.6.6 to 5.2.0 - 5.6.8
Download this release
Release Info
Developer | Instamojo |
Extension | Instamojo_Imojo |
Version | 0.0.9 |
Comparing to | |
See all releases |
Code changes from version 0.0.8 to 0.0.9
- app/code/community/Instamojo/Imojo/etc/config.xml +1 -1
- package.xml +15 -10
app/code/community/Instamojo/Imojo/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Instamojo_Imojo>
|
5 |
-
<version>0.0.
|
6 |
</Instamojo_Imojo>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Instamojo_Imojo>
|
5 |
+
<version>0.0.9</version>
|
6 |
</Instamojo_Imojo>
|
7 |
</modules>
|
8 |
<global>
|
package.xml
CHANGED
@@ -1,22 +1,27 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Instamojo_Imojo</name>
|
4 |
-
<version>0.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/MIT">MIT</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Collect Payments Instantly with a Link</summary>
|
10 |
-
<description>
|
11 |

|
12 |
-
|
13 |
-
|
14 |
-
-
|
15 |
-
-
|
|
|
|
|
|
|
|
|
|
|
16 |
<authors><author><name>Instamojo</name><user>Instamojo</user><email>dev@instamojo.com</email></author></authors>
|
17 |
-
<date>2015-
|
18 |
-
<time>
|
19 |
-
<contents><target name="magecommunity"><dir name="Instamojo"><dir name="Imojo"><dir name="Helper"><file name="Data.php" hash="e53c6598fa917d8791e046b20d76d221"/></dir><dir name="Model"><file name="PaymentMethod.php" hash="d74bacadcfd639ed0bfa09cce7ee6c38"/></dir><dir name="controllers"><file name="PaymentController.php" hash="c041c42bad2234cd050524d1fa6b0b14"/></dir><dir name="etc"><file name="config.xml" hash="
|
20 |
<compatible/>
|
21 |
-
<dependencies><required><php><min>5.
|
22 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Instamojo_Imojo</name>
|
4 |
+
<version>0.0.9</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/MIT">MIT</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Collect Payments Instantly with a Link</summary>
|
10 |
+
<description>This extension allows you to use Instamojo as Payment Gateway.
|
11 |

|
12 |
+
Brief steps:
|
13 |
+

|
14 |
+
- Create Payment link on Instamojo website.
|
15 |
+
- Fill up extension's configuration in Magento's admin backend under Payment methods.
|
16 |
+
- Select Instamojo during checkout.
|
17 |
+

|
18 |
+

|
19 |
+
For detailed steps with screenshots visit our GitHub page: https://github.com/Instamojo/Instamojo-Magento</description>
|
20 |
+
<notes>Updated PHP version range from 5.3.0 - 5.6.6 to 5.2.0 - 5.6.8</notes>
|
21 |
<authors><author><name>Instamojo</name><user>Instamojo</user><email>dev@instamojo.com</email></author></authors>
|
22 |
+
<date>2015-05-07</date>
|
23 |
+
<time>22:01:40</time>
|
24 |
+
<contents><target name="magecommunity"><dir name="Instamojo"><dir name="Imojo"><dir name="Helper"><file name="Data.php" hash="e53c6598fa917d8791e046b20d76d221"/></dir><dir name="Model"><file name="PaymentMethod.php" hash="d74bacadcfd639ed0bfa09cce7ee6c38"/></dir><dir name="controllers"><file name="PaymentController.php" hash="c041c42bad2234cd050524d1fa6b0b14"/></dir><dir name="etc"><file name="config.xml" hash="b829d8aa887ce2461fb050cecbce4099"/><file name="system.xml" hash="428898819cd38b15ab4a222964179e65"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="imojo"><file name="deposit_failure.phtml" hash="a01f8d2f503ccaf5d3f6a4682b9caf2b"/><file name="deposit_success.phtml" hash="6952afc4383fbf0eab18ee94e185f329"/><file name="redirect.phtml" hash="3e020d960f533b2e71e68c169bb90f22"/><file name="success.phtml" hash="ad5d2318608673f5ba6ea85bd784198f"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Instamojo_Imojo.xml" hash="9a80f70915e53671e26ea6476fdbe6a4"/></dir></target></contents>
|
25 |
<compatible/>
|
26 |
+
<dependencies><required><php><min>5.2.0</min><max>5.6.8</max></php></required></dependencies>
|
27 |
</package>
|