Skip to content

Commit

Permalink
Version bump and allow instances for currencies option
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwch committed Jun 8, 2017
1 parent a11528e commit 8cd21b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion InstamojoPrestaShop.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public function __construct()
{
$this->name = 'InstamojoPrestaShop';
$this->tab = 'payments_gateways';
$this->version = '2.0.3';
$this->version = '2.0.4';
$this->author = 'Instamojo';
$this->need_instance = 0;
$this->controllers = array('validation');
Expand Down
6 changes: 3 additions & 3 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?>
<module>
<name>InstamojoPrestaShop</name>
<displayName><![CDATA[Instamjo]]></displayName>
<version><![CDATA[2.0.0]]></version>
<displayName><![CDATA[Instamojo]]></displayName>
<version><![CDATA[2.0.4]]></version>
<description><![CDATA[Accept Online payments]]></description>
<author><![CDATA[Instamojo]]></author>
<tab><![CDATA[payments_gateways]]></tab>
<is_configurable>1</is_configurable>
<need_instance>0</need_instance>
<need_instance>1</need_instance>
<limited_countries></limited_countries>
</module>

0 comments on commit 8cd21b4

Please sign in to comment.